Progress
External Program
Interfaces


messageHandler

In Message Objects

This procedure handles incoming JMS and error messages. The message handler is written by an application and must be registered with a Message Consumer object. When a message is received, the message handler is called automatically so the application can process the message:

SYNTAX
PROCEDURE messageHandler. 
DEFINE INPUT PARAMETER message AS HANDLE.       
DEFINE INPUT PARAMETER messageConsumer AS HANDLE.  
DEFINE OUTPUT PARAMETER reply AS HANDLE. 

For information on this procedure and its parameters in context, see the "Message Handler" 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