Class AMQPConstants.Connection
- java.lang.Object
-
- org.apache.activemq.artemis.protocol.amqp.proton.AMQPConstants.Connection
-
- Enclosing class:
- AMQPConstants
public static class AMQPConstants.Connection extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_CHANNEL_MAXstatic intDEFAULT_IDLE_TIMEOUT
-
Constructor Summary
Constructors Constructor Description Connection()
-
-
-
Field Detail
-
DEFAULT_IDLE_TIMEOUT
public static final int DEFAULT_IDLE_TIMEOUT
- See Also:
- Constant Field Values
-
DEFAULT_CHANNEL_MAX
public static final int DEFAULT_CHANNEL_MAX
- See Also:
- Constant Field Values
-
-