Interface MessagePostProcessor

    • Method Detail

      • postProcessMessage

        Message postProcessMessage​(Message message)
                            throws JMSException
        Apply a MessagePostProcessor to the message. The returned message is typically a modified version of the original.
        Parameters:
        message - the JMS message from the MessageConverter
        Returns:
        the modified version of the Message
        Throws:
        JMSException - if thrown by JMS API methods