Class DeadLetterPolicy


  • public class DeadLetterPolicy
    extends Object
    • Constructor Detail

      • DeadLetterPolicy

        public DeadLetterPolicy​(int maxRedeliverCount,
                                String retryLetterTopic,
                                String deadLetterTopic)
    • Method Detail

      • getMaxRedeliverCount

        protected int getMaxRedeliverCount()
      • getRetryLetterTopic

        protected String getRetryLetterTopic()
      • getDeadLetterTopic

        protected String getDeadLetterTopic()