Re: How to cope with managed-subscriptions in Artemis (AMQ 7).

2024-04-09 Thread Florent TASSIN
I'm feeling so stupid now. Indeed it works perfectly with the FQQN (which I should have tried as this is how our JAVA client accesses the queue). On Sun, Apr 7, 2024 at 6:43 PM Justin Bertram wrote: > Can you share the relevant code for each scenario? > > Have you tried using the fully qualified

Re: How to cope with managed-subscriptions in Artemis (AMQ 7).

2024-04-07 Thread Justin Bertram
Can you share the relevant code for each scenario? Have you tried using the fully qualified queue name (i.e. "ADDRESS::QUEUE") [1]? Justin [1] https://activemq.apache.org/components/artemis/documentation/latest/address-model.html#fully-qualified-queue-names On Fri, Apr 5, 2024 at 10:54 AM Flor