Class AmqpConfigurationConstants


  • public class AmqpConfigurationConstants
    extends Object
    • Field Detail

      • IDLE_TIME_OUT

        public static final String IDLE_TIME_OUT
        The idle timeout in milliseconds after which the connection will be failed if the peer sends no AMQP frames
        See Also:
        Constant Field Values
      • TRACE_FRAMES

        public static final String TRACE_FRAMES
        The option trace frames configures proton to output trace logs on protocol level. Additionally, the org.apache.qpid.jms.provider.amqp.FRAMES Logger has to be set to TRACE level
        See Also:
        Constant Field Values