public interface RemoteQueueTransferListener
| Modifier and Type | Method and Description |
|---|---|
void |
notifyQueueOnRemoteBrokerIsNoLongerAvailable(String remoteBrokerUrl,
String queueName)
Callback when only a specific queue is now no longer available on a Remote
Broker.
|
void |
notifyRemoteBrokerIsNoLongerAvailable(String remoteBrokerUrl,
String errorMessage)
Callback when an entire remote broker is not available.
|
void notifyRemoteBrokerIsNoLongerAvailable(String remoteBrokerUrl, String errorMessage)
remoteBrokerUrl - The url of the RemoteBroker to mark as Not Availablevoid notifyQueueOnRemoteBrokerIsNoLongerAvailable(String remoteBrokerUrl, String queueName)
remoteBrokerUrl - The url of the RemoteBroker to mark as Not AvailablequeueName - The name of the queueCopyright © 2009-2014 Cloudhopper by Twitter. All Rights Reserved.