接口 MessagePostProcessor

    • 方法详细资料

      • postProcessMessage

        Message postProcessMessage​(Message message)
                            throws JMSException
        Apply a MessagePostProcessor to the message. The returned message is typically a modified version of the original.
        参数:
        message - the JMS message from the MessageConverter
        返回:
        the modified version of the Message
        抛出:
        JMSException - if thrown by JMS API methods