Class DLQConfig


  • public class DLQConfig
    extends Object
    • Field Detail

      • destinationQueue

        protected String destinationQueue
      • maxTimesRedelivered

        protected String maxTimesRedelivered
      • timeToLive

        protected String timeToLive
      • dlqUser

        protected String dlqUser
      • dlqPassword

        protected String dlqPassword
    • Constructor Detail

      • DLQConfig

        public DLQConfig()
    • Method Detail

      • getDestinationQueue

        public String getDestinationQueue()
        Gets the value of the destinationQueue property.
        Returns:
        possible object is String
      • setDestinationQueue

        public void setDestinationQueue​(String value)
        Sets the value of the destinationQueue property.
        Parameters:
        value - allowed object is String
      • getMaxTimesRedelivered

        public String getMaxTimesRedelivered()
        Gets the value of the maxTimesRedelivered property.
        Returns:
        possible object is String
      • setMaxTimesRedelivered

        public void setMaxTimesRedelivered​(String value)
        Sets the value of the maxTimesRedelivered property.
        Parameters:
        value - allowed object is String
      • getTimeToLive

        public String getTimeToLive()
        Gets the value of the timeToLive property.
        Returns:
        possible object is String
      • setTimeToLive

        public void setTimeToLive​(String value)
        Sets the value of the timeToLive property.
        Parameters:
        value - allowed object is String
      • getDLQUser

        public String getDLQUser()
        Gets the value of the dlqUser property.
        Returns:
        possible object is String
      • setDLQUser

        public void setDLQUser​(String value)
        Sets the value of the dlqUser property.
        Parameters:
        value - allowed object is String
      • getDLQPassword

        public String getDLQPassword()
        Gets the value of the dlqPassword property.
        Returns:
        possible object is String
      • setDLQPassword

        public void setDLQPassword​(String value)
        Sets the value of the dlqPassword property.
        Parameters:
        value - allowed object is String