Module org.glassfish.metro.wsit.api
Annotation Type ReliableMessaging
-
@Target(TYPE) @Retention(RUNTIME) @Documented @WebServiceFeatureAnnotation(id="com.oracle.webservices.oracle_internal_api.rm.ReliableMessagingFeature", bean=ReliableMessagingFeature.class) public @interface ReliableMessaging
Configure WS-ReliableMessaging.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanenabledEnable this feature.intmaxConcurrentSessionSpecifies 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.longsequenceManagerMaintenancePeriodSpecifies the period (in milliseconds) of a sequence manager maintenance task execution.intuserTransactionTimeoutWhen an XA TX is used to link the RMD with the user's ProviderRequest, this specifies the timeout value in seconds.
-