Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E0FE8200B7E for ; Tue, 6 Sep 2016 14:39:34 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 556FB160ABF; Tue, 6 Sep 2016 12:39:24 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C4B64160AAD for ; Tue, 6 Sep 2016 14:39:23 +0200 (CEST) Received: (qmail 69166 invoked by uid 500); 6 Sep 2016 12:39:07 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 69154 invoked by uid 99); 6 Sep 2016 12:39:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Sep 2016 12:39:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 255ACC06E9 for ; Tue, 6 Sep 2016 12:39:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.232 X-Spam-Level: ** X-Spam-Status: No, score=2.232 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, SPF_FAIL=0.919, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id me7Er10gdsxj for ; Tue, 6 Sep 2016 12:39:05 +0000 (UTC) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 1F7105FD1B for ; Tue, 6 Sep 2016 12:39:05 +0000 (UTC) Received: from static.162.255.23.22.macminivault.com (unknown [162.255.23.22]) by mbob.nabble.com (Postfix) with ESMTP id EDA423085513 for ; Tue, 6 Sep 2016 05:37:33 -0700 (PDT) Date: Tue, 6 Sep 2016 05:39:03 -0700 (MST) From: tippse To: users@camel.apache.org Message-ID: <1473165543505-5787239.post@n5.nabble.com> Subject: Configuring Message Transformatin on ConnectionFactory (ACTIVEMQ) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Tue, 06 Sep 2016 12:39:35 -0000 as explained here: ( http://activemq.apache.org/message-transformation.html ) a Message Transformer can be configured on the connection factory. That way all objectmessages are transformed automatically. Is there a way to use this in camel? I know, that a transformation can be configured via dataformat. but as far as I know, this must be on configured in every single route using activmq. I would like to avoid this. thanks a log, febi -- View this message in context: http://camel.465427.n5.nabble.com/Configuring-Message-Transformatin-on-ConnectionFactory-ACTIVEMQ-tp5787239.html Sent from the Camel - Users mailing list archive at Nabble.com.