ype=Broker,brokerName=localhost,destinationType=Queue,destinationName=queue://TestQueue,CorrelationID=1234
curl -v -XGET
'http://admin:admin@localhost:8161/api/message?destination=queue://TestQueue&json=true&oneShot=true'
-o dat.txt
Thanks,
Suba Suresh
another application, should we switch that also too 5.18.1??
Thanks,
Suba Suresh
From: Matt Pavlovich
Sent: Monday, April 24, 2023 11:45 AM
To: users@activemq.apache.org
Subject: [External] Re: ActiveMQ-5.15.5 : InFlight showing negative number for
Queue
Hi
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 invi
Hi,
I would like an invite to the slack channel.
Thanks,
Suba
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
Hello All
We have AMQ Broker in one linux machine. We are trying to consume message
using simple client.
I have opened one AMQ connection and using the same connection by giving
inactivity timeout as 2 hours in while loop consuming messages. Few messages
are coming after that giving below error
Hello Team
I have one question on inactivity monitor. how
wireFormat.maxInactivityDuration value will be set to
AbstractInactivityMonitor.connectAttemptTimeout field ?
or simply how query parameters provided on url will be converted to set to
AbstractInactivityMonitor ?
I have checked referance