Adapter for JMS 6.1 SP1 | webMethods Adapter for JMS Documentation | webMethods Adapter for JMS Installation and User’s Documentation | Built-In Transaction Management Services | pub.art.transaction:setTransactionTimeout
 
pub.art.transaction:setTransactionTimeout
This service enables you to manually set a transaction timeout interval for implicit and explicit transactions. When you use this service, you are temporarily overriding the Integration Server transaction timeout interval. See Changing the Integration Server Transaction Timeout Interval to change the server's default transaction timeout.
You must call this service within a flow before the start of any implicit or explicit transactions. Implicit transactions start when you call an adapter service in a flow. Explicit transactions start when you call the pub.art.transaction:startTransaction service.
If the execution of a transaction takes longer than the transaction timeout interval, all transacted operations are rolled back.
This service only overrides the transaction timeout interval for the flow service in which you call it.
Input Parameters
timeoutSeconds
Integer The number of seconds that the implicit or explicit transaction stays open before the transaction manager marks it for rollback.
Output Parameters
None.