Re: [AMQ] Queue size grows infinitely

2021-10-01 Thread Matt Pavlovich
Hi Balamurugan- Is the broker restarted at any time in this sequence of events? Keep in mind— Pending Count can be higher than Enqueue Count when the broker is restarted and messages remained on the queue. a. Enqueue and Dequeue counts reset are for that broker’s uptime. b. Pending Coun

Re: [AMQ] Queue size grows infinitely

2021-10-01 Thread Tim Bain
The fact that pending messages > enqueued messages looks suspicious, so my expectation is that this will turn out to be a bug in the statistics code. But the information I requested may help us to confirm that. Tim On Fri, Oct 1, 2021, 6:23 AM Jean-Baptiste Onofré wrote: > Hi, > > enqueued and

Re: [AMQ] Problem with Durable Subscribers

2021-10-01 Thread Tim Bain
Can you please describe your second broker and its relationship with the first? Is it reading from the data file of the KO'ed first broker? Or is this a network of brokers where both are operational at the same time? Thanks, Tim On Fri, Sep 24, 2021, 6:26 AM PROVENZANO Felipe [prestataire] < feli

Re: [AMQ] Queue size grows infinitely

2021-10-01 Thread Jean-Baptiste Onofré
Hi, enqueued and dequeued only increase. The main indicator to check is the pending. If pending count is increasing, it means that the queue size grow infinitely. enqueued is the number of produced messages (not necessary still in the queue). So, which value are you referencing ? BrowsingMess

Re: How is JMSMessageID generated?

2021-10-01 Thread Tim Bain
It's not on our website, but https://stackoverflow.com/questions/40756712/whats-means-of-each-part-of-jms-message-id provides an answer that looks accurate for ActiveMQ 5.x. I don't know if Artemis uses the same implementation or is different in some way. Tim On Wed, Sep 29, 2021, 6:25 AM Simon

Re: [AMQ] Queue size grows infinitely

2021-10-01 Thread Tim Bain
How are you determining the counts you referenced? I'd expect you could get them from the web console or by doing SQL queries against the database, and I'd encourage you to do both and compare the numbers. I'm hoping you'll find that the stats from the web console (which are sourced from the JMX b