getSequential function
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
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, getSequential function
For more information, see the Managing fail-over support.