This connector receives input 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.
•
•
•
• Opens the Scheduler Configuration dialog where you specify when and how often to retrieve input. See Scheduling actions in the Design Center documentation for more information about scheduling. 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 50 SET MQSERVER=CHAN1/TCP/MCID66499SET MQSERVER=CHAN2/TCP/9.20.4.56(1456)SET MQSERVER=CHAN3/NETBIOS/BOX643
Example 51 export MQSERVER=CHAN1/TCP/'MCID66499'export MQSERVER=CHAN2/TCP/'9.20.4.56'export MQSERVER=CHAN3/LU62/BOX99StreamServer and the application that sends data to StreamServer must handle group and segment properties in the same way. They must both read groups and segments using MQGMO_LOGICAL_ORDER to ensure that all messages are received in the same order as they were sent.StreamServer uses MQGMO_SYNCPOINT to make sure the message remains in the queue if StreamServer fails to read or process the message. StreamServer will retry to read the message until it succeeds to do so. If it continuously fails to read the message, you must remove the message from the queue.If a group of messages is sent, MQGMO_ALL_MSGS_AVAILABLE and MQGMO_WAIT are used to ensure that StreamServer waits until all messages in the group are available. StreamServer will also wait until all segments of a message are available.You can use the scripting function GetConnectorValue to fetch WebSphere MQ attributes.
OpenText StreamServe 5.6 | Updated: 2013-03-01 |