Re: Consumer client stops after failover

2010-05-06 Thread Jim McCabe
ug becomes visible. This should be pretty easy fix, just to make sure the failover thread does not call setDaemon(true). - Jim -- View this message in context: http://old.nabble.com/Consumer-client-stops-after-failover-tp27778246p28474886.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Consumer client stops after failover

2010-04-28 Thread Gary Tully
ersion=5, cacheEnabled=true, stackTraceEnabled=true, > > tightEncodingEnabled=true, sizePrefixDisabled=false} > > 2010-03-03 17:22:56,690 DEBUG > > org.apache.activemq.transport.failover.FailoverTransport: Connection > > established > > 2010-03-03 17:22:56,690 INFO > > org.apache.activemq.transport.failover.FailoverTransport: Successfully > > reconnected to tcp://broker1:61616 > > > > < ... FailoverTransport says: All is ok ... > > > > > 2010-03-03 17:22:56,696 DEBUG > > org.apache.activemq.transport.ResponseCorrelator: Received unexpected > > response: {Response {commandId = 0, responseRequired = false, > > correlationId = 1}}for command id: 1 > > 2010-03-03 17:22:56,699 DEBUG > > org.apache.activemq.transport.ResponseCorrelator: Received unexpected > > response: {Response {commandId = 0, responseRequired = false, > > correlationId = 2}}for command id: 2 > > > > < ... Here my program stops :-( ... > > > > > http://old.nabble.com/file/p27778246/fepctrlcli.java fepctrlcli.java > > > > > > -- > View this message in context: > http://old.nabble.com/Consumer-client-stops-after-failover-tp27778246p28287889.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > > -- http://blog.garytully.com Open Source Integration http://fusesource.com

Re: Consumer client stops after failover

2010-04-28 Thread Frank Werner
Gary, I use ActiveMQ 5.3.0 Yes, the work-around does work for me. -Frank- -- View this message in context: http://old.nabble.com/Consumer-client-stops-after-failover-tp27778246p28387762.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Consumer client stops after failover

2010-04-20 Thread ttmgary
17:22:56,696 DEBUG > org.apache.activemq.transport.ResponseCorrelator: Received unexpected > response: {Response {commandId = 0, responseRequired = false, > correlationId = 1}}for command id: 1 > 2010-03-03 17:22:56,699 DEBUG > org.apache.activemq.transport.ResponseCorrelator: Received unexpected > response: {Response {commandId = 0, responseRequired = false, > correlationId = 2}}for command id: 2 > > < ... Here my program stops :-( ... > > > http://old.nabble.com/file/p27778246/fepctrlcli.java fepctrlcli.java > > -- View this message in context: http://old.nabble.com/Consumer-client-stops-after-failover-tp27778246p28287889.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Consumer client stops after failover

2010-03-04 Thread Frank Werner
eRequired = false, correlationId = 2}}for command id: 2 < ... Here my program stops :-( ... > http://old.nabble.com/file/p27778246/fepctrlcli.java fepctrlcli.java -- View this message in context: http://old.nabble.com/Consumer-client-stops-after-failover-tp27778246p27778246.html Sent f