Return-Path: Delivered-To: apmail-activemq-camel-user-archive@locus.apache.org Received: (qmail 10005 invoked from network); 24 Sep 2008 11:26:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Sep 2008 11:26:39 -0000 Received: (qmail 67749 invoked by uid 500); 24 Sep 2008 11:26:36 -0000 Delivered-To: apmail-activemq-camel-user-archive@activemq.apache.org Received: (qmail 67724 invoked by uid 500); 24 Sep 2008 11:26:36 -0000 Mailing-List: contact camel-user-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-user@activemq.apache.org Delivered-To: mailing list camel-user@activemq.apache.org Received: (qmail 67713 invoked by uid 99); 24 Sep 2008 11:26:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Sep 2008 04:26:36 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Sep 2008 11:25:37 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KiSVV-0001mb-Dm for camel-user@activemq.apache.org; Wed, 24 Sep 2008 04:26:09 -0700 Message-ID: <19646763.post@talk.nabble.com> Date: Wed, 24 Sep 2008 04:26:09 -0700 (PDT) From: JavaRat To: camel-user@activemq.apache.org Subject: RE: Bridging the ActiveMQ with IBM Websphere using Camel In-Reply-To: <4C1FB9C00D24A140906239533638C4D2057163D0@EXVS04.exserver.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: fredrik.sassenberg@mindwell.se References: <19623329.post@talk.nabble.com> <4C1FB9C00D24A140906239533638C4D2057161F9@EXVS04.exserver.dk> <19623857.post@talk.nabble.com> <4C1FB9C00D24A140906239533638C4D20571620E@EXVS04.exserver.dk> <19643280.post@talk.nabble.com> <4C1FB9C00D24A140906239533638C4D2057163D0@EXVS04.exserver.dk> X-Virus-Checked: Checked by ClamAV on apache.org Hi Claus, many thanks for your ideas and suggestions so far! We have tested the above tips you had. Both on their own and together without any effect we can see on the message which ends up on our final queue destination. Browsing the message we get on the IBM MQ queue we get the following: XQH .... CAMELoutputchannel queue.out CT ....................=C3=BF=C3=BF=C3=BF=C3=BF.... ....R...MQHRF2 .............AMQ Qmgr < jms_text ...Xqueue:///queue.out 1222311223456 2 ...... 1 MQSTR my chocolatechip cookie recipie Without getting into MQ details it looks very much as we have a JMSMessage around the TextMessage which we are intending to put onto the queue. (Clues too why we think so is we see a MQHRF2 and a RFH part.) Also we see the MQSTR and jms_text beeing recognized. =20 Our current guess (and let us assume this is the case) is that we are not "peeling" off the camelWrapper Message before putting it onto the IBM MQ queue.=20 How can we avoid sending our textMessage inside this camelWrapperMessage? Have we made a misstake thinking we can use the following configuration inside the camel-context.xml? We refer to this bean when we use the from(activemq:queue.in).to(ibmmq:queue///queue.out) =20 =20 =09=09=20 =09 --=20 View this message in context: http://www.nabble.com/Bridging-the-ActiveMQ-w= ith-IBM-Websphere-using-Camel-tp19623329s22882p19646763.html Sent from the Camel - Users mailing list archive at Nabble.com.