Interface QueueRecoveryListener
-
public interface QueueRecoveryListener
Not 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 void
queueRecovered(String oldName, String newName)
-