WebSphere MQ Adapter 6.5 | webMethods WebSphere MQ Adapter Documentation | webMethods WebSphere MQ Adapter Installation and User’s Guide Documentation | Adapter Services | Working with Messages in a Group | Categorizing Outbound Messages as Part of a Group
 
Categorizing Outbound Messages as Part of a Group
Use the Put service to indicate which outbound message to categorize as part of a group.
*To categorize outbound messages as part of a group
1. Configure a Put service using Designer.
For detailed instructions on how to configure a Put service, see Configuring Put Services.
2. On the MQMD Header tab in the Put adapter service editor, set the MsgFlags property field to one of the following values:
Value
Description/Action
Message in Group
WebSphere MQ Adapter tags the message as one that is part of a group.
Last Message in Group
WebSphere MQ Adapter tags the message as the last message in the group.
3. On the MQMD Header tab in the Put adapter service editor, set the GroupId property field to specify the messages that you want put on the queue. The Put service filters on and puts only those messages on the queue that match the specified GroupId value.
Note:
You can enter this value either as a string in the GroupId property field (24 alphanumeric single-byte characters) property field or as a byte array in the GroupIdByteArray(24 bytes) property field. If you specify values for both of these property fields, then WebSphere MQ Adapter uses the byte array value.