Class MDBConfig


  • public class MDBConfig
    extends Object
    • Field Detail

      • reconnectIntervalSec

        protected String reconnectIntervalSec
      • deliveryActive

        protected String deliveryActive
    • Constructor Detail

      • MDBConfig

        public MDBConfig()
    • Method Detail

      • getReconnectIntervalSec

        public String getReconnectIntervalSec()
        Gets the value of the reconnectIntervalSec property.
        Returns:
        possible object is String
      • setReconnectIntervalSec

        public void setReconnectIntervalSec​(String value)
        Sets the value of the reconnectIntervalSec property.
        Parameters:
        value - allowed object is String
      • getDeliveryActive

        public String getDeliveryActive()
        Gets the value of the deliveryActive property.
        Returns:
        possible object is String
      • setDeliveryActive

        public void setDeliveryActive​(String value)
        Sets the value of the deliveryActive property.
        Parameters:
        value - allowed object is String
      • getDLQConfig

        public DLQConfig getDLQConfig()
        Gets the value of the dlqConfig property.
        Returns:
        possible object is DLQConfig
      • setDLQConfig

        public void setDLQConfig​(DLQConfig value)
        Sets the value of the dlqConfig property.
        Parameters:
        value - allowed object is DLQConfig