The backout action backs out all messages read from or written to the queue from the last commit point until the current time.
The commit action ends the logical unit of work (LUW) and permanently commits any changes to the queue.
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.
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.
The disconnect action disconnects from the current server or queue.
The get action gets a message from the message queue.
The putReply action writes a reply message to a previous request message it read.
The putRequest action writes a request message to the queue for a server from another MQ application.