MQMessage

 

public class MQMessage
extends MQMD
implements DataInputDataOutput

java.lang.Object
   |
   +----com.ibm.mq.MQMD
           |
           +----com.ibm.mq.MQMessage
          

MQMessage represents both the message descriptor and the data for a WebSphere MQ message. It has a group of methods for reading data from a message and a group of methods for writing data into a message. The format of numbers and strings used by these read and write methods is controlled by the encoding and characterSet fields. The remaining fields contain control information which accompanies the application message data when a message travels between sending and receiving applications.


uj13640_