setBrokerURL procedure
Sets the value of the SonicMQ Broker URL.
Syntax
PROCEDURE setBrokerURL.
DEFINE INPUT PARAMETER brokerURL AS CHARACTER.
|
Parameter
brokerURL
The URL for the SonicMQ Broker.
Applies to
Session objects
Notes
If set on the client, it overwrites the default broker URL property set on the OpenEdge Adapter for SonicMQ side.
The creation of a session fails if no value is set on the client or at the OpenEdge Adapter for SonicMQ.
See also
For more information, see the Setting and getting JMS connection and session attributes.