IBM InfoSphere Master Data Management Collaboration Server, Version 10.0.0The mq_queue_get_open_options parameter defines how to open the WebSphere® MQ queue.
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.In this example, the IBM® WebSphere MQ queue uses the MQC.MQOO_BROWSE setting.
mq_queue_get_open_options=8
