Data Transformation Engine IBM WebSphere MQ Adapter Reference Guide

Chapter 3 - IBM WebSphere MQ Commands List of Commands
IBM WebSphere MQ Adapter Reference Guide
31
If the queue contains segmented messages with some of the segments missing
(perhaps the messages were delayed in the network and have not yet arrived),
use the Complete Message adapter command (
-CMSG) to prevent retrieval of
segments belonging to incomplete logical messages.
Note For information about incomplete message groups contributing to the size of
CurrentQDepth, refer to Error! Reference source not found..
The Complete Message adapter command (
-CMSG) implies that all segments in a
logical message must be available for retrieval. Therefore, it is not necessary to
specify the Require All Segments adapter command (
-ALLSEG).
Convert (-CVT)
Use the Convert adapter command (-CVT) for data sources to enable the IBM
WebSphere MQ server queue manager to perform a data conversion based upon
the client-server coded character set identifier (CCSID) settings, or to execute
data conversion user exits. For example, you can use this command to convert
from the EBCDIC character set to the ASCII character set to implement distributed
messaging using IBM WebSphere MQ.
-CVT
Note To satisfy all the requirements for IBM WebSphere MQ when using this command,
refer to your IBM WebSphere MQ documentation.
Correlation ID (-CID)
Use the Correlation ID adapter command (-CID) to specify a particular correlation
identifier (CID) for a source or target. Use this adapter command for a data source
to retrieve messages from a queue with a specific correlation ID. You can also use
it for a data target to assign a correlation ID to a message when placing it on a
queue. A correlation identifier can be up to 24 bytes long and is expected to
contain printable characters.
-CID [
correlation_ID
]
Spaces can also be specified in values. However, if the value contains a space, it
must be enclosed with double quotation marks as shown in the example below:
-CID "my ID"
The double quotation mark character can also be used as part of a value. To do
this, the double quotation mark value must be represented by a pair of double