setConnectionFile procedure
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
setConnectionFile procedure
Sets the connection file.
Note: The JMS providers other than SonicMQ do not support this method.
Syntax
|
Applies to
Session objects.
Notes
- This file contains all the serialized connection object information used to connect to a Sonic MQ Broker.
- Parameter values in the connection file are superseded by any
parameter set through a call to the corresponding
set<parameter> procedure. - Connection parameter values are fixed when beginSession procedure is called.
See also
For more information, see the Using serialized connection objects.