> 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
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
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
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
>
Hi,
I would like an invite to the slack channel.
Thanks,
Suba
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
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