Re: Stuck messages

2017-09-21 Thread rockies
Thank you Tim, I will make these changes appreciate it ! Yes only some of our producers are setting persistent property. I will also make that required for all our producer apps to make sure we don't lose messages from our queues on a broker re-start. Thank you ! -- Sent from: http://activemq.22

Re: Stuck messages

2017-09-19 Thread Tim Bain
1) I've always found far more value in the information exposed via JMX than in the content shown on the web console. The web console is great for basic system monitoring, but anytime you want to understand what's actually going on inside the broker, I've always found that JMX was far more useful. S

Re: Stuck messages

2017-09-19 Thread rockies
Thank you Tim and Raffi, I made the change and re-started brokers. Tim, I do see consumers that have no session attached in ActiveMQ Web Console. Can I still set replayWhenNoConsumers ? One other thing we have to deal with is that whenever brokers are re-started most of our queues disappear. Do

Re: Stuck messages

2017-09-18 Thread Tim Bain
In addition, read and follow the Stuck Messages section of the Network of Brokers page I linked to earlier to avoid stranding messages. On Sep 18, 2017 12:42 PM, "Raffi" wrote: > Remove "rebalanceClusterClients=true", it distributes connections across > brokers, likely

Re: Stuck messages

2017-09-18 Thread Raffi
Remove "rebalanceClusterClients=true", it distributes connections across brokers, likely exacerbating your problem. Is "duplex="true" enabled from both ends of the connector? If so, enable it from one end only, or, remove it entirely and use static connections between the brokers. -- Sent from:

Re: Stuck messages

2017-09-18 Thread rockies
Yes our Consumers are always up and running and there were actually two subscribers at the time of this issue we have seen with stuck messages. This is more seems to happen very frequently with 5.15.0 version causing panic withing the team on whether its good to set up network of brokers or not. I

Re: Stuck messages

2017-09-15 Thread Tim Bain
ption described in the Stuck Messages section of http://activemq.apache.org/networks-of-brokers.html instead of (or in addition to, if you want) the rebalanceClusterClients option. Also, I don't understand why you have both rebalanceClusterClients=true and priorityBackup=true; those two o

Stuck messages

2017-09-14 Thread rockies
.11.1 to 5.14.5 to 5.15.0 we are seem to have more stuck messages in our queues, which usually ends up in re-starting JMS brokers and ESB servers. There are atleast close to 200 queues. Message size rarely gets to 25MB and number of messages per second could be close to 50. So why is it that we seem

Re: move Stuck messages from one queue to another queue

2015-03-25 Thread Tim Bain
ePrefix="DLQ." useQueueForQueueMessages="true" > processNonPersistent="true"/> > > > > > > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/move-Stuck-messages-from-one-queue-to-another-queue-tp4693647p4693782.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >

Re: move Stuck messages from one queue to another queue

2015-03-25 Thread mayank_inno
. -- View this message in context: http://activemq.2283324.n4.nabble.com/move-Stuck-messages-from-one-queue-to-another-queue-tp4693647p4693782.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: move Stuck messages from one queue to another queue

2015-03-24 Thread Tim Bain
nds, > > Please advise me how to move Stuck messages from one queue to another > queue. > > Thanks > Mayank Agarwal > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/move-Stuck-messages-from-one-queue-to-another-queue-tp4693647.html >

move Stuck messages from one queue to another queue

2015-03-24 Thread mayank_inno
Hi dear friends, Please advise me how to move Stuck messages from one queue to another queue. Thanks Mayank Agarwal -- View this message in context: http://activemq.2283324.n4.nabble.com/move-Stuck-messages-from-one-queue-to-another-queue-tp4693647.html Sent from the ActiveMQ - User mailing

Re: 'Stuck' Messages on queue

2014-01-07 Thread WhitestarB5
That would make sense, there is only on instance involved. The consumer is a bit suspect so we will focus on why that is disconnecting. -- View this message in context: http://activemq.2283324.n4.nabble.com/Stuck-Messages-on-queue-tp4676047p4676073.html Sent from the ActiveMQ - User mailing

Re: 'Stuck' Messages on queue

2014-01-07 Thread Torsten Mielke
ages will only be consumed > very slowly and fitfully. > > The messages that are consumed are not always those at the top of the queue. > The 'stuck' messages are however gradually consumed. > > The messages themselves are valid the only unusual aspect of these 'stuck

'Stuck' Messages on queue

2014-01-06 Thread WhitestarB5
We have a queue which contains Json Messages. They do not tend to be large messages. We are experiencing an odd behaviour where messages will only be consumed very slowly and fitfully. The messages that are consumed are not always those at the top of the queue. The 'stuck' messages a

Question on stuck messages in queue

2013-12-05 Thread badrinana
Hi I am using Active MQ 5.7. 1) If some messages are stuck in a particular queue, does it cause any impact on the Ack of other messages which went through that same queue? 2) Does ActiveMQ replay all the messages which was put on to that queue since the stuck messages entered the queue? If the

Re: ActiveMq 5.9 stuck messages on store full

2013-12-02 Thread matousvoldrich
setNonBlockingRedelivery(true); should solve this issue, but its not working. I need that retries do not block other messages. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMq-5-9-stuck-messages-on-store-full-tp4674917p4674986.html Sent from the ActiveMQ - User mailing

Re: ActiveMq 5.9 stuck messages on store full

2013-12-02 Thread matousvoldrich
and all messages are now properly delivered. But I still wonder whether this is a bug in ActiveMq? -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMq-5-9-stuck-messages-on-store-full-tp4674917p4674985.html Sent from the ActiveMQ - User mailing list archive at

Re: ActiveMq 5.9 stuck messages on store full

2013-11-29 Thread matousvoldrich
are using connectionFactory.setNonBlockingRedelivery(true); connectionFactory.setRedeliveryPolicy(policy); -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMq-5-9-stuck-messages-on-store-full-tp4674917p4674955.html Sent from the ActiveMQ - User mailing list

Re: ActiveMq 5.9 stuck messages on store full

2013-11-28 Thread Gary Tully
> > memoryLimit="16 mb" /> > > storeUsageHighWaterMark="20" /> > > > > > > > > > > > > > >

ActiveMq 5.9 stuck messages on store full

2013-11-28 Thread matousvoldrich
this message in context: http://activemq.2283324.n4.nabble.com/ActiveMq-5-9-stuck-messages-on-store-full-tp4674917.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Stuck messages : Pending Queue Size stopped to be dispatched to Dispatched Queue Size

2013-10-23 Thread meurwinn
Hi, i upgraded yesterday to 5.9.0 version and i can't reproduce the problem of stuck messages. -- View this message in context: http://activemq.2283324.n4.nabble.com/Stuck-messages-Pending-Queue-Size-stopped-to-be-dispatched-to-Dispatched-Queue-Size-tp4673046p4673153.html Sent fro

Re: Stuck Messages

2013-05-21 Thread Mohit Anchlia
ondering > if there is a way to manually monitor Apache? > > From: Gaurav Sharma [via ActiveMQ] [mailto: > ml-node+s2283324n4662994...@n4.nabble.com] > Sent: Thursday, February 07, 2013 11:13 AM > To: Masanz, Don > Subject: Re: Stuck Messages > > Aah, I see. So, a good plac

Re:RE: Stuck Messages

2013-05-21 Thread SuoNayi
rma [via ActiveMQ] >[mailto:ml-node+s2283324n4662994...@n4.nabble.com] >Sent: Thursday, February 07, 2013 11:13 AM >To: Masanz, Don >Subject: Re: Stuck Messages > >Aah, I see. So, a good place to start is: >http://activemq.apache.org/performance-tuning.html > >AMQ is a non-tr

RE: Stuck Messages

2013-05-21 Thread Donald Masanz
we know that we can execute AIX scripts to monitor MQ Series so I'm wondering if there is a way to manually monitor Apache? From: Gaurav Sharma [via ActiveMQ] [mailto:ml-node+s2283324n4662994...@n4.nabble.com] Sent: Thursday, February 07, 2013 11:13 AM To: Masanz, Don Subject: Re: Stuck

RE: Stuck Messages

2013-02-12 Thread Donald Masanz
Were you able to see anything in the activemq.xml that I had sent back to you? From: Gaurav Sharma [via ActiveMQ] [mailto:ml-node+s2283324n4662994...@n4.nabble.com] Sent: Thursday, February 07, 2013 11:13 AM To: Masanz, Don Subject: Re: Stuck Messages Aah, I see. So, a good place to start is

Re: RE: Stuck Messages

2013-02-11 Thread Gaurav Sharma
t; > > > >Regards, > > >Raúl. > > >On 8 Feb 2013 16:58, "Donald Masanz" wrote: > > > > > >> I believe this is the file you are asking about. I added a .txt > > extension > > >> so it would go thru our firewalls. > > >

Re: RE: Stuck Messages

2013-02-11 Thread Gary Tully
ile you are asking about. I added a .txt > extension > >> so it would go thru our firewalls. > >> > >> From: Gaurav Sharma [via ActiveMQ] [mailto: > >> ml-node+s2283324n4662994...@n4.nabble.com] > >> Sent: Thursday, February 07, 2013 11:13 AM > >> T

Re:RE: Stuck Messages

2013-02-10 Thread SuoNayi
I added a .txt extension >> so it would go thru our firewalls. >> >> From: Gaurav Sharma [via ActiveMQ] [mailto: >> ml-node+s2283324n4662994...@n4.nabble.com] >> Sent: Thursday, February 07, 2013 11:13 AM >> To: Masanz, Don >> Subject: Re: Stuck Messages >

RE: Stuck Messages

2013-02-09 Thread Raul Kripalani
extension > so it would go thru our firewalls. > > From: Gaurav Sharma [via ActiveMQ] [mailto: > ml-node+s2283324n4662994...@n4.nabble.com] > Sent: Thursday, February 07, 2013 11:13 AM > To: Masanz, Don > Subject: Re: Stuck Messages > > Aah, I see. So, a good place to

RE: Stuck Messages

2013-02-08 Thread Donald Masanz
I believe this is the file you are asking about. I added a .txt extension so it would go thru our firewalls. From: Gaurav Sharma [via ActiveMQ] [mailto:ml-node+s2283324n4662994...@n4.nabble.com] Sent: Thursday, February 07, 2013 11:13 AM To: Masanz, Don Subject: Re: Stuck Messages Aah, I see

RE: Stuck Messages

2013-02-07 Thread Donald Masanz
Thank you so much for the information. I'll look into it 1st chance I get From: Gaurav Sharma [via ActiveMQ] [mailto:ml-node+s2283324n4662994...@n4.nabble.com] Sent: Thursday, February 07, 2013 11:13 AM To: Masanz, Don Subject: Re: Stuck Messages Aah, I see. So, a good place to start is:

Re: Stuck Messages

2013-02-07 Thread Gaurav Sharma
a clue what you are talking about. > > > From: Gaurav Sharma [via ActiveMQ] > [mailto:ml-node+s2283324n4662992...@n4.nabble.com] > Sent: Thursday, February 07, 2013 10:57 AM > To: Masanz, Don > Subject: Re: Stuck Messages > > Forgot to mention - since you know what qu

RE: Stuck Messages

2013-02-07 Thread Donald Masanz
, I really don't have much of a clue what you are talking about. From: Gaurav Sharma [via ActiveMQ] [mailto:ml-node+s2283324n4662992...@n4.nabble.com] Sent: Thursday, February 07, 2013 10:57 AM To: Masanz, Don Subject: Re: Stuck Messages Forgot to mention - since you know what queues and t

Re: Stuck Messages

2013-02-07 Thread Gaurav Sharma
o a manual check? >> >> From: tetoconsusport [via ActiveMQ] >> [mailto:ml-node+s2283324n4662949...@n4.nabble.com] >> Sent: Wednesday, February 06, 2013 4:52 PM >> To: Masanz, Don >> Subject: Re: Stuck Messages >> >> Did you find a solution f

Re: Stuck Messages

2013-02-07 Thread Gaurav Sharma
tops processing, or > do you have to do a manual check? > > From: tetoconsusport [via ActiveMQ] > [mailto:ml-node+s2283324n4662949...@n4.nabble.com] > Sent: Wednesday, February 06, 2013 4:52 PM > To: Masanz, Don > Subject: Re: Stuck Messages > > Did you find a sol

RE: Stuck Messages

2013-02-07 Thread Donald Masanz
ActiveMQ] [mailto:ml-node+s2283324n4662949...@n4.nabble.com] Sent: Wednesday, February 06, 2013 4:52 PM To: Masanz, Don Subject: Re: Stuck Messages Did you find a solution for this? We are running activemq 5.7 and have had this issue as well. If we restart activemq everything works however, we have

Re: Stuck Messages

2013-02-06 Thread Donald Masanz
ivemq.2283324.n4.nabble.com/Stuck-Messages-tp4662092p4662949.html To unsubscribe from Stuck Messages, click here<http://activemq.2283324.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4662092&code=ZG9uLm1hc2FuekBjYXJ0ZXJzLmNvbXw0NjYyMDkyfC0yMzQzNTczNA==>. N

Re: Stuck Messages

2013-02-06 Thread Christian Posta
Check replayWhenNoConsumers config for At the bottom of this page: http://activemq.apache.org/networks-of-brokers.html On Wed, Jan 23, 2013 at 12:17 PM, Mohit Anchlia wrote: > We have some messages that are stuck in the queue. Even though there are > consumers on it, it's not getting re-deli

Re: Stuck Messages

2013-01-23 Thread Donald Masanz
I am experiencing the same issues. We are running version 5.5 I haven't seen an answer to this issue anywhere in the forums. -- View this message in context: http://activemq.2283324.n4.nabble.com/Stuck-Messages-tp4662092p4662103.html Sent from the ActiveMQ - User mailing list archi

RE: Reply:RE: Stuck messages - Dispatch issues

2013-01-13 Thread swplotner
swplot...@amherst.edu From: SuoNayi [via ActiveMQ] [mailto:ml-node+s2283324n4661704...@n4.nabble.com] Sent: Sunday, January 13, 2013 8:33 PM To: Steffen Plotner Subject: Reply:RE: Stuck messages - Dispatch issues Hi,there is a well-known reason about stuck messages when brokers are networked. You m

Reply:RE: Stuck messages - Dispatch issues

2013-01-13 Thread SuoNayi
Hi,there is a well-known reason about stuck messages when brokers are networked. You may take a look at http://activemq.apache.org/networks-of-brokers.html At 2013-01-13 00:29:01,swplotner wrote: >Hi > >Good point, I actually do have the same network config on the other node2 >

RE: Stuck messages - Dispatch issues

2013-01-12 Thread swplotner
: Saturday, January 12, 2013 09:57 To: Steffen Plotner Subject: Re: Stuck messages - Dispatch issues Looks like your network connectors are in one direction only, ie, node1 --> node2 What this means is messages will only flow across the network FROM node1 TO node2 based on the demand (consumers) on no

Re: Stuck messages - Dispatch issues

2013-01-12 Thread Christian Posta
networkTTL="3" > dynamicOnly="true" > prefetchSize="1" > duplex="false" > userName="${netlink.username}" > password="${netlink.password}" >

Re: Stuck messages - Dispatch issues

2013-01-11 Thread swplotner
.2283324.n4.nabble.com/Stuck-messages-Dispatch-issues-tp2367852p4661679.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply:Re: Reply:Reply:Re: Reply:Re: Reply:Re: Is there a simple way to solve the issuse of stuck messages when network?

2011-12-07 Thread SuoNayi
decreaseNetworkConsumerPriority="true" /> >>> >>> >>> >>>>> enableJournalDiskSyncs="false" indexWriteBatchSize="1" >>> indexCacheSize="1000"/> >>>

Re: Reply:Reply:Re: Reply:Re: Reply:Re: Is there a simple way to solve the issuse of stuck messages when network?

2011-12-07 Thread Gary Tully
  >>                 >>                 >>                     >>                 >>             >>         >> >>         >>            > discoveryUri="multicast://default?group=knet" /> >>         >> >> >>

Reply:Reply:Re: Reply:Re: Reply:Re: Is there a simple way to solve the issuse of stuck messages when network?

2011-12-07 Thread SuoNayi
> > > > >At 2011-12-07 00:05:42,"Torsten Mielke" wrote: >>Yep, the latest release version. >>I have already seen a customer using it. >> >> >> >>On Dec 6, 2011, at 5:02 PM, SuoNayi wrote: >> >>> Thanks Torsten,It

Reply:Re: Reply:Re: Reply:Re: Is there a simple way to solve the issuse of stuck messages when network?

2011-12-06 Thread SuoNayi
t;>> The trunk is a snapshot version but I want a release version for my >>>> product enviroment. >>>> So I want to modify some to solve this issue. >>>> >>>> >>>> >>>> >>>> At 2011-12-06 19:44:36,"Tor

Reply:Re: Reply:Re: Reply:Re: Is there a simple way to solve the issuse of stuck messages when network?

2011-12-06 Thread SuoNayi
I want to modify some to solve this issue. >>>> >>>> >>>> >>>> >>>> At 2011-12-06 19:44:36,"Torsten Mielke" wrote: >>>>> Hi, >>>>> >>>>> Is it the replayWhenNoConsumers feature that you're

Re: Reply:Re: Reply:Re: Is there a simple way to solve the issuse of stuck messages when network?

2011-12-06 Thread Torsten Mielke
; >>> >>> At 2011-12-06 19:44:36,"Torsten Mielke" wrote: >>>> Hi, >>>> >>>> Is it the replayWhenNoConsumers feature that you're looking for? >>>> >>>> >>>> >>>> See http://act

Reply:Re: Reply:Re: Is there a simple way to solve the issuse of stuck messages when network?

2011-12-06 Thread SuoNayi
iroment. >> So I want to modify some to solve this issue. >> >> >> >> >> At 2011-12-06 19:44:36,"Torsten Mielke" wrote: >>> Hi, >>> >>> Is it the replayWhenNoConsumers feature that you're looking for? >>> >>>

Re: Reply:Re: Is there a simple way to solve the issuse of stuck messages when network?

2011-12-06 Thread Torsten Mielke
roment. > So I want to modify some to solve this issue. > > > > > At 2011-12-06 19:44:36,"Torsten Mielke" wrote: >> Hi, >> >> Is it the replayWhenNoConsumers feature that you're looking for? >> >> >> >> See http://ac

Reply:Re: Is there a simple way to solve the issuse of stuck messages when network?

2011-12-06 Thread SuoNayi
the replayWhenNoConsumers feature that you're looking for? >> >> >> >> See http://activemq.apache.org/networks-of-brokers.html, part "Stuck >> messages". >> >> >> Torsten Mielke >> tors...@fusesource.com >> tmie...@blogspo

Reply:Re: Is there a simple way to solve the issuse of stuck messages when network?

2011-12-06 Thread SuoNayi
NoConsumers feature that you're looking for? > > > >See http://activemq.apache.org/networks-of-brokers.html, part "Stuck messages". > > >Torsten Mielke >tors...@fusesource.com >tmie...@blogspot.com > > > >On Dec 6, 2011, at 6:54 AM, SuoNayi wrot

Re: Is there a simple way to solve the issuse of stuck messages when network?

2011-12-06 Thread Joe Carter
rsten Mielke wrote: > Hi, > > Is it the replayWhenNoConsumers feature that you're looking for? > > > > See http://activemq.apache.org/networks-of-brokers.html, part "Stuck > messages". > > > Torsten Mielke > tors...@fusesource.com > tmie...@blo

Re: Is there a simple way to solve the issuse of stuck messages when network?

2011-12-06 Thread Torsten Mielke
Hi, Is it the replayWhenNoConsumers feature that you're looking for? See http://activemq.apache.org/networks-of-brokers.html, part "Stuck messages". Torsten Mielke tors...@fusesource.com tmie...@blogspot.com On Dec 6, 2011, at 6:54 AM, SuoNayi wrote: > Hi all an

Re: Stuck messages in topic after restart of broker

2011-11-15 Thread daniel.blyth
I am seeing this same issue with version 5.5.1 -- View this message in context: http://activemq.2283324.n4.nabble.com/Stuck-messages-in-topic-after-restart-of-broker-tp4024125p4043262.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Stuck messages in topic after restart of broker

2011-11-14 Thread daniel.blyth
I created a jira issue for this problem and included a a unit test for verification. https://issues.apache.org/jira/browse/AMQ-3594 -- View this message in context: http://activemq.2283324.n4.nabble.com/Stuck-messages-in-topic-after-restart-of-broker-tp4024125p4041053.html Sent from the

Re: Stuck messages in topic after restart of broker

2011-11-14 Thread Dejan Bosanac
or over a week now and I can't figure it out > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Stuck-messages-in-topic-after-restart-of-broker-tp4024125p4024125.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >

Stuck messages in topic after restart of broker

2011-11-10 Thread daniel.blyth
#x27;t see this issue at all) Does anyone have clue what the issue could be? I have been looking at this issue for over a week now and I can't figure it out -- View this message in context: http://activemq.2283324.n4.nabble.com/Stuck-messages-in-topic-after-restart-of-broker-tp4024125p402412

Re: AMQ 5.5.0 issue with stuck messages using queue with multiple subscribers on different selectors.

2011-09-01 Thread jim_m2m
Found some more information, it appears to be related to the problem with paging when examining messages for selectors. -- View this message in context: http://activemq.2283324.n4.nabble.com/AMQ-5-5-0-issue-with-stuck-messages-using-queue-with-multiple-subscribers-on-different-selectors

AMQ 5.5.0 issue with stuck messages using queue with multiple subscribers on different selectors.

2011-09-01 Thread jim_m2m
or a test case, but my client is a non-standard openwire client written in C, so its not so easy to create a little java test case. The easiest proof would be a video if that helps, or wireshark. Thanks, Jim -- View this message in context: http://activemq.2283324.n4.nabble.com/AMQ-5-5-0-issue-with-stuck-messages-using-queue-with-multiple-subscribers-on-different-selectors-tp3784895p3784895.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Stuck messages - Dispatch issues

2011-04-13 Thread lernen.2007
. -- View this message in context: http://activemq.2283324.n4.nabble.com/Stuck-messages-Dispatch-issues-tp2367852p3446638.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Stuck messages - Dispatch issues

2011-04-12 Thread nnprasad
serious. Thank You, Nag. P -- View this message in context: http://activemq.2283324.n4.nabble.com/Stuck-messages-Dispatch-issues-tp2367852p3445066.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Stuck messages - Dispatch issues

2011-04-11 Thread lernen.2007
Hi, the problem we have too. Sometimes the messages stuck in queue and after a restart it deliver to the consumer. -- View this message in context: http://activemq.2283324.n4.nabble.com/Stuck-messages-Dispatch-issues-tp2367852p3443852.html Sent from the ActiveMQ - User mailing list archive at

Re: Stuck messages - Dispatch issues

2010-02-20 Thread Elliot Barlas
ed in production, if anyone is using at all. >>> >>> We tried with prefetch limit as 1, asyncDispatch as true and false, >>> session transacted as true and false. In all cases, the dispatch >>> problem >>> still exists starting after 100 messages until 100

Re: Stuck messages - Dispatch issues

2010-02-20 Thread Rob Davies
e and false. In all cases, the dispatch problem still exists starting after 100 messages until 1000 messages. I hope any of the active commiters looks into this issue seriously. Would really appreciate the help. Thanks, Rajani. -- View this message in context: http://old.nabble.com/

Re: Stuck messages - Dispatch issues

2010-02-20 Thread Pavel
gt; > >>> This is a very basic use case and I wonder how the version 5.1 is > >>> currently used in production, if anyone is using at all. > >>> > >>> We tried with prefetch limit as 1, asyncDispatch as true and false, > >>> session transacte

Re: Stuck messages - Dispatch issues

2010-02-19 Thread Elliot Barlas
wonder how the version 5.1 is >>> currently used in production, if anyone is using at all. >>> >>> We tried with prefetch limit as 1, asyncDispatch as true and false, >>> session transacted as true and false. In all cases, the dispatch >>> problem >

Re: Stuck messages - Dispatch issues

2010-02-19 Thread Rob Davies
cases, the dispatch problem still exists starting after 100 messages until 1000 messages. I hope any of the active commiters looks into this issue seriously. Would really appreciate the help. Thanks, Rajani. -- View this message in context: http://old.nabble.com/Stuck-messages---Dis

Re: Stuck messages - Dispatch issues

2010-02-19 Thread Elliot Barlas
ession transacted as true and false. In all cases, the dispatch problem > still exists starting after 100 messages until 1000 messages. > > I hope any of the active commiters looks into this issue seriously. Would > really appreciate the help. > > Thanks, > Rajani. > -- V

Re: Stuck messages - Dispatch issues

2009-07-31 Thread Gary Tully
gt; >> > > >> > > >> > http://www.nabble.com/Consumer-Listener-stop-receving-message-until-ActiveMQ-restart-td20355247.html > >> > > >> > This is a very basic use case and I wonder how the version 5.1 is > >> > currently used

Re: Stuck messages - Dispatch issues

2009-07-30 Thread couzteau
iveMQ-restart-td20355247.html >> > >> > This is a very basic use case and I wonder how the version 5.1 is >> > currently used in production, if anyone is using at all. >> > >> > We tried with prefetch limit as 1, asyncDispatch as true and false, >>

RE: Stuck messages - Dispatch issues

2009-07-30 Thread Mats.Henrikson
o deadlock queues, and they will then not deliver or accept any more messages until the broker is restarted. Regards, Mats > -Original Message- > From: couzteau [mailto:couzt...@bitfaeule.net] > Sent: Thursday, July 30, 2009 2:57 AM > To: users@activemq.apache.org > Su

Re: Stuck messages - Dispatch issues

2009-07-30 Thread Gary Tully
e case and I wonder how the version 5.1 is > > currently used in production, if anyone is using at all. > > > > We tried with prefetch limit as 1, asyncDispatch as true and false, > > session transacted as true and false. In all cases, the dispatch problem > > still e

Re: Stuck messages - Dispatch issues

2009-07-29 Thread couzteau
messages. > > I hope any of the active commiters looks into this issue seriously. Would > really appreciate the help. > > Thanks, > Rajani. > -- View this message in context: http://www.nabble.com/Stuck-messages---Dispatch-issues-tp20467949p24733104.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

ActiveMQ stuck messages when 'redelivered = true'

2009-07-09 Thread drsnyder
deadlocks. On last data point, if I put new messages in the queue they get processed as I would expect but the stuck messages remain. I really want to avoid regular restarts of activemq in production, so any help would be greatly appreciated! David Snyder QUEUE STATS

Re: Stuck messages - Dispatch issues

2008-11-20 Thread chrajanirao
; messages. >> >> I will try to come up with a JUnit test case. But this is faily staright >> forward case when messages are sent faster than they can be consumed!! >> >> Thanks. >> >> -- >> View this message in context: >> http://www.nabble.com/Stuc

Re: Stuck messages - Dispatch issues

2008-11-17 Thread Gary Tully
gt; forward case when messages are sent faster than they can be consumed!! > > Thanks. > > -- > View this message in context: > http://www.nabble.com/Stuck-messages---Dispatch-issues-tp20467949p20492251.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > >

Re: Stuck messages - Dispatch issues

2008-11-13 Thread chrajanirao
than they can be consumed!! Thanks. -- View this message in context: http://www.nabble.com/Stuck-messages---Dispatch-issues-tp20467949p20492251.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Stuck messages - Dispatch issues

2008-11-13 Thread Gary Tully
sages until 1000 messages. > > I hope any of the active commiters looks into this issue seriously. Would > really appreciate the help. > > Thanks, > Rajani. > -- > View this message in context: > http://www.nabble.com/Stuck-messages---Dispatch-issues-tp20467949p20467949.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > >

Re: Stuck messages - Dispatch issues

2008-11-12 Thread Joe Fernandez
e and false, > session transacted as true and false. In all cases, the dispatch problem > still exists starting after 100 messages until 1000 messages. > > I hope any of the active commiters looks into this issue seriously. Would > really appreciate the help. > > Thanks, >

Stuck messages - Dispatch issues

2008-11-12 Thread chrajanirao
cases, the dispatch problem still exists starting after 100 messages until 1000 messages. I hope any of the active commiters looks into this issue seriously. Would really appreciate the help. Thanks, Rajani. -- View this message in context: http://www.nabble.com/Stuck-messages---Dispatch-i

Re: tracing stuck messages in network of brokers

2008-05-21 Thread aburgel
; >> is there a way to get that stuck message to move again? it seems a bit >> strange that it would just sit there for ever on a node with no consumer. >> >> i have logs and my config. if that would help, let me know and i'll post >> it. any help is much appreciated. >> >> --alex >> > > -- View this message in context: http://www.nabble.com/tracing-stuck-messages-in-network-of-brokers-tp17395138s2354p17396807.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: tracing stuck messages in network of brokers

2008-05-21 Thread ttmdev
. > > i have logs and my config. if that would help, let me know and i'll post > it. any help is much appreciated. > > --alex > -- View this message in context: http://www.nabble.com/tracing-stuck-messages-in-network-of-brokers-tp17395138s2354p17396466.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

tracing stuck messages in network of brokers

2008-05-21 Thread aburgel
ge in context: http://www.nabble.com/tracing-stuck-messages-in-network-of-brokers-tp17395138s2354p17395138.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Exactly 500 stuck messages in the Q

2007-08-06 Thread ocoolio
but no solution was found. >> I'm using apache-activemq-5.0-20070710 >> NMS built from source. >> >> Any ideas? >> >> Thanks, >> >> Adam >> -- >> View this message in context: >> http://www.nabble.com/Exactly-500-stuck-messages-in-the-Q-t

Re: Exactly 500 stuck messages in the Q

2007-08-04 Thread James Strachan
is, but no solution was found. > I'm using apache-activemq-5.0-20070710 > NMS built from source. > > Any ideas? > > Thanks, > > Adam > -- > View this message in context: > http://www.nabble.com/Exactly-500-stuck-messages-in-the-Q-tf4198835s2354.html#a11942013 > Sent

Exactly 500 stuck messages in the Q

2007-08-01 Thread ocoolio
but not always. I've read some have something like this, but no solution was found. I'm using apache-activemq-5.0-20070710 NMS built from source. Any ideas? Thanks, Adam -- View this message in context: http://www.nabble.com/Exactly-500-stuck-messages-in-the-Q-tf4198835s2354.html#a1194