Package com.atlassian.bamboo.amq
Class ExitOnShutdownIOExceptionHandler
java.lang.Object
org.apache.activemq.util.DefaultIOExceptionHandler
com.atlassian.bamboo.amq.ExitOnShutdownIOExceptionHandler
- All Implemented Interfaces:
org.apache.activemq.broker.BrokerServiceAware
,org.apache.activemq.util.IOExceptionHandler
public class ExitOnShutdownIOExceptionHandler
extends org.apache.activemq.util.DefaultIOExceptionHandler
This class is used to override the default ActiveMQ IOExceptionHandler to ensure
the exit of the whole application on ActiveMQ shutdown.
- Since:
- 9.5
-
Field Summary
Fields inherited from class org.apache.activemq.util.DefaultIOExceptionHandler
broker
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.activemq.util.DefaultIOExceptionHandler
allowIOResumption, getNoSpaceMessage, getResumeCheckSleepPeriod, getSqlExceptionMessage, handle, hasLockOwnership, isIgnoreAllErrors, isIgnoreNoSpaceErrors, isIgnoreSQLExceptions, isStopStartConnectors, isSystemExitOnShutdown, setBrokerService, setIgnoreAllErrors, setIgnoreNoSpaceErrors, setIgnoreSQLExceptions, setNoSpaceMessage, setResumeCheckSleepPeriod, setSqlExceptionMessage, setStopStartConnectors, setSystemExitOnShutdown
-
Constructor Details
-
ExitOnShutdownIOExceptionHandler
public ExitOnShutdownIOExceptionHandler()
-