Class ActiveMQStreamCompatibleMessage

  • All Implemented Interfaces:
    jakarta.jms.Message, jakarta.jms.StreamMessage

    public class ActiveMQStreamCompatibleMessage
    extends ActiveMQStreamMessage
    • Constructor Detail

      • ActiveMQStreamCompatibleMessage

        public ActiveMQStreamCompatibleMessage​(org.apache.activemq.artemis.api.core.client.ClientSession session)
      • ActiveMQStreamCompatibleMessage

        public ActiveMQStreamCompatibleMessage​(org.apache.activemq.artemis.api.core.client.ClientMessage message,
                                               org.apache.activemq.artemis.api.core.client.ClientSession session)
      • ActiveMQStreamCompatibleMessage

        public ActiveMQStreamCompatibleMessage​(jakarta.jms.StreamMessage foreign,
                                               org.apache.activemq.artemis.api.core.client.ClientSession session)
                                        throws jakarta.jms.JMSException
        Throws:
        jakarta.jms.JMSException
      • ActiveMQStreamCompatibleMessage

        public ActiveMQStreamCompatibleMessage()
    • Method Detail

      • checkPrefix

        protected org.apache.activemq.artemis.api.core.SimpleString checkPrefix​(org.apache.activemq.artemis.api.core.SimpleString address)
        Overrides:
        checkPrefix in class ActiveMQMessage
      • setJMSReplyTo

        public void setJMSReplyTo​(jakarta.jms.Destination dest)
                           throws jakarta.jms.JMSException
        Specified by:
        setJMSReplyTo in interface jakarta.jms.Message
        Overrides:
        setJMSReplyTo in class ActiveMQMessage
        Throws:
        jakarta.jms.JMSException
      • getJMSReplyTo

        public jakarta.jms.Destination getJMSReplyTo()
                                              throws jakarta.jms.JMSException
        Specified by:
        getJMSReplyTo in interface jakarta.jms.Message
        Overrides:
        getJMSReplyTo in class ActiveMQMessage
        Throws:
        jakarta.jms.JMSException