Re: Messages stuck in schedule queue on ActiveMQ 5.16.3

2023-12-14 Thread Matt Pavlovich
a conclusion? > > From: Doug Whitfield > Date: Friday, 8 December 2023 at 14:27 > To: users@activemq.apache.org > Subject: Messages stuck in schedule queue on ActiveMQ 5.16.3 > Hi Team. > > I found > https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fs

Re: Messages stuck in schedule queue on ActiveMQ 5.16.3

2023-12-14 Thread Doug Whitfield
Is there any information we could provide to help find a conclusion? From: Doug Whitfield Date: Friday, 8 December 2023 at 14:27 To: users@activemq.apache.org Subject: Messages stuck in schedule queue on ActiveMQ 5.16.3 Hi Team. I found https://nam12.safelinks.protection.outlook.com/?url

Messages stuck in schedule queue on ActiveMQ 5.16.3

2023-12-08 Thread Doug Whitfield
Hi Team. I found https://stackoverflow.com/questions/76438427/persistent-scheduling-of-activemq-to-disk-leads-to-disk-space-growth And it makes sense that these would be stuck if something was not acknowledged, but how do we go about discovering what has not been acknowledged. Normally, I

RE: Messages stuck in the queue

2010-03-29 Thread Cristian Botiza
...@gmail.com] Sent: 26 March 2010 20:26 To: users@activemq.apache.org Subject: Re: Messages stuck in the queue catching Throwable would be best. You wouldn't need to redeploy the JMS queue - just restart the client should do On 26 Mar 2010, at 16:40, Cristian Botiza wrote: When you say 'you miss an ack

Messages stuck in the queue

2010-03-26 Thread Cristian Botiza
Hi all, I'm using an activation spec where maxSessions=maxMessagesPerSessions=1. Using a client application I'm sending a TextMessage to the queue The MDB consumes some messages and then the messages start piling up in the queue and never get dispatched. I restarted the server, redeployed the

RE: Messages stuck in the queue

2010-03-26 Thread Cristian Botiza
@activemq.apache.org Subject: Messages stuck in the queue Hi all, I'm using an activation spec where maxSessions=maxMessagesPerSessions=1. Using a client application I'm sending a TextMessage to the queue The MDB consumes some messages and then the messages start piling up in the queue and never get

Re: Messages stuck in the queue

2010-03-26 Thread Gary Tully
you are using a prefetch of 1 (this sum of maxSessions, maxMessagesPerSessions ) and possibly u miss an ack somewhere and no dispatch happens. Possibly using maxSessions=1 and maxMessagesPerSessions =100 may help. so that you get a prefetch of 100. On 26 March 2010 15:18, Cristian Botiza

RE: Messages stuck in the queue

2010-03-26 Thread Cristian Botiza
...@gmail.com] Sent: 26 March 2010 18:26 To: users@activemq.apache.org Subject: Re: Messages stuck in the queue you are using a prefetch of 1 (this sum of maxSessions, maxMessagesPerSessions ) and possibly u miss an ack somewhere and no dispatch happens. Possibly using maxSessions=1

Re: Messages stuck in the queue

2010-03-26 Thread Rob Davies
no other message will be dispatched and I have to redeploy the JMS queue in the app server? Thank you From: Gary Tully [gary.tu...@gmail.com] Sent: 26 March 2010 18:26 To: users@activemq.apache.org Subject: Re: Messages stuck in the queue you

Re: Workaround for messages stuck in a queue

2010-03-10 Thread Jamie McCrindle
can't replicate in dev so it's slow going. We're using ActiveMQ 5.2.0 in a network of brokers. Once a number of messages are stuck on a queue, we're using a couple of workarounds to get them resuscitated: Bounce the brokers. This usually gets reinvigorates about 50% of them. The rest become

Workaround for messages stuck in a queue

2010-03-09 Thread Jamie McCrindle
. We're using ActiveMQ 5.2.0 in a network of brokers. Once a number of messages are stuck on a queue, we're using a couple of workarounds to get them resuscitated: Bounce the brokers. This usually gets reinvigorates about 50% of them. The rest become immune. Copy the messages off the queue using a query

Re: Messages Stuck in the queue(with the broker)

2009-08-12 Thread guptaviv
/slave breakage I just reported in the dev mailing list, that version doesn't work for us at the moment. -- View this message in context: http://www.nabble.com/Messages-Stuck-in-the-queue%28with-the-broker%29-tp24589627p24931896.html Sent from the ActiveMQ - User mailing list archive

Re: Messages Stuck in the queue(with the broker)

2009-07-27 Thread Norbert Pfistner
We also experience stuck messages in activemq 5.1, slow consumers an jdbc persistance. Searching for the reason and/or solution to this problem i stumbled last week on this blog entry: http://kovyrin.net/2009/01/23/activemq-tips-flow-control-and-stalled-producers-problem/ So we set up our

Re: Messages Stuck in the queue(with the broker)

2009-07-24 Thread smoc
guptaviv wrote: The problem is, very frequently the messages are stuck in the queue with the broker. The problem gets fixed after some time when you restart the broker or Listener but the issue reappears after some time again. Hi, we have the same problem with the dead letter

Re: Messages Stuck in the queue(with the broker)

2009-07-24 Thread bwtaylor
in the dev mailing list, that version doesn't work for us at the moment. -- View this message in context: http://www.nabble.com/Messages-Stuck-in-the-queue%28with-the-broker%29-tp24589627p24648627.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Messages Stuck in the queue(with the broker)

2009-07-23 Thread guptaviv
the same producer. The problem is, very frequently the messages are stuck in the queue with the broker. The listener is absolutely free and but still the broker is not dispatching the messages to the Listener. Following is the configuration that we are using for producer: deliverymode

Re: Messages Stuck in the queue(with the broker)

2009-07-23 Thread Dejan Bosanac
producer. The problem is, very frequently the messages are stuck in the queue with the broker. The listener is absolutely free and but still the broker is not dispatching the messages to the Listener. Following is the configuration that we are using for producer: deliverymode : persistent

Re: Messages Stuck in the queue(with the broker)

2009-07-23 Thread guptaviv
and one one producer. I am trying to repeatedly send the messages through the same producer. The problem is, very frequently the messages are stuck in the queue with the broker. The listener is absolutely free and but still the broker is not dispatching the messages to the Listener

Re: Messages Stuck in the queue(with the broker)

2009-07-22 Thread mkeenan
level that it does not make the actual message handling too messy. -- View this message in context: http://www.nabble.com/Messages-Stuck-in-the-queue%28with-the-broker%29-tp24589627p24609799.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Messages Stuck in the queue(with the broker)

2009-07-22 Thread mkeenan
is a bit off the beaten path. I tried to dissect the problem but it was not clear at all which layer was responsible because I am not familiar enough with the code to make sense of the log and trace files. -- View this message in context: http://www.nabble.com/Messages-Stuck-in-the-queue%28with

Re: Messages Stuck in the queue(with the broker)

2009-07-22 Thread Dejan Bosanac
this message in context: http://www.nabble.com/Messages-Stuck-in-the-queue%28with-the-broker%29-tp24589627p24589627.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Messages Stuck in the queue(with the broker)

2009-07-22 Thread guptaviv
to repeatedly send the messages through the same producer. The problem is, very frequently the messages are stuck in the queue with the broker. The listener is absolutely free and but still the broker is not dispatching the messages to the Listener. Following is the configuration that we

Messages Stuck in the queue(with the broker)

2009-07-21 Thread guptaviv
Hi, We are having the messaging setup where we are using one Listener and one one producer. I am trying to repeatedly send the messages through the same producer. The problem is, very frequently the messages are stuck in the queue with the broker. The listener is absolutely free and but still

Re: Is anyone else seeing messages stuck on a queue?

2007-02-01 Thread rajdavies
the messages get through, sometimes one gets stuck. I have a single client pulling the message off. I can see the message in the queue browser but it wont come off the queue. thanks -- View this message in context: http://www.nabble.com/Is-anyone-else-seeing-messages-stuck-on-a-queue--tf3027911