public static final class TransactedSessionHandle.PROPERTIES
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CREATE_MESSAGE_DISPATCHER
When this property is enabled, a TransactedSession-bound Message Dispatcher is
lazily created for asynchronous message delivery within a Transacted Session.
|
static java.lang.String |
HAS_PUBLISHER
When this property is enabled, a
publisher flow is created when a Transacted Session is created successfully.
|
static java.lang.String |
PUB_WINDOW_SIZE
Transacted publisher window size, if supported by broker.
|
static java.lang.String |
REQUESTREPLY_TIMEOUT_MS
Timeout (in milliseconds) to wait for a response.
|
Constructor and Description |
---|
PROPERTIES() |
public static final java.lang.String HAS_PUBLISHER
HAS_PUBLISHER
must be enabled if the application intends to publish
messages (TransactedSessionHandle.send(com.solacesystems.solclientj.core.handle.MessageHandle)
)
Default: ENABLE
Possible values in
SolEnum.BooleanValue
public static final java.lang.String CREATE_MESSAGE_DISPATCHER
Default: DISABLE
Possible values in
SolEnum.BooleanValue
public static final java.lang.String REQUESTREPLY_TIMEOUT_MS
Default: 10000 (10 seconds)
Possible values: greater than or equal to 1000 (1 second)
public static final java.lang.String PUB_WINDOW_SIZE
Range is 1-255
Default: 255
Copyright 2004-2024 Solace Corporation. All rights reserved.