Class TextMessageUtil
java.lang.Object
org.apache.activemq.artemis.reader.MessageUtil
org.apache.activemq.artemis.reader.TextMessageUtil
-
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 SimpleStringreadBodyText(ActiveMQBuffer buff) Utility method to set the Text message on a message bodystatic voidwriteBodyText(ActiveMQBuffer buff, SimpleString text) Utility method to set the Text message 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
-
TextMessageUtil
public TextMessageUtil()
-
-
Method Details
-
writeBodyText
Utility method to set the Text message on a message body -
readBodyText
Utility method to set the Text message on a message body
-