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 #rfi1387308664452 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

#rfi1387308664452, getAdapterService function

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