Progress
External Program
Interfaces


sendToQueue

In Session Objects

This procedure sends a message to queueName. If the sending is in reply to a received message, queueName can be the replyTo field obtained from the original message:

SYNTAX
PROCEDURE sendToQueue. 
DEFINE INPUT PARAMETER queueName AS CHAR.  
DEFINE INPUT PARAMETER message AS HANDLE.  
DEFINE INPUT PARAMETER priority AS INT.              /*Session default is 
                                                       used if UNKNOWN.*/ 
DEFINE INPUT PARAMETER timeToLive AS DECIMAL.        /*Session default is 
                                                       used if UNKNOWN.*/ 
DEFINE INPUT PARAMETER deliveryMode AS CHAR.         /*Session default is 
                                                       used if UNKNOWN.*/ 

NOTE: This procedure executes remotely (sends a message to the SonicMQ Adapter).

For information on this procedure in context, see the "Sending Messages To a Queue" section in Accessing SonicMQ Messaging From the Progress 4GL."


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095