setConnectionURLs procedure
- Last Updated: August 26, 2021
- 1 minute read
- OpenEdge
- Version 12.2
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
|
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 setBrokerURL procedure. - Call this procedure instead of setBrokerURL procedure when there is a list of broker URLs.
See also
#rfi1387308623635, getConnectionURLs function, setSequential procedure, getSequential function
For more information, see the Managing fail-over support.