--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
We don't have enough information to tell. Specific steps to reproduce and a definition export file would help a lot.By far the most common issue with policies that are not applied comes down to one often overlooked aspect:only ONE policy is applied to any given queue or exchange at a time.if there's already an existing policy that matches the same queue, consider that the effective policy is picked randomly. If thisis not OK (and usually it is not), policies must be assigned explicit priorities. All of this should be covered in [1].While at it, it is a good idea to separate queue and exchange policies. Exchanges won't be affected by propertiessuch as queue-mode or max-length but it won't make any easier to investigate things for your future self (and your coworkers).
On Thu, Oct 5, 2017 at 12:09 PM, <4integ...@gmail.com> wrote:
Hi,I have a policy with regex ^TEST\.\w+ applies to queues and exchanges with the following definition:ha-mode: allha-sync-mode: automaticmax-length: 10000queue-mode: lazyWhen creating a queue TEST.MYQUEUE neither max-length or queue-mode is set on the queue.Shouldn't it be?/ Joacim
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.