public interface MessagePostProcessor
This often as an anonymous class within a method implementation.
JmsTemplate.convertAndSend(String, Object, MessagePostProcessor)
,
JmsTemplate.convertAndSend(javax.jms.Destination, Object, MessagePostProcessor)
,
MessageConverter
Modifier and Type | Method and Description |
---|---|
Message |
postProcessMessage(Message message)
Apply a MessagePostProcessor to the message.
|
Message postProcessMessage(Message message) throws JMSException
message
- the JMS message from the MessageConverterJMSException
- if thrown by JMS API methods