async process on worker of AddRectangle
This commit is contained in:
@@ -30,6 +30,7 @@ public class RabbitMqSubscriber : IMessageSubscriber
|
||||
|
||||
await channel.QueueDeclareAsync(
|
||||
queue: GetQueueName<T>(),
|
||||
autoDelete: false,
|
||||
durable: true);
|
||||
|
||||
await channel.QueueBindAsync(
|
||||
|
||||
Reference in New Issue
Block a user