Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 870 invoked from network); 10 Jun 2008 10:27:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jun 2008 10:27:41 -0000 Received: (qmail 73715 invoked by uid 500); 10 Jun 2008 10:27:44 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 73687 invoked by uid 500); 10 Jun 2008 10:27:44 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 73676 invoked by uid 99); 10 Jun 2008 10:27:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jun 2008 03:27:43 -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; Tue, 10 Jun 2008 10:26:53 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1K614I-000607-FR for dev@activemq.apache.org; Tue, 10 Jun 2008 03:27:10 -0700 Message-ID: <17752205.post@talk.nabble.com> Date: Tue, 10 Jun 2008 03:27:10 -0700 (PDT) From: Gul To: dev@activemq.apache.org Subject: Re: [jira] Commented: (AMQ-1746) ActiveMQ server does not release the connection on a reconnect In-Reply-To: <553865491.1213091940465.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: sgul@i2cinc.com References: <1922507873.1211881014390.JavaMail.jira@brutus> <553865491.1213091940465.JavaMail.jira@brutus> X-Virus-Checked: Checked by ClamAV on apache.org hi!! When i disable the network i got the following exception at activemq console, after network connection has established again, the javascript application running on same machine (where server is running also) works fine but the other machines running same javascript application connected to my machine(server running on my machine) unable to work properly.. in this case all handlers are lost which are establised using amq.addListener("id", myTopic, myHandler); MessageListenerServlet fail to get JMS response ERROR MulticastDiscoveryAgent - Failed to advertise our service: default. ActiveMQ-4.alive.%localhost%tcp://sgul:61616 java.net.NoRouteToHostException: No route to host: Datagram send failed at java.net.PlainDatagramSocketImpl.send(Native Method) at java.net.DatagramSocket.send(DatagramSocket.java:612) at org.apache.activemq.transport.discovery.multicast.MulticastDiscoveryA gent.doAdvertizeSelf(MulticastDiscoveryAgent.java:361) at org.apache.activemq.transport.discovery.multicast.MulticastDiscoveryA gent.doTimeKeepingServices(MulticastDiscoveryAgent.java:345) at org.apache.activemq.transport.discovery.multicast.MulticastDiscoveryA gent.run(MulticastDiscoveryAgent.java:307) at java.lang.Thread.run(Thread.java:595) JIRA jira@apache.org wrote: > > > [ > https://issues.apache.org/activemq/browse/AMQ-1746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43371#action_43371 > ] > > Hari commented on AMQ-1746: > --------------------------- > > saira, i think an exception would be thrown on the clientside when a > disconnect happens, in which case you will have to manually reconnect to > the server. > >> ActiveMQ server does not release the connection on a reconnect >> -------------------------------------------------------------- >> >> Key: AMQ-1746 >> URL: https://issues.apache.org/activemq/browse/AMQ-1746 >> Project: ActiveMQ >> Issue Type: Bug >> Components: Connector >> Affects Versions: 5.2.0 >> Environment: Redhat Linux , jdk 1.5_0_6 >> Reporter: Hari >> Assignee: Rob Davies >> >> I have tried this with activemq 5.0,5.1 and latest snapshot of activemq >> as of 20080521. I am using apacha nms.net client. On a connect it >> receives messages and on a regular shutdown the connection is >> disconnected and everything shutsdown w.r.t that connection in the server >> side. Now if there is network issue or when we disable and enable the >> network from the client side , a reconnect request is sent with a new >> clientid and the connection is established.But the old connection is >> still active which is evident from a netstat on the server machine. The >> client side netstat shows only the latest connection which is on port >> 1870. >> tcp 0 0 ::ffff:10.1.30.60:51616 ::ffff:10.1.30.176:1828 >> ESTABLISHED >> tcp 0 0 ::ffff:10.1.30.60:51616 ::ffff:10.1.30.176:1870 >> ESTABLISHED >> The server is 10.1.30.60:51616. > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > > > -- View this message in context: http://www.nabble.com/-jira--Created%3A-%28AMQ-1746%29-ActiveMQ-server-does-not-release-the-connection-on-a-reconnect-tp17486710p17752205.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.