public class TextMessageUtil extends MessageUtil
CONNECTION_ID_PROPERTY_NAME, CORRELATIONID_HEADER_NAME, JMS, JMS_, JMSX, JMSXDELIVERYCOUNT, JMSXGROUPID, JMSXGROUPSEQ, JMSXUSERID, REPLYTO_HEADER_NAME, TYPE_HEADER_NAME
Constructor and Description |
---|
TextMessageUtil() |
Modifier and Type | Method and Description |
---|---|
static org.apache.activemq.artemis.api.core.SimpleString |
readBodyText(org.apache.activemq.artemis.api.core.ActiveMQBuffer buff)
Utility method to set the Text message on a message body
|
static void |
writeBodyText(org.apache.activemq.artemis.api.core.ActiveMQBuffer buff,
org.apache.activemq.artemis.api.core.SimpleString text)
Utility method to set the Text message on a message body
|
clearProperties, getIntProperty, getJMSCorrelationID, getJMSCorrelationIDAsBytes, getJMSReplyTo, getJMSType, getLongProperty, getObjectProperty, getPropertyNames, getStringProperty, propertyExists, setIntProperty, setJMSCorrelationID, setJMSCorrelationIDAsBytes, setJMSReplyTo, setJMSReplyTo, setJMSType, setLongProperty, setObjectProperty, setStringProperty
public static void writeBodyText(org.apache.activemq.artemis.api.core.ActiveMQBuffer buff, org.apache.activemq.artemis.api.core.SimpleString text)
public static org.apache.activemq.artemis.api.core.SimpleString readBodyText(org.apache.activemq.artemis.api.core.ActiveMQBuffer buff)
Copyright © 2020 The Apache Software Foundation. All Rights Reserved.