Interface MessagePostProcessor

    • Method Detail

      • postProcessMessage

        Message postProcessMessage​(Message message)
                            throws JMSException
        Process the given message.

        The returned message is typically a modified version of the original.

        Parameters:
        message - the JMS message from the MessageConverter
        Returns:
        a post-processed variant of the message, or simply the incoming message; never null
        Throws:
        JMSException - if thrown by JMS API methods