Try OpenEdge Now
Messaging and ESB
ABL - JMS API Reference
:
setJMSType procedure
setJMSType procedure
Sets the type name, which is proprietary (JMS-provider-dependent).
Syntax
PROCEDURE setJMSType
DEFINE INPUT PARAMETER
typeName
AS CHARACTER.
Applies to
Message objects
Notes
When accessing SonicMQ, the
JMSType
field can be used for storing application-defined values.
See also
setJMSTypeprocedure
,
getJMSTypefunction
For more information, see the Accessing message header properties.