Class MessageTransformerSupport

    • Constructor Detail

      • MessageTransformerSupport

        public MessageTransformerSupport()
    • Method Detail

      • copyProperties

        protected void copyProperties​(Message fromMessage,
                                      Message toMesage)
                               throws 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:
        JMSException