Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.9.0
-
None
-
None
Description
Adding the following exception handler to broker configuration suppose to shutdown broker when persistence store becomes unavailable.
<ioExceptionHandler>
<jDBCIOExceptionHandler stopStartConnectors="false"/>
</ioExceptionHandler>
This is seems to work for master broker but the slave broker seems to ignore it and continues to work.