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
JMSException
Message consumerTransform(Session session, MessageConsumer consumer, Message message) throws JMSException
JMSException
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.