You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
queues: [ { name: rabbitMQQueue, autoDelete: true, subscribe: true, durable: true }
but when I stop the application the queue will be deleted. what should I do?!
This is my rabbot version: "rabbot": "^2.1.0",
The text was updated successfully, but these errors were encountered:
Hi,
This is my first configuration for rabbot:
queues: [ { name: rabbitMQQueue, autoDelete: true, subscribe: true, durable: true }
but when I stop the application the queue will be deleted. what should I do?!
This is my rabbot version:
"rabbot": "^2.1.0",
The text was updated successfully, but these errors were encountered: