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

FUNCTION getSequential RETURNS LOGICAL.

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 TRUE if connection attempts are sequential and FALSE if connection attempts are random.

See also

setConnectionURLs procedure, getConnectionURLs function, setSequential procedure, #rfi1387308622287

For more information, see the Managing fail-over support.