JMS Rollback Transaction (Magic xpa 3.x)
When the queue is opened as a transaction, this program aborts the transaction, and JMS automatically performs a Rollback transaction program. If the queue is still open, JMS automatically begins a new transaction. The parameter and return value for the JMS Rollback Transaction program are:
|
|
Queue Handle
|
Numeric (18).Input. The numeric value that was returned from the JMS Open Destination program.
|
Return value
|
Numeric. 0 for success. When the connection is not successful, a negative value is returned and an error is entered in the Error Log.
|