Class MessageTransformerSupport

    • Constructor Detail

      • MessageTransformerSupport

        public MessageTransformerSupport()
    • Method Detail

      • copyProperties

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