Class ActiveMQCompatibleMessage

java.lang.Object
org.apache.activemq.artemis.jms.client.ActiveMQMessage
org.apache.activemq.artemis.jms.client.compatible1X.ActiveMQCompatibleMessage
All Implemented Interfaces:
jakarta.jms.Message

public class ActiveMQCompatibleMessage extends ActiveMQMessage
  • Constructor Details

    • ActiveMQCompatibleMessage

      public ActiveMQCompatibleMessage(byte type, ClientSession session)
    • ActiveMQCompatibleMessage

      public ActiveMQCompatibleMessage(ClientSession session)
    • ActiveMQCompatibleMessage

      public ActiveMQCompatibleMessage(ClientMessage message, ClientSession session)
    • ActiveMQCompatibleMessage

      public ActiveMQCompatibleMessage(jakarta.jms.Message foreign, ClientSession session) throws jakarta.jms.JMSException
      Throws:
      jakarta.jms.JMSException
    • ActiveMQCompatibleMessage

      public ActiveMQCompatibleMessage()
    • ActiveMQCompatibleMessage

      public ActiveMQCompatibleMessage(jakarta.jms.Message foreign, byte type, ClientSession session) throws jakarta.jms.JMSException
      Throws:
      jakarta.jms.JMSException
  • Method Details