public interface JmsMessageProperties
Message.
This container not only allows to fetch the all properties in a single Map representation,
but also provides accessors for the properties according to their origin.
Properties may be those predefined by JMS (the JmsxProperties),
those that are used by the JMS broker or provider (known as plain JMS properties),
and finally the ones provided by the User who created the Message.
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
asMap() |
Map<String,Object> |
getJmsProperties() |
JmsxProperties |
getJmsxProperties() |
Map<String,Object> |
getUserProperties() |
JmsxProperties getJmsxProperties()
JmsxProperties of the MessageMap<String,Object> getJmsProperties()
MessageCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.