Class MirroredQueue

    • Constructor Detail

      • MirroredQueue

        public MirroredQueue()
    • Method Detail

      • getPostfix

        public String getPostfix()
      • setPostfix

        public void setPostfix​(String postfix)
        Sets any postix used to identify the queue consumers
      • getPrefix

        public String getPrefix()
      • setPrefix

        public void setPrefix​(String prefix)
        Sets the prefix wildcard used to identify the queue consumers for a given topic
      • isCopyMessage

        public boolean isCopyMessage()
      • setCopyMessage

        public void setCopyMessage​(boolean copyMessage)
        Sets whether a copy of the message will be sent to each destination. Defaults to true so that the forward destination is set as the destination of the message
      • getMirrorTopic

        protected org.apache.activemq.command.ActiveMQDestination getMirrorTopic​(org.apache.activemq.command.ActiveMQDestination original)