> Is it possible to auto-create queues with filter which uses
_AMQ_ORIG_QUEUE instead of _AMQ_ORIG_ADDRESS ?

It is not currently possible to automatically create dead-letter queues
filtered on _AMQ_ORIG_QUEUE.

However, you can effectively get the same behavior by using a
filter/selector on your client (e.g. _AMQ_ORIG_QUEUE = 'myConsumerName').

> Can I break something if I manually create another multicast queue on DLQ
address with filter based on _AMQ_ORIG_QUEUE, or non-exclusive divert with
filter which sends a copy of messages to another address?

I'm not sure you'll "break" anything, per se, but statically adjusting
something that's dynamic by nature will almost certainly lead to problems
in the future as the dynamic parts change and the static parts stay the
same.


Justin

On Fri, Dec 8, 2023 at 9:23 AM MILOVIDOV Aleksandr
<aleksandr.milovi...@raiffeisen.ru.invalid> wrote:

> Hi Team,
>
> When we configure address settings for dead-letter queue auto-creation in
> ActiveMQ Artemis, all queues on the DLQ address are created with filter
> based on _AMQ_ORIG_ADDRESS.
> Is it possible to auto-create queues with filter which uses
> _AMQ_ORIG_QUEUE instead of _AMQ_ORIG_ADDRESS ?
> For example, we have an address with several multicast queues (each for
> different consumer), and it is better to route failed messages for
> different consumers to different queues.
>
> Can I break something if I manually create another multicast queue on DLQ
> address with filter based on _AMQ_ORIG_QUEUE, or non-exclusive divert with
> filter which sends a copy of messages to another address?
>
> --
> Best regards,
> Aleksandr
>
>
> -----------------------------------
>
> This message and any attachment are confidential and may be privileged or
> otherwise protected from disclosure. If you are not the intended recipient
> any use, distribution, copying or disclosure is strictly prohibited. If you
> have received this message in error, please notify the sender immediately
> either by telephone or by e-mail and delete this message and any attachment
> from your system. Correspondence via e-mail is for information purposes
> only. AO Raiffeisenbank neither makes nor accepts legally binding
> statements by e-mail unless otherwise agreed.
>
> -----------------------------------
>

Reply via email to