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

    Modifier and Type
    Method
    Description
    void
    queueRecovered(String oldName, String newName)
     
  • Method Details

    • queueRecovered

      void queueRecovered(String oldName, String newName)