Re: Multiple auto-created queues in Artemis

2024-06-12 Thread Vincent Simpson
We use only the address to connect. Yeah so a weird thing we’re doing on the client side is calling createQueue with the same value as the address, BUT have also configured in the broker.xml to set auto-create-queues and auto-create-addresses to true. Maybe there is some race condition with that O

Re: Multiple auto-created queues in Artemis

2024-06-12 Thread Jamy Spencer
Probably, there are many different protocols that can be used and the behaviors are all slightly different, mainly because the protocols are different. I think one workaround if you are using a protocol that automatically creates a queue when an address is created AND you desire a queue of a spe

Re: Multiple auto-created queues in Artemis

2024-06-12 Thread Vincent Simpson
So you’re thinking this may be an issue with our client code? We were also thinking it may be some sort of race condition because we have multiple replicas of a Java app that calls createQueue on the session On Wed, Jun 12, 2024 at 9:40 AM Jamy Spencer wrote: > I have seen this behavior with jms

Re: Multiple auto-created queues in Artemis

2024-06-12 Thread Jamy Spencer
I have seen this behavior with jms clients I think From: Justin Bertram Sent: Tuesday, June 11, 2024 5:10:04 PM To: users@activemq.apache.org Subject: Re: Multiple auto-created queues in Artemis This behavior doesn't ring any bells. I've got a couple of question

Re: Artemis Keycloak integration

2024-06-12 Thread Alexander Milovidov
Interesting, I haven't heard about the new console. I'll definitely try it. Thanks Justin! ср, 12 июн. 2024 г. в 00:15, Justin Bertram : > Have you tried using the new console [1]? > > > Justin > > [1] https://github.com/apache/activemq-artemis-console > > On Tue, Jun 11, 2024 at 10:08 AM Alexand