Skip to content

Commit

Permalink
No explusive queues
Browse files Browse the repository at this point in the history
  • Loading branch information
ppossanzini committed Nov 15, 2024
1 parent 3db1ced commit 9072240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Arbitrer.RabbitMQ/RequestsManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ public Task StartAsync(CancellationToken cancellationToken)


_channel.QueueDeclare(queue: queueName, durable: _options.Durable,
exclusive: false,
autoDelete: _options.AutoDelete, arguments: arguments);
_channel.QueueBind(queueName, Constants.ArbitrerExchangeName, t.ArbitrerTypeName(_arbitrerOptions));

Expand Down

0 comments on commit 9072240

Please sign in to comment.