Re: Multiple auto-created queues in Artemis

2024-06-14 Thread Justin Bertram
configuration > > > > > > From: Vincent Simpson > > Sent: Wednesday, June 12, 2024 12:10:04 PM > > To: users@activemq.apache.org > > Subject: Re: Multiple auto-created queues in Artemis > > > > So you’re thinking t

Re: Multiple auto-created queues in Artemis

2024-06-12 Thread Vincent Simpson
the xml configuration > > > From: Vincent Simpson > Sent: Wednesday, June 12, 2024 12:10:04 PM > To: users@activemq.apache.org > Subject: Re: Multiple auto-created queues in Artemis > > So you’re thinking this may be an issue with our client code? We were also > thinking it ma

Re: Multiple auto-created queues in Artemis

2024-06-12 Thread Jamy Spencer
To: users@activemq.apache.org Subject: Re: Multiple auto-created queues in Artemis 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

Re: Multiple auto-created queues in Artemis

2024-06-12 Thread Vincent Simpson
ith 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

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

Re: Multiple auto-created queues in Artemis

2024-06-11 Thread Vincent Simpson
Hi Justin, Thanks for the quick reply. We've only reproduced this inside of our ActiveMQ brokers running within Kubernetes in our development cluster. I haven't yet tried a local setup with the same configuration to be honest. Here's a screenshot of the queues: https://drive.google.com/file/d/1WS

Re: Multiple auto-created queues in Artemis

2024-06-11 Thread Justin Bertram
This behavior doesn't ring any bells. I've got a couple of questions: - Do you have a way to reproduce this? - What protocol are your Java clients using? - What routing type(s) are the queues using? Justin On Tue, Jun 11, 2024 at 4:42 PM Vincent Simpson wrote: > Hi, > > I am seeing in my c

Multiple auto-created queues in Artemis

2024-06-11 Thread Vincent Simpson
Hi, I am seeing in my console that my address: "fooQueue" has two queues attached to it, one with the same name as the address, and a duplicate with a seemingly random number appended to the end such as "fooQueue-5", but I've never seen the number higher than 8 or 9. Messages are added to the queu