getSequential function
- Last Updated: August 26, 2021
- 1 minute read
- OpenEdge
- Version 12.2
Returns a LOGICAL value indicating how a fail-over list is used.
Note: The JMS providers other than SonicMQ do not support this method.
Syntax
|
Applies to
Session objects
Notes
- When using a fail-over list, clients try to connect to brokers in the list either sequentially or randomly.
- getSequential function returns
TRUEif connection attempts are sequential andFALSEif connection attempts are random.
See also
setConnectionURLs procedure, getConnectionURLs function, setSequential procedure, #rfi1387308622287
For more information, see the Managing fail-over support.