MSMQ://queueHostMachineName\queueNameWhen publishing to IBM WebSphere MQ queues, use the following syntax:
MQSERIES://queueManager:queueNameor
MQSERIES-C://queueManager:queueNameMQSERIES specifies the server interface that is used to connect to a queue manager that is local. MQSERIES-C specifies the client interface that is used, allowing the queue manager to be local or remote.
QUEUE_TIMEOUT | specifies the poll time-out value in seconds. If the event expects a result or acknowledgment response, then the response queue identifies the queue to receive the response. By default, the EVENT_PUBLISH CALL routine continues to poll until the response is received or until a 15-second time-out occurs. You can override the default time-out value by specifying an explicit queue time-out value. The value must be greater than zero. |
RESPONSE_QUEUE | used by the Event Broker, it specifies the name of a queue to receive the result or an acknowledgment. After the event is published, the queue is queried for the response, which is written to a target file that is specified by the RESULT_URL property value. |
SELECTOR | specified on the CALL routine, it identifies the name/value properties to define on the event messages that are published. These properties can be used by the Event Broker to determine what messages should be removed from the queue. The Event Broker can be configured so that it removes only messages from the queue that match particular name/value selectors. If the Event Broker configures selectors, then only messages that have properties that match the configured selector are delivered to the Event Broker. Other messages remain on the queue. |