Class MessageTransformerSupport

java.lang.Object
org.apache.activemq.MessageTransformerSupport
All Implemented Interfaces:
MessageTransformer

public abstract class MessageTransformerSupport extends Object implements MessageTransformer
A useful base class for message transformers.
  • Constructor Details

    • MessageTransformerSupport

      public MessageTransformerSupport()
  • Method Details

    • copyProperties

      protected void copyProperties(jakarta.jms.Message fromMessage, jakarta.jms.Message toMesage) throws jakarta.jms.JMSException
      Copies the standard JMS and user defined properties from the givem message to the specified message
      Parameters:
      fromMessage - the message to take the properties from
      toMesage - the message to add the properties to
      Throws:
      jakarta.jms.JMSException