arobson / rabbot

Deprecated: Please see https://github.com/Foo-Foo-MQ/foo-foo-mq
MIT License
277 stars 129 forks source link

Cannot make a queue durable #200

Open averageneo opened 3 years ago

averageneo commented 3 years ago

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",