async process on worker of AddRectangle

This commit is contained in:
2026-02-16 16:56:00 +01:00
parent d9caeb2209
commit 1750f5adb1
12 changed files with 107 additions and 9 deletions

View File

@@ -30,6 +30,7 @@ public class RabbitMqSubscriber : IMessageSubscriber
await channel.QueueDeclareAsync(
queue: GetQueueName<T>(),
autoDelete: false,
durable: true);
await channel.QueueBindAsync(