|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines a number of String constants that are used to name fields when a
JMS message is mapped to an MQeMsgObject
. These are provided
to enable WebSphere MQ Everyplace applications to interpret messages sent by
JMS or to construct messages that a JMS application will understand.
The use of these fields is described in detail in Chapter 10 of the WebSphere MQ Everyplace Application Programming Guide.
Field Summary | |
static java.lang.String |
MQe_JMS_BODY
The name of a field containing the body of the JMS message. |
static java.lang.String |
MQe_JMS_CLASS
The name of a field describing the type of JMS message contained within the MQeMsgObject. |
static java.lang.String |
MQe_JMS_CORRELATIONID
The name of a field containing the JMS CorrelationID. |
static java.lang.String |
MQe_JMS_DELIVERYMODE
The name of a field containing the JMS Delivery Mode. |
static java.lang.String |
MQe_JMS_DESTINATION
The name of a field containing the JMS Destination. |
static java.lang.String |
MQe_JMS_EXPIRATION
The name of a field containing the JMS Expiration. |
static java.lang.String |
MQe_JMS_HEADER
The name of a field containing JMS message header fields that cannot be mapped directly to an MQeMsgObject . |
static java.lang.String |
MQe_JMS_MESSAGEID
The name of a field containing the JMS MessageID. |
static java.lang.String |
MQe_JMS_PRIORITY
The name of a field containing the JMS Priority. |
static java.lang.String |
MQe_JMS_PROPERTIES
The name of a field containing any JMS application-specific properties contained in the message. |
static java.lang.String |
MQe_JMS_PS_PROPERTIES
The name of a field containing any JMS provider-specific properties contained in the message. |
static java.lang.String |
MQe_JMS_REDELIVERED
The name of a field containing the JMS Redelivered flag. |
static java.lang.String |
MQe_JMS_REPLYTO
The name of a field containing the JMS Reply To destination. |
static java.lang.String |
MQe_JMS_TIMESTAMP
The name of a field containing JMS Timestamp. |
static java.lang.String |
MQe_JMS_TYPE
The name of a field containing the JMS Type. |
static java.lang.String |
MQe_JMSX_PROPERTIES
The name of a field containing any JMS defined properties contained in the message. |
Field Detail |
public static final java.lang.String MQe_JMS_CLASS
public static final java.lang.String MQe_JMS_BODY
byte[]
.
public static final java.lang.String MQe_JMS_HEADER
MQeMsgObject
.
public static final java.lang.String MQe_JMS_PROPERTIES
public static final java.lang.String MQe_JMS_PS_PROPERTIES
public static final java.lang.String MQe_JMSX_PROPERTIES
public static final java.lang.String MQe_JMS_DESTINATION
public static final java.lang.String MQe_JMS_DELIVERYMODE
public static final java.lang.String MQe_JMS_MESSAGEID
public static final java.lang.String MQe_JMS_TIMESTAMP
public static final java.lang.String MQe_JMS_CORRELATIONID
public static final java.lang.String MQe_JMS_REPLYTO
public static final java.lang.String MQe_JMS_REDELIVERED
public static final java.lang.String MQe_JMS_TYPE
public static final java.lang.String MQe_JMS_EXPIRATION
public static final java.lang.String MQe_JMS_PRIORITY
|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |