Class MapMessageUtil
java.lang.Object
org.apache.activemq.artemis.reader.MessageUtil
org.apache.activemq.artemis.reader.MapMessageUtil
-
Field Summary
Fields inherited from class org.apache.activemq.artemis.reader.MessageUtil
CONNECTION_ID_PROPERTY_NAME, CONNECTION_ID_PROPERTY_NAME_STRING, CORRELATIONID_HEADER_NAME, CORRELATIONID_HEADER_NAME_STRING, JMS, JMS_, JMSX, JMSXDELIVERYCOUNT, JMSXGROUPID, JMSXGROUPSEQ, JMSXUSERID, REPLYTO_HEADER_NAME, TYPE_HEADER_NAME, TYPE_HEADER_NAME_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TypedPropertiesreadBodyMap(ActiveMQBuffer message) Utility method to set the map on a message bodystatic voidreadBodyMap(ActiveMQBuffer message, TypedProperties map) Utility method to set the map on a message bodystatic voidwriteBodyMap(ActiveMQBuffer message, TypedProperties properties) Utility method to set the map on a message bodyMethods inherited from class org.apache.activemq.artemis.reader.MessageUtil
clearProperties, getIntProperty, getJMSCorrelationID, getJMSCorrelationIDAsBytes, getJMSReplyTo, getJMSType, getLongProperty, getObjectProperty, getPropertyNames, getStringProperty, propertyExists, setIntProperty, setJMSCorrelationID, setJMSCorrelationIDAsBytes, setJMSReplyTo, setJMSReplyTo, setJMSType, setLongProperty, setObjectProperty, setStringProperty
-
Constructor Details
-
MapMessageUtil
public MapMessageUtil()
-
-
Method Details
-
writeBodyMap
Utility method to set the map on a message body -
readBodyMap
Utility method to set the map on a message body -
readBodyMap
Utility method to set the map on a message body
-