setAdapterService procedure

Specifies the service name under which the Progress OpenEdge JMS Adapter BrokerConnect is registered with.

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 Progress OpenEdge JMS Adapter uses adapter.progress.jms, calling setAdapterService procedure is unnecessary.
  • If the application uses a -URL parameter to connect to the Progress OpenEdge JMS Adapter, that parameter includes the service name; any subsequent calls to setAdapterService are ignored.

See also

setAdapterService procedure, getAdapterService function

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