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 Detail

      • queueRecovered

        void queueRecovered​(String oldName,
                            String newName)