Re: [External] ActiveMQ-5.15.5 : InFlight showing negative number for Queue

2023-04-24 Thread Matt Pavlovich
> On Apr 24, 2023, at 11:52 AM, Suresh, Subashree RTX > wrote: > > Thanks Matt. Have few questions though > > > 1. I see one of the queues dispatched is considerably higher than > dequeueCount. Could you explain little more about the issue and what might > be the underlying causes af

Re: [External] Re: ActiveMQ-5.15.5 : InFlight showing negative number for Queue

2023-04-24 Thread Suresh, Subashree RTX
Thanks Matt. Have few questions though 1. I see one of the queues dispatched is considerably higher than dequeueCount. Could you explain little more about the issue and what might be the underlying causes after running without issues all these years? 2. My understanding, dequeued messa

Re: [External] Re: Slack Invitation

2023-04-24 Thread Suresh, Subashree RTX
Thank You From: Justin Bertram Sent: Monday, April 24, 2023 12:01 PM To: users@activemq.apache.org Subject: [External] Re: Slack Invitation Done. Justin On Mon, Apr 24, 2023 at 10:57 AM Suresh, Subashree RTX wrote: > Hi, > > I would like an invite to the sla

Re: Slack Invitation

2023-04-24 Thread Justin Bertram
Done. Justin On Mon, Apr 24, 2023 at 10:57 AM Suresh, Subashree RTX wrote: > Hi, > > I would like an invite to the slack channel. > > Thanks, > Suba >

Slack Invitation

2023-04-24 Thread Suresh, Subashree RTX
Hi, I would like an invite to the slack channel. Thanks, Suba

Re: ActiveMQ-5.15.5 : InFlight showing negative number for Queue

2023-04-24 Thread Matt Pavlovich
Hi Subashree- This is a minor issue that has been fixed since 5.15.5 (recommend upgrading to 5.18.1) that is usually caused by consumers closing or rejecting messages. Check the ‘dispatchedCount’ and see if it is noticeably higher than the dequeueCount. If so, your consumers are probably closin

ActiveMQ-5.15.5 : InFlight showing negative number for Queue

2023-04-24 Thread Suresh, Subashree RTX
We have multiple internal queues which the consumers subscribe to for message retrieval in our application. Recently we see messages increasing in one of the queue and the consumer is unable to retrieve message from the queue though it exists and the application stops after few tries. The cons