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

setPassword procedure

Sets the password value for the SonicMQ Broker login and overwrites the default password property set on the OpenEdge Adapter for SonicMQ side.

Syntax

PROCEDURE setPassword.
DEFINE INPUT PARAMETER password AS CHARACTER.

Parameter

password
Password value for the SonicMQ Broker login.

Applies to

Session objects

Notes

If called, setPasswordprocedure overwrites the default password property set on the OpenEdge Adapter for SonicMQ side.

See also

getPassword
For more information, see the Setting and getting JMS connection and session attributes.