- SCHEMA_SEP - Static variable in class com.sap.cloud.servicesdk.xbem.extension.sapcp.jms.MessagingServiceJmsExtension
-
- setAmqpIdleTimeout(long) - Method in class com.sap.cloud.servicesdk.xbem.extension.sapcp.jms.MessagingServiceJmsSettings
-
The idle timeout in milliseconds after which the connection will be
failed if the peer sends no AMQP frames.
- setAmqpTraceFrame(boolean) - Method in class com.sap.cloud.servicesdk.xbem.extension.sapcp.jms.MessagingServiceJmsSettings
-
Add the option amqp.traceFrames=true to your connection URI to have the
client add a protocol tracer to Proton.
- setAuthenticationRequest(Supplier<String>) - Method in class com.sap.cloud.servicesdk.xbem.extension.sapcp.jms.MessagingServiceJmsSettings
-
The provided authentication request will be executed before message will send to the server.This token is used for authentication.
- setFailoverInitialReconnectDelay(int) - Method in class com.sap.cloud.servicesdk.xbem.extension.sapcp.jms.MessagingServiceJmsSettings
-
The amount of time the client will wait before the first attempt to
reconnect to a remote peer.
- setFailoverMaxReconnectAttempts(int) - Method in class com.sap.cloud.servicesdk.xbem.extension.sapcp.jms.MessagingServiceJmsSettings
-
The number of reconnection attempts allowed before reporting the
connection as failed to the client.
- setFailoverReconnectDelay(int) - Method in class com.sap.cloud.servicesdk.xbem.extension.sapcp.jms.MessagingServiceJmsSettings
-
Controls the delay between successive reconnection attempts, defaults to
3000 milliseconds.
- setInitialReconnectDelay(int) - Method in class com.sap.cloud.servicesdk.xbem.extension.sapcp.jms.MessagingServiceJmsSettings
-
- setJmsRequestTimeout(long) - Method in class com.sap.cloud.servicesdk.xbem.extension.sapcp.jms.MessagingServiceJmsSettings
-
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.
- setMaxReconnectAttempts(int) - Method in class com.sap.cloud.servicesdk.xbem.extension.sapcp.jms.MessagingServiceJmsSettings
-
- setReconnectDelay(int) - Method in class com.sap.cloud.servicesdk.xbem.extension.sapcp.jms.MessagingServiceJmsSettings
-
- setRemoteURI(String) - Method in class com.sap.cloud.servicesdk.xbem.extension.sapcp.jms.MessagingServiceJmsConnectionFactory
-
Use this method only for debugging or testing purposes.
- setRequestTimeout(long) - Method in class com.sap.cloud.servicesdk.xbem.extension.sapcp.jms.MessagingServiceJmsSettings
-
- supportsType(Class) - Method in class com.sap.cloud.servicesdk.xbem.extension.sapcp.jms.MessagingServiceJmsExtension
-