Hi, We're currently runnning an ActiveMQ instance with a jdbcPersistenceAdapter backed by an Oracle database. Now when Oracle becomes unavailable, ActiveMQ shuts down. I've added an IoExceptionHandler to prevent this, with ignoreSQLExceptions set to false and stopStartConnectors set to true. I can see in the logs that it kicks in when I make Oracle unavailable, the transports are stopped and it starts a thread that waits for the DB to become available again.
But then a SuppressReplyException is thrown which causes the Brokerservice itself to shutdown: I don't understand this exception, why is it thrown? And why does it shutdown the brokerservice? Thanks. Gijsbert -- View this message in context: http://activemq.2283324.n4.nabble.com/Brokerservice-stops-on-DB-failure-tp4695249.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.