@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @WebServiceFeatureAnnotation(id="com.oracle.webservices.oracle_internal_api.rm.ReliableMessagingFeature", bean=ReliableMessagingFeature.class) public @interface ReliableMessaging
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
enabled
Enable this feature.
|
int |
maxConcurrentSession
Specifies how many concurrently active RM sessions (measured based on
inbound RM sequences) the sequence manager dedicated to the WS Endpoint
accepts before starting to refuse new requests for sequence creation.
|
long |
sequenceManagerMaintenancePeriod
Specifies the period (in milliseconds) of a sequence manager maintenance task execution.
|
int |
userTransactionTimeout
When an XA TX is used to link the RMD with the user's ProviderRequest, this specifies the timeout value in seconds.
|
public abstract boolean enabled
public abstract long sequenceManagerMaintenancePeriod
public abstract int maxConcurrentSession
Copyright © 2005–2018 Oracle Corporation. All rights reserved.