WebSphere MQ Adapter 6.5 | webMethods WebSphere MQ Adapter Documentation | webMethods WebSphere MQ Adapter Installation and User’s Guide Documentation | Built-In Transaction Management Services | 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. To change the server's default transaction timeout, see Changing the Integration Server Transaction Timeout Interval.
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 current executions associated with the flow are cancelled and rolled back if necessary.
This service only overrides the transaction timeout interval for the flow service in which you call it.
Input Parameters
Name
Description
timeoutSeconds
Integer. The number of seconds that the implicit or explicit transaction stays open before the transaction manager aborts it.
Output Parameters
None.