Try OpenEdge Now
skip to main content
Messaging and ESB
ABL - JMS API Reference : setAdapterService procedure
 

setAdapterService procedure

Specifies the service name under which the OpenEdge Adapter for SonicMQ BrokerConnect is registered with the NameServer.

Syntax

PROCEDURE setAdapterService.
DEFINE INPUT PARAMTER serviceName AS CHARACTER,

Applies to

Session objects (for BrokerConnect only)

Notes

*The default is adapter.progress.jms.
*If the OpenEdge Adapter for SonicMQ uses adapter.progress.jms, calling setAdapterServiceprocedure is unnecessary.
*If the application uses a -URL parameter to connect to theOpenEdge Adapter for SonicMQ, that parameter includes the service name; any subsequent calls to setAdapterService are ignored.

See also

setAdapterServiceprocedure, getAdapterServicefunction
For more information, see the Setting and getting JMS connection and session attributes.