MQBACK

Backs out all WebSphere MQ message puts and gets since the last synchpoint.

Syntax

CALL MQBACK(hConn, compCode, reason);

Details

Details

For the complete syntax information, see WebSphere MQ Application Programming Reference at www.ibm.com.

Example

This example reverts the messages in a queue back to the last synchronization point.
compCode=0;
reason=0;
CALL MQBACK(hConn, compCode,
reason);