Enable Lazy mode for queues
Closed this issue · 4 comments
arthurmde commented
It would be interesting if Hutch offered options to set the consumers' queues as lazy through an option such as queue_name
.
arthurmde commented
I can provide a PR if it is in the scope of the project ;)
michaelklishin commented
@arthurmde yes, absolutely. Please do! Thank you!
michaelklishin commented
While at it we should support quorum queues. Since both use optional queue arguments (queue type does not support policies as it cannot be changed at runtime), it makes sense to add support for both at once.
michaelklishin commented
Note that #348 undoes some of the defaults for Hutch 1.0
because it breaks backwards compatibility for some installations.