public class ActiveMQCompatibleMessage extends ActiveMQMessage
message, OLD_QUEUE_QUALIFIED_PREFIX, OLD_TEMP_QUEUE_QUALIFED_PREFIX, OLD_TEMP_TOPIC_QUALIFED_PREFIX, OLD_TOPIC_QUALIFIED_PREFIX, propertiesReadOnly, readOnly, replyTo, TYPE| Constructor and Description |
|---|
ActiveMQCompatibleMessage() |
ActiveMQCompatibleMessage(byte type,
ClientSession session) |
ActiveMQCompatibleMessage(ClientMessage message,
ClientSession session) |
ActiveMQCompatibleMessage(ClientSession session) |
ActiveMQCompatibleMessage(javax.jms.Message foreign,
byte type,
ClientSession session) |
ActiveMQCompatibleMessage(javax.jms.Message foreign,
ClientSession session) |
| Modifier and Type | Method and Description |
|---|---|
SimpleString |
checkPrefix(SimpleString address) |
protected static SimpleString |
checkPrefix1X(SimpleString address) |
static ActiveMQMessage |
createMessage(ClientMessage message,
ClientSession session,
ConnectionFactoryOptions options) |
javax.jms.Destination |
getJMSReplyTo() |
void |
setJMSReplyTo(javax.jms.Destination dest) |
acknowledge, checkBuffer, checkPrefixStr, checkRead, checkWrite, clearBody, clearProperties, coreCompositeTypeToJMSCompositeType, coreMaptoJMSMap, createMessage, doBeforeReceive, doBeforeSend, getBody, getBodyInternal, getBooleanProperty, getByteProperty, getCoreMessage, getDoubleProperty, getFloatProperty, getIntProperty, getJMSCorrelationID, getJMSCorrelationIDAsBytes, getJMSDeliveryMode, getJMSDeliveryTime, getJMSDestination, getJMSExpiration, getJMSMessageID, getJMSPriority, getJMSRedelivered, getJMSTimestamp, getJMSType, getLongProperty, getObjectProperty, getPropertyNames, getShortProperty, getStringProperty, getType, hasNoBody, isBodyAssignableTo, prefixOf, propertyExists, resetMessageID, saveToOutputStream, setBooleanProperty, setByteProperty, setClientAcknowledge, setDoubleProperty, setFloatProperty, setIndividualAcknowledge, setInputStream, setIntProperty, setJMSCorrelationID, setJMSCorrelationIDAsBytes, setJMSDeliveryMode, setJMSDeliveryTime, setJMSDestination, setJMSExpiration, setJMSMessageID, setJMSPriority, setJMSRedelivered, setJMSTimestamp, setJMSType, setLongProperty, setObjectProperty, setOutputStream, setShortProperty, setStringProperty, toString, waitCompletionOnStreampublic ActiveMQCompatibleMessage(byte type,
ClientSession session)
public ActiveMQCompatibleMessage(ClientSession session)
public ActiveMQCompatibleMessage(ClientMessage message, ClientSession session)
public ActiveMQCompatibleMessage(javax.jms.Message foreign,
ClientSession session)
throws javax.jms.JMSException
javax.jms.JMSExceptionpublic ActiveMQCompatibleMessage()
public ActiveMQCompatibleMessage(javax.jms.Message foreign,
byte type,
ClientSession session)
throws javax.jms.JMSException
javax.jms.JMSExceptionpublic javax.jms.Destination getJMSReplyTo()
throws javax.jms.JMSException
getJMSReplyTo in interface javax.jms.MessagegetJMSReplyTo in class ActiveMQMessagejavax.jms.JMSExceptionpublic void setJMSReplyTo(javax.jms.Destination dest)
throws javax.jms.JMSException
setJMSReplyTo in interface javax.jms.MessagesetJMSReplyTo in class ActiveMQMessagejavax.jms.JMSExceptionpublic SimpleString checkPrefix(SimpleString address)
checkPrefix in class ActiveMQMessageprotected static SimpleString checkPrefix1X(SimpleString address)
public static ActiveMQMessage createMessage(ClientMessage message, ClientSession session, ConnectionFactoryOptions options)
Copyright © 2020 The Apache Software Foundation. All rights reserved.