Information Management IBM InfoSphere Master Data Management Collaboration Server, Version 10.0.0

mq_queue_get_open_options parameter

The mq_queue_get_open_options parameter defines how to open the WebSphere® MQ queue.

Parameter values

Value
Integer
Default value
N/A
Possible values
8
MQC.MQOO_BROWSE
1
MQC.MQOO_INPUT_AS_Q_DEF
2
MQC.MQOO_INPUT_SHARED
4
MQC.MQOO_INPUT_EXCLUSIVE
16
MQC.MQOO_OUTPUT
128
MQC.MQOO_SAVE_ALL_CONTEXT
256
MQC.MQOO_PASS_IDENTITY_CONTEXT
512
MQC.MQOO_PASS_ALL_CONTEXT
1024
MQC.MQOO_SET_IDENTITY_CONTEXT
2048
MQC.MQOO_SET_ALL_CONTEXT
4096
MQC.MQOO_ALTERNATE_USER_AUTHORITY
8192
MQC.MQOO_FAIL_IF_QUIESCING
The mq_queue_get_open_options parameter and parameter value are used in conjunction with the following script operations:
MQMessage MQQueueManager::mqSendTextMsg(String msgText, String queueName, String passedInQueueOpenOptions, String messagePutOptions)

MQMessage MQQueueManager::mqSendTextMsgWithReply(String msgText, String queueName, String replyQueueName, String passedInQueueOpenOptions, String messagePutOptions)

MQMessage MQQueueManager::mqGetReceivedMsg(String queueName, String passedInQueueOpenOptions, String messageGetOptions)

MQMessage MQQueueManager::mqSendReply(MQMessage receivedMsg, String msgText, String passedInQueueOpenOptions, String passedInMessagePutOptions)

MQMessage MQQueueManager::mqSendReplyWithStatus(MQMessage receivedMsg, String msgText, String status, String passedInQueueOpenOptions, String passedInMessagePutOptions)

MQMessage MQQueueManager::mqGetResponseToMsg(MQMessage outgoingMessage, String passedInQueueOpenOptions, String messageOptions)

MQMessage MQQueueManager::mqGetReceivedMsgByMessageID(String queueName, String messageId, String passedInQueueOpenOptions, String passedInMessageGetOptions)
If passedInQueueOpenOptions is not specified in the script operations, the mq_queue_get_open_options parameter value is used by your system.

Example

In this example, the IBM® WebSphere MQ queue uses the MQC.MQOO_BROWSE setting.

mq_queue_get_open_options=8


Terms of Use | Feedback

TimestampLast updated: 2014-10-15
© Copyright IBM Corporation 2011. All Rights Reserved.