Interface QueueRecoveryListener
-
public interface QueueRecoveryListenerNot part of the public API. Mean to be used by JVM RabbitMQ clients that build on top of the Java client and need to be notified when server-name queue name changes after recovery.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidqueueRecovered(java.lang.String oldName, java.lang.String newName)
-