public class TextMessageUtil extends MessageUtil
CONNECTION_ID_PROPERTY_NAME, CORRELATIONID_HEADER_NAME, JMS, JMS_, JMSX, JMSXDELIVERYCOUNT, JMSXGROUPID, 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, getJMSCorrelationID, getJMSCorrelationIDAsBytes, getJMSReplyTo, getJMSType, getPropertyNames, propertyExists, setJMSCorrelationID, setJMSCorrelationIDAsBytes, setJMSReplyTo, setJMSTypepublic 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 © 2023 The Apache Software Foundation. All rights reserved.