ricbra / rabbitmq-cli-consumer

Consume RabbitMQ messages into any cli program
MIT License
247 stars 49 forks source link

Configure durability for queue #58

Open tolew1 opened 7 years ago

tolew1 commented 7 years ago

This is a great consumer. However, I see that this was added to v2 branch. When is it going to be added to master branch. The ability to set non durable is really necessary and should be configurable.

ricbra commented 7 years ago

Unfortunately the work on v2 rewrite has stopped for some time now. That's because I'm not using this consumer anymore and as I don't have that much spare time anymore. That being said, I'm open for contributions or other folks who want to step in and finish the rewrite.

tolew1 commented 7 years ago

I see. I'm using the main version and it seems to work nicely with with a few exceptions. For now I have made changes and added conditions to the code for durability and autodelete for queue. I did not do this on the v2 version.