Hi Luke,
You are correct I am using the RabbitMQ.Client using .NET Core.
public Task Publish(byte[] bytes) { var connection = _factory.CreateConnection(); var channel = connection.CreateModel(); var helper = new RabbitMQHelper(channel, _config); helper.SetupPublisher();
helper.PushMessageIntoQueue(bytes, _config.SavedRoutingKey); return Task.CompletedTask; }Hi Luke,
You are correct I am using the RabbitMQ.Client using .NET Core.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.