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.
