setConnectionURLs procedure
Specifies a list of broker URLs for the client to try to connect to.
Note: The JMS providers other than SonicMQ do not support this method.
Syntax
PROCEDURE setConnectionURLs.
DEFINE INPUT PARAMETER brokerList AS CHARACTER.
|
Parameter
brokerList
A comma-separated list of Sonic Broker URLs for the client to use for connecting.
Applies to
Session objects
Notes
If brokerList is not set to the
Unknown value (?), it overrides the URL specified by
setBrokerURLprocedure.
See also
For more information, see the Managing fail-over support.