<< Click to Display Table of Contents >> SendQueue |
Sends a QUEUE to a queue referenced by this MessageQueue.
pQueue - The Clarion queue to send to the message 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.
SendQueue PROCEDURE(*QUEUE pQueue, <STRING pLabel>, <STRING pFile>), STRING, PROC