First, let me say thank you for this great package!
We're using Delayed queues, the queues are created by this package and also disappear when they are not needed anymore, this is all working fine!
Some of our queues, will delay messages for a couple of days, for example: When an external service is down.
I saw that that created default.delay.xyz queues, are of the type classic.
Is it Possible to use the configuration option if quorum enabled?
It's a really small change in the getDelayQueueArguments, so I've created a PR.
First, let me say thank you for this great package!
We're using Delayed queues, the queues are created by this package and also disappear when they are not needed anymore, this is all working fine!
Some of our queues, will delay messages for a couple of days, for example: When an external service is down. I saw that that created
default.delay.xyz
queues, are of the typeclassic
.Is it Possible to use the configuration option if quorum enabled? It's a really small change in the
getDelayQueueArguments
, so I've created a PR.