public class JmsMessageProperties extends Object implements Serializable
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.
| Constructor and Description |
|---|
JmsMessageProperties(Map<String,Object> messageProperties) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
asMap() |
boolean |
equals(Object o) |
Map<String,Object> |
getJmsProperties() |
JmsxProperties |
getJmsxProperties() |
Map<String,Object> |
getUserProperties() |
int |
hashCode() |
public JmsxProperties getJmsxProperties()
Copyright © 2019. All rights reserved.