Class SharedDeadLetterStrategy

    • Constructor Detail

      • SharedDeadLetterStrategy

        public SharedDeadLetterStrategy()
    • Method Detail

      • getDeadLetterQueueFor

        public org.apache.activemq.command.ActiveMQDestination getDeadLetterQueueFor​(org.apache.activemq.command.Message message,
                                                                                     Subscription subscription)
        Description copied from interface: DeadLetterStrategy
        Returns the dead letter queue for the given message and subscription.
      • getDeadLetterQueue

        public org.apache.activemq.command.ActiveMQDestination getDeadLetterQueue()
      • setDeadLetterQueue

        public void setDeadLetterQueue​(org.apache.activemq.command.ActiveMQDestination deadLetterQueue)