Rest Call - Reading a message

2024-08-06 Thread Suresh, Subashree RTX
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

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

2023-04-24 Thread Suresh, Subashree RTX
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

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 invi

Slack Invitation

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

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

Socket read timeout

2018-03-29 Thread Suresh
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

Question on InactivityMonitor

2018-03-26 Thread Suresh
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