Class AmqpConfigurationConstants
- java.lang.Object
-
- com.sap.cloud.servicesdk.xbem.extension.sapcp.jms.uribuilder.qpid.AmqpConfigurationConstants
-
public class AmqpConfigurationConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringIDLE_TIME_OUTThe idle timeout in milliseconds after which the connection will be failed if the peer sends no AMQP framesstatic StringTRACE_FRAMESThe option trace frames configures proton to output trace logs on protocol level.
-
-
-
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
-
-