Add MessageTransformer
----------------------
Key: AMQCPP-160
URL: https://issues.apache.org/activemq/browse/AMQCPP-160
Project: ActiveMQ C++ Client
Issue Type: New Feature
Components: CMS Impl
Reporter: Phillip Weisberg
Assignee: Nathan Mittler
Priority: Minor
Fix For: 2.2
Add support for the ActiveMQ MessageTransformer interface. This allows for
messages to be transformed within the JMS provider. Specifically, it allows
you to:
* enrich or transform a message before it is sent to the message bus within
the JMS provider
* enrich or transform a message as it is received from the message bus but
before it is dispatched to the consumer
MessageTransformer Interface Overview:
http://activemq.apache.org/message-transformation.html
ActiveMQ-5.0 MessageTransformer API:
http://activemq.apache.org/maven/activemq-core/apidocs/org/apache/activemq/MessageTransformer.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.