Class JmsConfigurationConstants
- java.lang.Object
-
- com.sap.cloud.servicesdk.xbem.extension.sapcp.jms.uribuilder.qpid.JmsConfigurationConstants
-
public class JmsConfigurationConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringREQUEST_TIMEOUTTimeout value that controls how long the client waits on completion of various synchronous interactions, such as opening a producer or consumer, before returning an error.
-
-
-
Field Detail
-
REQUEST_TIMEOUT
public static final String REQUEST_TIMEOUT
Timeout value that controls how long the client waits on completion of various synchronous interactions, such as opening a producer or consumer, before returning an error. Does not affect synchronous message sends.- See Also:
- Constant Field Values
-
-