Re: Consumer hangs on creation

2012-10-18 Thread Timothy Bish
On Thu, 2012-10-18 at 02:30 -0700, Ishitori wrote: > I managed to resolve the issue by restarting 2nd broker. But I want to > understand why it is happened. > > > Is your client using failover? > > Yes, it does. Moreover I am using 2 duplex connectors from one broker to > another with conduitSub

Re: Consumer hangs on creation

2012-10-18 Thread Ishitori
I managed to resolve the issue by restarting 2nd broker. But I want to understand why it is happened. > Is your client using failover? Yes, it does. Moreover I am using 2 duplex connectors from one broker to another with conduitSubscriptions = "false" on both connectors. If so was there a broker

Re: Consumer hangs on creation

2012-10-17 Thread Timothy Bish
On Wed, 2012-10-17 at 04:44 -0700, Ishitori wrote: > There were a situation in my production environment when an application > couldn't create a consumer. It looks like a thread freeze for infinite. > There are no exceptions or errors happen, but the thread got blocked. > > I am using AMQ 5.6.0

Re: Consumer hangs

2008-01-28 Thread Rob Davies
can you raise a jira and attach a junit test case - we'll have a look On Jan 28, 2008, at 5:48 PM, activemqnewbie wrote: As suggested i tried with the latest apache-activemq-5.1-SNAPSHOT and i still have the same problem. Any suggestions? Rainer Klute-2 wrote: activemqnewbie schrieb: I

Re: Consumer hangs

2008-01-28 Thread activemqnewbie
As suggested i tried with the latest apache-activemq-5.1-SNAPSHOT and i still have the same problem. Any suggestions? Rainer Klute-2 wrote: > > activemqnewbie schrieb: >> Issue we have is different from the one you specified. >> We are testing with just one producer and one consumer to start

Re: Consumer hangs

2008-01-28 Thread Rainer Klute
activemqnewbie schrieb: Issue we have is different from the one you specified. We are testing with just one producer and one consumer to start with and we are having issues with the consumer not receiving messages after sometime. But when I publish more messages ,same consumer does consumes

Re: Consumer hangs

2008-01-28 Thread activemqnewbie
Rainer, Issue we have is different from the one you specified. We are testing with just one producer and one consumer to start with and we are having issues with the consumer not receiving messages after sometime. But when I publish more messages ,same consumer does consumes messages and hang

Re: Consumer hangs

2008-01-28 Thread James Strachan
On 28/01/2008, activemqnewbie <[EMAIL PROTECTED]> wrote: > > For my testing purpose am running only one consumer and i still have the same > problem. What do the JConsole stats say in terms of counters (consumers, enqueue, dequeue counts etc?) -- James --- http://macstrac.blogspot.com/ Open

Re: Consumer hangs

2008-01-28 Thread Rainer Klute
Could it have to do with ? If I remember correctly, this issue has been fixed for the "multiple producers, single consumer" case by some snapshot version *after* version 5.0 had been released. However, as I discovered recently, it is still b

Re: Consumer hangs

2008-01-28 Thread activemqnewbie
For my testing purpose am running only one consumer and i still have the same problem. James.Strachan wrote: > > On 25/01/2008, activemqnewbie <[EMAIL PROTECTED]> wrote: >> >> Hi, >> We are using activemq5.o. >> Consumer after consuming certain number of messages ,hangs. >> But when i publish s

Re: Consumer hangs

2008-01-28 Thread James Strachan
On 25/01/2008, activemqnewbie <[EMAIL PROTECTED]> wrote: > > Hi, > We are using activemq5.o. > Consumer after consuming certain number of messages ,hangs. > But when i publish some more messages,consumer consumes few messages and > hangs again. > I dont see any exceptions in broker/consumer/produ