ruby-amqp/hutch

Enable Lazy mode for queues

Closed this issue · 4 comments

It would be interesting if Hutch offered options to set the consumers' queues as lazy through an option such as queue_name.

Lazy queues are recommended in some use cases.

I can provide a PR if it is in the scope of the project ;)

@arthurmde yes, absolutely. Please do! Thank you!

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.

Note that #348 undoes some of the defaults for Hutch 1.0 because it breaks backwards compatibility for some installations.