Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 2668 invoked from network); 15 May 2008 17:57:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 May 2008 17:57:01 -0000 Received: (qmail 31462 invoked by uid 500); 15 May 2008 17:57:01 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 31438 invoked by uid 500); 15 May 2008 17:57:01 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 31427 invoked by uid 99); 15 May 2008 17:57:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 May 2008 10:57:01 -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 (nike.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; Thu, 15 May 2008 17:56:06 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Jwhgp-0002kh-5h for users@activemq.apache.org; Thu, 15 May 2008 10:56:27 -0700 Message-ID: <17258959.post@talk.nabble.com> Date: Thu, 15 May 2008 10:56:27 -0700 (PDT) From: Badri To: users@activemq.apache.org Subject: Re: Reference to 61616 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: badrinarayanan.doraiswamy@fxall.com References: <17154414.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Thanks Hiram for the reply. I commented out camel configuration. I am using jetty for the web console. Is there some way to configure jetty not to connect to the default port? Hiram Chirino wrote: > > Your broker is starting up and listening on 2506.. this is evident > from the message: > 008-05-09 14:41:27,794 INFO TransportServerThreadSupport - > Listening for connections at: tcp://dcmpdevapp05:2506 > > The it looks like a failover client in the broker is trying to connect > to tcp://localhost:61616 as seen by message: > 2008-05-09 14:41:29,637 DEBUG FailoverTransport - > Attempting connect to: tcp://localhost:61616 > > So I'm thinking your config still has the default camel and jetty bits > enabled in it. The camel and jetty components connect to the broker > as clients using the default ports. If you disable these optional > components those messages should go away. > > On Fri, May 9, 2008 at 2:51 PM, Badri > wrote: >> >> Hi >> I am using tcp://localhost:2506 in transportConnector in activemq.xml >> >> > discoveryUri="multicast://default"/> >> >> >> >> >> >> >> >> When i start active mq, I observe the following logs. I am not sure where >> is >> it picking tcp://localhost:61616? >> >> 2008-05-09 14:41:27,147 INFO BrokerService - ActiveMQ >> 5.1.0 JMS Message Broker (localhost) is starting >> 2008-05-09 14:41:27,794 INFO TransportServerThreadSupport - Listening >> for >> connections at: tcp://dcmpdevapp05:2506 >> 2008-05-09 14:41:27,832 INFO TransportConnector - Connector >> default Started >> 2008-05-09 14:41:27,835 INFO NetworkConnector - Network >> Connector default-nc Started >> 2008-05-09 14:41:27,837 INFO BrokerService - ActiveMQ >> JMS >> Message Broker (localhost, ID:dcmpdevapp05-41862-1210358487581-0:0) >> started >> >> 2008-05-09 14:41:29,626 DEBUG FailoverTransport - Waking up >> reconnect task >> 2008-05-09 14:41:29,637 DEBUG FailoverTransport - Attempting >> connect to: tcp://localhost:61616 >> 2008-05-09 14:41:29,709 DEBUG FailoverTransport - Connect >> fail >> to: tcp://localhost:61616, reason: java.net.ConnectException: Connection >> refused >> 2008-05-09 14:41:29,709 DEBUG FailoverTransport - Waiting 10 >> ms >> before attempting connection. >> 2008-05-09 14:41:29,715 DEBUG FailoverTransport - Started. >> 2008-05-09 14:41:29,715 DEBUG FailoverTransport - Waking up >> reconnect task >> 2008-05-09 14:41:29,721 DEBUG FailoverTransport - Attempting >> connect to: tcp://localhost:61616 >> 2008-05-09 14:41:29,721 DEBUG FailoverTransport - Connect >> fail >> to: tcp://localhost:61616, reason: java.net.ConnectException: Connection >> refused >> 2008-05-09 14:41:29,721 DEBUG FailoverTransport - Waiting 20 >> ms >> before attempting connection. >> >> Any help is appreciated. >> Thanks >> >> -- >> View this message in context: >> http://www.nabble.com/Reference-to-61616-tp17154414s2354p17154414.html >> Sent from the ActiveMQ - User mailing list archive at Nabble.com. >> >> > > > > -- > Regards, > Hiram > > Blog: http://hiramchirino.com > > Open Source SOA > http://open.iona.com > > -- View this message in context: http://www.nabble.com/Reference-to-61616-tp17154414s2354p17258959.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.