Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 47090 invoked from network); 13 Aug 2009 14:04:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Aug 2009 14:04:05 -0000 Received: (qmail 48391 invoked by uid 500); 13 Aug 2009 14:04:11 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 48341 invoked by uid 500); 13 Aug 2009 14:04:11 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 48328 invoked by uid 99); 13 Aug 2009 14:04:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Aug 2009 14:04:11 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of claus.ibsen@gmail.com designates 209.85.218.228 as permitted sender) Received: from [209.85.218.228] (HELO mail-bw0-f228.google.com) (209.85.218.228) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Aug 2009 14:04:01 +0000 Received: by bwz28 with SMTP id 28so616619bwz.6 for ; Thu, 13 Aug 2009 07:03:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=mCQgN8imbootcD5up2Y7OKKDbWwY40hAOAJTMb5/qws=; b=oe1XjQPIDZPqaAgxPGqDmzTvUJo0zhBiU7i+6zNozl5u+m4UPjJbvS3jZQjY2u3Fsp MhYWuTgET+GqTKdztRRTA45tRhy6t+debB+HBD3oZ2R6375QXoLfnrFEqaR38OLjGywO BMfrIRpZ7RYADbcANZfsHX+UeZKfSV1yzq3nc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=fUaxy6N9kC2CixsMAX0sj359itOow93GZv9rxNGZx3n9KldhzozAQFdmk0IEIq2Ery dDrnlExTmVRolE9cqE/i1IX6hogAAtzA+DeoOJb3pvfwGRZis1Yecyh9VK6ltnhuZFi7 mv9S1EyAoyKyUB4kNm6++g9NlRLqe8E5BtfKQ= MIME-Version: 1.0 Received: by 10.204.154.144 with SMTP id o16mr645882bkw.213.1250172219465; Thu, 13 Aug 2009 07:03:39 -0700 (PDT) In-Reply-To: <24954567.post@talk.nabble.com> References: <24954567.post@talk.nabble.com> From: Claus Ibsen Date: Thu, 13 Aug 2009 16:03:19 +0200 Message-ID: <5380c69c0908130703q4f8f6b68oeafb1852818f53d1@mail.gmail.com> Subject: Re: No transportListener available to process inbound command To: dev@camel.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi Ask on the ActiveMQ user forum as its related to AMQ and its http transport= . I may or may not be full implemented in the public AMQ version. And also remember to write which versions of the products you are using. On Thu, Aug 13, 2009 at 3:49 PM, Sunil Parte wrote: > > I am using =A0Apache Camel + Active MQ + Spring + Tomcat. > > I am using Camel to route messages from one message queue to another. > I was earlier using TCP transport for messaging and it worked correctly b= ut > I later wanted to use HTTP transport. So i made required changes and > included all required Jars but I started getting following error > > "No transportListener available to process inbound command: ConnectionInf= o > {commandId =3D 1, responseRequired =3D true, connectionId =3D > ID:PS2396-2647-1250156519828-2:1, clientId =3D > ID:PS2396-2647-1250156519828-5:0, userName =3D null, password =3D null, > brokerPath =3D null, brokerMasterConnector =3D false, manageable =3D true= , > clientMaster =3D true}" > > Following is my configuration.. > activemq2.xml - ActiveMQ configuration file. > .... > =A0 =A0 > =A0 =A0 =A0 > =A0 =A0 =A0 > =A0 =A0 > ..... > > ActiveMQ starts this connector properly. I can see this in Tomcat startup > log. > INFO: Connector tcp://localhost:61616 Started > 2009-08-13 15:12:00.860::INFO: =A0Logging to STDERR via > org.mortbay.log.StdErrLog > 2009-08-13 15:12:00.923::INFO: =A0jetty-6.1.9 > 2009-08-13 15:12:00.065::INFO: =A0Started SocketConnector@localhost:11077 > Aug 13, 2009 3:12:00 PM org.apache.activemq.broker.TransportConnector sta= rt > INFO: Connector http://localhost:11077 Started > > > > > > > applicationContext.xml - > ..... > =A0 =A0 class=3D"org.apache.activemq.camel.component.ActiveMQComponent"> > =A0 =A0 =A0 =A0 > =A0 =A0 > > =A0 =A0 class=3D"org.apache.activemq.camel.component.ActiveMQComponent"> > =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 > =A0 =A0 > .... > I am trying to move messages from jmsSrc to jmsDest. I am using HTTP > transport for jmsSrc. > > Am I missing something? Any help would be appreciated. > > > > -- > View this message in context: http://www.nabble.com/No-transportListener-= available-to-process-inbound-command-tp24954567p24954567.html > Sent from the Camel Development mailing list archive at Nabble.com. > > --=20 Claus Ibsen Apache Camel Committer Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus