MQSeries Connection Actions
backout
The backout action backs out all messages read from or written to the queue from the last commit point until the current time.
commit
The commit action ends the logical unit of work (LUW) and permanently commits any changes to the queue.
connect
The connect action connects to the server or queue. The connect action must have a Connection Specification as a parameter to define what to connect to.
destroyPart
The destroyPart action destroys the part and its children, and releases all associated resources. You can use this action for both visual and nonvisual parts. All connections to the destroyed part are removed.
disconnect
The disconnect action disconnects from the current server or queue.
get
The get action gets a message from the message queue.
putReply
The putReply action writes a reply message to a previous request message it read.
putRequest
The putRequest action writes a request message to the queue for a server from another MQ application.
Last modified date: 01/29/2015