接口 MessagePostProcessor

    • 方法详细资料

      • postProcessMessage

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

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

        参数:
        message - the JMS message from the MessageConverter
        返回:
        a post-processed variant of the message, or simply the incoming message; never null
        抛出:
        JMSException - if thrown by JMS API methods