WebSphere MQ Everyplace point-to-point methods

These are the WebSphere MQ Everyplace methods that you can use for point-to-point messages using the MQeMbMessage class:

MQMD field 'set' method 'get' method
accounting token setAccountingToken(byte[]); byte[] getAccountingToken();
application identity data setApplicationIdData(String); string getApplicationIdData();
application origin data setApplicationOriginData(String); string getApplicationOriginData();
application type setApplicationType(int); int getApplicationType();
backout count setBackoutCount(int); int getBackoutCount();
coded character setId setCodedCharacterSetId(int); int getCodedCharacterSetId();
Correl Id setCorrelationId(byte[]); byte[] getCorrelationId();

The payload part of the
WebSphere MQ message.

setData(byte[]); byte[] getData();

The returning queue manager
name for the message.
This field is mandatory

setDestQueueMgr(String); string String getDestQueueMgr();

The returning queue name
for the message.
This field is mandatory.

setDestQueueName(String); string String getDestQueueName();
encoding setEncoding(int); int getEncoding();

expiry time
(The value -1 means
'never expire'.)

setExpiry(int); int getExpiry();
feed back setFeedback(int); int getFeedback();
format setFormat(String); string getFormat();
group id setGroupId(byte[]); byte[] getGroupId();
message flags setMessageFlags(int); int getMessageFlags();
message ID setMessageId(byte[]); byte[] getMessageId();
sequence number setMessageSequenceNumber(int); int getMessageSequenceNumber();
message type setMessageType(int); int getMessageType();
offset setOffset(int); int getOffset();
original length setOriginalLength(int); int getOriginalLength();
persistence setPersistence(int); int getPersistence();
priority setPriority(int); int getPriority();
application name setPutApplicationName(String); string getPutApplicationName();
creation date setPutDate(GregorianCalendar); gregorianCalendar getPutDate();
creation time setPutTime(GregorianCalendar); gregorianCalendar getPutTime();
replyToQMgr setReplyToQueueManagerName(String); string getReplyToQueueManagerName();
replyToQ setReplyToQueueName(String); string getReplyToQueueName();
report setReport(int); int getReport();
Structure Id setStrucId(String); string getStrucId();
user id setUserId(String); string getUserId();
version number setVersion(int); int getVersion();

Related concepts
WebSphere MQ Mobile Transport
WebSphere MQ Everyplace messages

Related reference
WebSphere MQ Mobile Transport
WebSphere MQ Everyplace publish/subscribe methods