Try OpenEdge Now
skip to main content
Messaging and ESB
ABL - JMS API Reference : setConnectionFile procedure
 

setConnectionFile procedure

Sets the connection file.
Note: The JMS providers other than SonicMQ do not support this method.

Syntax

PROCEDURE setConnectionFile.
DEFINE INPUT PARAMETER filename AS CHARACTER.

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 beginSessionprocedure is called.

See also

For more information, see the Using serialized connection objects.