public interface FailureListener
Modifier and Type | Method and Description |
---|---|
void |
connectionFailed(ActiveMQException exception,
boolean failedOver)
Notifies that a connection has failed due to the specified exception.
|
void |
connectionFailed(ActiveMQException exception,
boolean failedOver,
String scaleDownTargetNodeID)
Notifies that a connection has failed due to the specified exception.
|
void connectionFailed(ActiveMQException exception, boolean failedOver)
exception
- exception which has caused the connection to failfailedOver
- void connectionFailed(ActiveMQException exception, boolean failedOver, String scaleDownTargetNodeID)
exception
- exception which has caused the connection to failfailedOver
- scaleDownTargetNodeID
- the ID of the node to which messages are scaling downCopyright © 2016 JBoss by Red Hat. All rights reserved.