Re: InterruptedException with embedded 5.5.0 broker

2013-12-23 Thread khandelwalanuj
I have also seen the same issue today. Can someone from ActiveMQ dev team will let us know , Why this is happening ? Thanks, Anuj -- View this message in context: http://activemq.2283324.n4.nabble.com/InterruptedException-with-embedded-5-5-0-broker-tp3487950p4675846.html Sent from the

InterruptedException with embedded 5.5.0 broker

2011-05-01 Thread dcheckoway
Hello, Any idea what would cause this exception (stack trace below)? ActiveMQ 5.5.0 *embedded* broker, fwiw (I'm reluctantly using 5.5.0 despite this error and the ConcurrentModificationException, since there's no 5.5.1 yet...hint hint). Connection URL to two independent (non-networked) brokers

Re: InterruptedException with embedded 5.5.0 broker

2011-05-01 Thread dcheckoway
I always forget to mention something...possibly relevant bits of info: a. This wasn't happening with 5.4.2, but is happening regularly (intermittently) with 5.5.0. b. The pattern this application uses is rapid-fire producing -- no consuming on that connection. Thanks! -Dan Checkoway

Re: InterruptedException with embedded 5.5.0 broker

2011-05-01 Thread Justin Randall
not be a sign of good handling of InterruptedException, it is unlikely to cause any problems. Regards, Justin Randall --Original Message-- From: dcheckoway To: users@activemq.apache.org ReplyTo: users@activemq.apache.org Subject: Re: InterruptedException with embedded 5.5.0 broker Sent

Re: InterruptedException with embedded 5.5.0 broker

2011-05-01 Thread dcheckoway
/InterruptedException-with-embedded-5-5-0-broker-tp3487950p3488262.html To unsubscribe from InterruptedException with embedded 5.5.0 broker, click herehttp://activemq.2283324.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=3487950code

Re: InterruptedException with embedded 5.5.0 broker

2011-05-01 Thread Justin Randall
: InterruptedException with embedded 5.5.0 broker Justin, If you look further down the stack trace, you can see it's doing failover disposal after some sort of wire format exception...or perhaps inactivity on the wire (which is extremely unlikely in my app, which is in a constant mode of producing messages). I'm

Re: InterruptedException with embedded 5.5.0 broker

2011-05-01 Thread dcheckoway
2011 12:13:08 To: [hidden email]http://user/SendEmail.jtp?type=nodenode=3488380i=1by-user=t Reply-To: [hidden email]http://user/SendEmail.jtp?type=nodenode=3488380i=2by-user=t Subject: Re: InterruptedException with embedded 5.5.0 broker Justin, If you look further down the stack trace