Try OpenEdge Now
Messaging and ESB
ABL - JMS API Reference
:
getJMSServerName function
getJMSServerName function
Returns the value set by the preceding
setJMSServerNameprocedure
.
Syntax
FUNCTION getJMSServerName RETURNS CHARACTER.
Applies to
Session objects
Notes
If
setJMSServerNameprocedure
is not called, The
Unknown value (?)
is returned.
See also
setJMSServerNameprocedure
,
getJMSServerNamefunction
For more information, see the Setting and getting JMS connection and session attributes.