Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 80885 invoked from network); 2 Apr 2009 12:36:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Apr 2009 12:36:56 -0000 Received: (qmail 6159 invoked by uid 500); 2 Apr 2009 12:36:56 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 6092 invoked by uid 500); 2 Apr 2009 12:36:55 -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 6082 invoked by uid 99); 2 Apr 2009 12:36:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Apr 2009 12:36:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Apr 2009 12:36:55 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id F0F69234C055 for ; Thu, 2 Apr 2009 05:36:34 -0700 (PDT) Message-ID: <130323127.1238675794983.JavaMail.jira@brutus> Date: Thu, 2 Apr 2009 05:36:34 -0700 (PDT) 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 X-Virus-Checked: Checked by ClamAV on apache.org [ 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: (was: 3.0) 3.1 > 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.1 > > > 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.