public interface MessageTransformer
| Modifier and Type | Method and Description | 
|---|---|
| Message | consumerTransform(Session session,
                                  MessageConsumer consumer,
                                  Message message)Transforms the given message inside the consumer before being dispatched to the client code | 
| Message | producerTransform(Session session,
                                  MessageProducer producer,
                                  Message message)Transforms the given message inside the producer before it is sent to the JMS bus. | 
Message producerTransform(Session session, MessageProducer producer, Message message) throws JMSException
JMSExceptionMessage consumerTransform(Session session, MessageConsumer consumer, Message message) throws JMSException
JMSExceptionCopyright © 2005–2015 FuseSource, Corp.. All rights reserved.