public class MQPropertyDescriptor
extends com.ibm.mq.jmqi.JmqiObject
| Modifier and Type | Field and Description |
|---|---|
int |
context
This describes the message context the property belongs to.
|
int |
copyOptions
This describes which type of messages the property should be copied into.
|
int |
options
Message Property's Options.
|
int |
support
This field describes what level of support for the message property is required of the queue
manager in order for the message containing this property to be put to a queue.
|
int |
version
This is the structure version number; the value must be:MQPD_VERSION_1
|
| Constructor and Description |
|---|
MQPropertyDescriptor()
Default constructor
|
public int context
CMQC.MQPD_USER _CONTEXT
CMQC.MQPD_NO_CONTEXTpublic int copyOptions
CMQC.MQCOPY_FORWARD
CMQC.MQCOPY_PUBLISH
CMQC.MQCOPY_REPLY
CMQC.MQCOPY_REPORT
CMQC.MQCOPY_ALL
CMQC.MQCOPY_DEFAULT
CMQC.MQCOPY_NONEpublic int options
CMQC.MQPD_NONEpublic int support
CMQC.MQPD_SUPPORT_OPTIONAL
CMQC.MQPD_SUPPORT_REQUIRED
CMQC.MQPD_SUPPORT_REQUIRED_IF_LOCALpublic int version