Data Transformation Engine IBM WebSphere MQ Adapter Reference Guide

Chapter 3 - IBM WebSphere MQ Commands List of Commands
IBM WebSphere MQ Adapter Reference Guide
37
Option Description
hex_group_ID
Hexadecimal group message identifiers.
For example, the ASCII group message ID
My Msg is
represented as
4D79204D7357 when specified with
the Hex Group Message ID adapter command
(
-HGRP). The space character must be encoded in the
hex pair notation.
Note The hexadecimal group message ID wildcard notation is not encoded in the hex
pair notation. The wildcard character * is entered literally. For example, the
hexadecimal pair notation for x*z is 78*7A, not 782A7A. The Hex Group Message
ID (-HGRP) cannot be used with the Group Message adapter command (-GRP).
Hex Message ID (-HMID)
Use the Hex Message ID adapter command (-HMID) to specify message identifiers
using hexadecimal pair notation. This passes to the adapter the exact message ID
to locate, even if that message ID contains non-printable values, spaces, or even
null characters.
-HMID
hex_message_ID
Option Description
hex_message_ID
This is the hexadecimal message identifier.
For example, the ASCII message ID
My Msg is
represented as
4D79204D7357 when specified with
the Hex Message ID adapter command (
-HMID). The
space character must be encoded in the hex pair
notation.
The hexadecimal message ID wildcard notation is not encoded in the hex pair
notation. The wildcard character * is entered literally. The hexadecimal pair
notation for
x*z is 78*7A, not 782A7A.
Note The Hex Message ID (-HMID) cannot be used with the Message ID adapter
command (-MID).