This connector delivers output via IBM WebSphere MQ message queues. Before you can use this connector, you must add -webspheremq as a custom argument. You do this in the Configure Platform Export dialog box in Design Center.
• AS_Q_DEF – use the message persistency specified for the message queue.
• Yes – write the message to disk. The message will be recoverable in case of system failure.
• No – process the message in memory. This will improve performance at the expense of security.
• Yes – if the message exceeds the maximum message size, it is divided into several smaller messages.
• No – if the message exceeds the maximum message size, no data is sent to the message queue. An error message is written to the log.
• String – enable the Queue Manager to convert the message data to the character format used on the platform that receives the message.
• None – disable the message data conversion. If a code page is specified, the data will be converted to this code page regardless of the Message Format setting.
•
•
•
•
• Request – Used if an answer to the message is expected. You must also specify ReplyToQ and ReplyToQMgr. See Custom connector settings below.
• Reply – Used if the message is a reply to a request message.
• Datagram – Used if no answer to the message is expected.
• Report – Used if you want the receiving application or the Queue Manager to report the message status to StreamServer. You must also specify Report Option. See Custom connector settings below. The maximum length is determined by the environment variable MQ_CORREL_ID_LENGTH. The recommended value is 24.You can use the QueueOption keyword with the appropriate parameter to configure special runtime parameters. See Using custom commands and keywords in the Design Center documentation for information on how to add custom commands and keywords.
QueueOption "Report Option" "0x101C0000" QueueOption "ReplyToQ" "pdfQ" QueueOption "ReplyToQMgr" "QM_Strs"You can use the environment variable MQSERVER to specify a default client connection channel to a specific queue manager. This will be the default client connection channel for all WebSphere MQ input and output connectors. If you specify MQSERVER and also specify valid Channel settings for a physical layer in the GUI (Channel name, Channel protocol, and Channel server name), this physical layer will use the client connection channel specified by the GUI settings (valid GUI settings override MQSERVER definition).
SET MQSERVER=<ChannelName>/<TransportType>/<ConnectionName>export MQSERVER=<ChannelName>/<TransportType>/<ConnectionName>
The name of the client connection channel. The name must be the same as the name of the server connection channel defined on the WebSphere MQ server. The ChannelName must not include forward slash (/).
•
•
•
•
Example 52 SET MQSERVER=CHAN1/TCP/MCID66499SET MQSERVER=CHAN2/TCP/9.20.4.56(1456)SET MQSERVER=CHAN3/NETBIOS/BOX643
Example 53 export MQSERVER=CHAN1/TCP/'MCID66499'export MQSERVER=CHAN2/TCP/'9.20.4.56'export MQSERVER=CHAN3/LU62/BOX99
OpenText StreamServe 5.6 | Updated: 2013-03-01 |