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 |
---|---|
javax.jms.Message |
postProcessMessage(javax.jms.Message message)
Apply a MessagePostProcessor to the message.
|
javax.jms.Message postProcessMessage(javax.jms.Message message) throws javax.jms.JMSException
message
- the JMS message from the MessageConverterjavax.jms.JMSException
- if thrown by JMS API methodsCopyright © 2015. All rights reserved.