You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by tmurray <to...@psydex.com> on 2010/04/26 17:29:34 UTC

CreateSession and InterruptedIOException

I have a java class which subscribes to a TOPIC.  When the broker goes down
(no failover broker), the code shuts down the session, connection and
consumer and then tries to reconnect to the broker.   


http://old.nabble.com/file/p28365609/activemq-shutdown.png 

Once the broker is back up, the code throws an
java.io.InterruptedIOException when the session is created
(statusConnection.createSession(false,Session.AUTO_ACKNOWLEDGE).    

http://old.nabble.com/file/p28365609/activemq-start.png 

Any ideas why I can't recreate the session?
-- 
View this message in context: http://old.nabble.com/CreateSession-and-InterruptedIOException-tp28365609p28365609.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.