We are using ActiveMQ5.5.1. The configuration file on the system points to
use a db server
<persistenceFactory>
<journalPersistenceAdapterFactory journalLogFiles="5"
dataDirectory="${activemq.base}/activemq-data" dataSource="#db2-ds"
useDatabaseLock="true"/>
</persistenceFactory>
What will happen if the db server goes down?
When tried to explicitly close the active db connections on the db server,
it was seen that the activemq itself shutdown with "Connection was closed"
exception.
Is this the correct behavior?
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Behavior-of-ActiveMQ-on-db-failure-tp4573934p4573934.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.