Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 71361 invoked from network); 18 Jun 2010 10:58:20 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Jun 2010 10:58:20 -0000 Received: (qmail 47399 invoked by uid 500); 18 Jun 2010 10:58:20 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 47187 invoked by uid 500); 18 Jun 2010 10:58:20 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 46581 invoked by uid 99); 18 Jun 2010 10:58:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jun 2010 10:58:17 +0000 X-ASF-Spam-Status: No, hits=-1529.9 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jun 2010 10:58:17 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5IAvvTs024477 for ; Fri, 18 Jun 2010 10:57:57 GMT Message-ID: <4043233.18401276858677273.JavaMail.jira@thor> Date: Fri, 18 Jun 2010 06:57:57 -0400 (EDT) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQCPP-160) Add MessageTransformer In-Reply-To: <17810316.1198162887035.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c [ https://issues.apache.org/activemq/browse/AMQCPP-160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish updated AMQCPP-160: -------------------------------- Fix Version/s: 3.3.0 (was: 3.2.0) > 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: Timothy Bish > Priority: Minor > Fix For: 3.3.0 > > > 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.