Return-Path: Delivered-To: apmail-activemq-camel-user-archive@locus.apache.org Received: (qmail 86207 invoked from network); 5 Jun 2008 15:09:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jun 2008 15:09:02 -0000 Received: (qmail 78212 invoked by uid 500); 5 Jun 2008 15:09:05 -0000 Delivered-To: apmail-activemq-camel-user-archive@activemq.apache.org Received: (qmail 78194 invoked by uid 500); 5 Jun 2008 15:09:05 -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 78183 invoked by uid 99); 5 Jun 2008 15:09:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jun 2008 08:09:05 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gnodet@gmail.com designates 64.233.170.186 as permitted sender) Received: from [64.233.170.186] (HELO rn-out-0910.google.com) (64.233.170.186) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jun 2008 15:08:14 +0000 Received: by rn-out-0910.google.com with SMTP id j67so230948rne.21 for ; Thu, 05 Jun 2008 08:08:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Q81I4b8kcuCn9cg/yiv1yqQT5XQoc2rvYOZxFhO2Ddw=; b=FhSYTCM5q2nxMvh1T7uN8qwEqqHuJ5gjVxUI3vqktCEgWwFW+lceCxlJhDOoCRscN3 62hnizjo9yU9b8xrohL1qarKB8HBaAsLN41sj5GPpNoK+cSHWaw6HsSwa7LkAJU6/htX 7CjzQo8OE6CoOJqzwMP8Tmm8oq6I6QRQJTV+s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Wp+bRudUztFTpgANX5aTiHICxzedmn/eRsF6asweuAA/El2iM83NRs7Hgejqwxc3Iq IF2+BAHrX3xUiFHtc+9vyMKyvG6L/IVucdp+nSS95zjc3z8V7dDZQSpDDMufahbZJgBx 1dakRwTamSKeUKAV7HueFLwFysCXJsdAdVI3k= Received: by 10.103.137.5 with SMTP id p5mr815332mun.124.1212678508899; Thu, 05 Jun 2008 08:08:28 -0700 (PDT) Received: by 10.103.245.6 with HTTP; Thu, 5 Jun 2008 08:08:28 -0700 (PDT) Message-ID: Date: Thu, 5 Jun 2008 17:08:28 +0200 From: "Guillaume Nodet" To: camel-user@activemq.apache.org Subject: Re: Mix camel endpoint with jbi endpoint in camel routes ? In-Reply-To: <17671257.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <16627803.post@talk.nabble.com> <17671257.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Well, you can't receive JBI messages targeted to an already existing endpoints. You'd have to let camel create the endpoint and modify the consumer endpoint to point to it. On Thu, Jun 5, 2008 at 4:33 PM, chintaka wrote: > > I have a similar question regarding JBI end points and camel. > I am trying to use a JBI end point in camel context. > > > from("jbi:endpoint:http://nameSpace/screenRequestEngine").to("log:tutorial"); > > JBI end point is already deployed in to serviceMix. When I deploy the > camel context ,it complains that end point already exists. It seems like > camel is trying to create the end point already available. > What is the correct way to receive a message from an existing JBI end point > to the camel context ? > > Thanks, > > Chintaka > > > cmoulliard wrote: >> >> Hi, >> >> I have made a test without success but to be sure I prefer to ask the >> question. Can I mix in camel routes camel endpoint with jbi endpoint ? >> >> >> >> Remark : the jbi endpoint is a jms-queue. >> >> Additional : Does it make sense to mix endpoints of Camel with JBI ? >> >> Regards, >> >> Charles >> > > -- > View this message in context: http://www.nabble.com/Mix-camel-endpoint-with-jbi-endpoint-in-camel-routes---tp16627803s22882p17671257.html > Sent from the Camel - Users mailing list archive at Nabble.com. > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/