<< Click to Display Table of Contents >> SendGroup |
Sends a GROUP to a queue referenced by this MessageQueue.
pGroup - The group to send to the queue.
pLabel - An application-defined string that describes the message.
pFile - Attachment.
Returns:
Message identifier.
Message Queuing generates a message identifier when the message is sent.
The identifier is composed of 20 bytes and includes two items: the machine Guid of the sending computer and a unique identifier for the message on the computer.
The combination of the two items produces a message identifier that is unique on the network.
SendGroup PROCEDURE(*GROUP pGroup, <STRING pLabel>, <STRING pFile>), STRING, PROC