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

setJMSServerName procedure

Specifies the JMS broker implementation, SonicMQ.

Syntax

PROCEDURE setJmsServerName.
DEFINE INPUT PARAMETER jmsServerName AS CHARACTER.

Parameter

jmsServerName
Specifies the JMS broker implementation, SonicMQ.

Applies to

Session objects

Notes

If set on the client, it overwrites the jmsServerName property set on the OpenEdge Adapter for SonicMQ side.

See also

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