|
|
|
|
|
|
|
|
|
|
|
|
|
|
•
|
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.
|
|
|
|
|
|
|
|
|
|
|
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.
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).