From users-return-13960-apmail-activemq-users-archive=activemq.apache.org@activemq.apache.org Fri May 09 18:52:09 2008 Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 74261 invoked from network); 9 May 2008 18:52:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 May 2008 18:52:09 -0000 Received: (qmail 94566 invoked by uid 500); 9 May 2008 18:52:10 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 94456 invoked by uid 500); 9 May 2008 18:52:09 -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 94445 invoked by uid 99); 9 May 2008 18:52:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 May 2008 11:52:09 -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; Fri, 09 May 2008 18:51:16 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JuXgv-0000kK-PH for users@activemq.apache.org; Fri, 09 May 2008 11:51:37 -0700 Message-ID: <17154414.post@talk.nabble.com> Date: Fri, 9 May 2008 11:51:37 -0700 (PDT) From: Badri To: users@activemq.apache.org Subject: Reference to 61616 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: badrinarayanan.doraiswamy@fxall.com X-Virus-Checked: Checked by ClamAV on apache.org Hi I am using tcp://localhost:2506 in transportConnector in activemq.xml 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.