<< Click to Display Table of Contents >> SendText |
Sends a text to a queue referenced by this MessageQueue.
pText - The text 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.
SendText PROCEDURE(STRING pText, <STRING pLabel>, <STRING pFile>), STRING, PROC