setBrokerURL procedure

Sets the value of the JMS-provider Broker URL.

Syntax

PROCEDURE setBrokerURL. 
DEFINE INPUT PARAMETER brokerURL AS CHARACTER.

Parameter

brokerURL
The URL for the JMS-provider Broker.

Applies to

Session objects

Notes

  • If set on the client, it overwrites the default broker URL property set on the Progress OpenEdge JMS Adapter side.
  • The creation of a session fails if no value is set on the client or at the Progress OpenEdge JMS Adapter.

See also

#rfi1387308621683, getBrokerURL function

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