Progress
External Program
Interfaces


adapterConnection

This input parameter specifies the connection parameters to the SonicMQ Adapter and allows an application to set different session level attributes before starting the JMS session. An application creates a session procedure by calling pubsubsession.p or ptpsession.p persistently with the adapterConnection input parameter:

SYNTAX
DEFINE INPUT PARAMETER adapterConnection AS CHAR. 

Examples of valid adapterConnection parameters include:

"-H host1 -S 5162" /*The Name Server is on host1, listening on UDP port 5162*/ 
""            /*The Name Server is local, listening on the default UDP port*/ 
“-URL http://host1:3099/uri?AppService=adapter.progress.jms” 
              /*Connecting through HTTP (on a WebClient)*/ 
“-URL AppServer://host1:5162/uri?AppService=adapter.progress.jms” 
              /*Equivalent to "-H host1 -S 5162"*/ 

For information on the adapterConnection parameter in context, see the "Creating a Session Procedure" section in Accessing SonicMQ Messaging From the Progress 4GL."

For information on pubsubsession.p and ptpsession.p, see the "Session Objects," "Creating a Session Procedure,""pubsubsession.p," and "ptpsession.p" sections in Accessing SonicMQ Messaging From the Progress 4GL."


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