spring-framework / org.springframework.jms.core / MessagePostProcessor / postProcessMessage

postProcessMessage

abstract fun postProcessMessage(message: Message): Message

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

Exceptions

javax.jms.JMSException - if thrown by JMS API methods

Return
the modified version of the Message