Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 65184 invoked from network); 31 Dec 2009 10:33:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Dec 2009 10:33:02 -0000 Received: (qmail 37347 invoked by uid 500); 31 Dec 2009 10:33:02 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 37304 invoked by uid 500); 31 Dec 2009 10:33:02 -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 37294 invoked by uid 99); 31 Dec 2009 10:33:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Dec 2009 10:33:02 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS 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, 31 Dec 2009 10:32:53 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1NQIKW-0007mr-Dp for users@activemq.apache.org; Thu, 31 Dec 2009 02:32:32 -0800 Message-ID: <26977080.post@talk.nabble.com> Date: Thu, 31 Dec 2009 02:32:32 -0800 (PST) From: KameshBathina To: users@activemq.apache.org Subject: Re: The JMS connection has failed: Channel was inactive for too long MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: kamesh.bathina@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Try using following URI (replace IP address and port with yours) when connecting your clients: java.naming.provider.url=failover:tcp:10.77.210.19:61799?trace=true&wireFormat.maxInactivityDuration=3600000 Shailendra84 wrote: > > Hi Rahul, > > Were you able to resolve this issue? As I am also having the same issue > here. I am using the activemq5.2.0. > > regards, > Shailen > > > rahulc wrote: >> >> Any ideas as to why would this error come up? >> >> TIA >> Rahul >> >> org.apache.activemq.ConnectionFailedException: The JMS connection has >> failed: Channel was inactive for too long. >> at >> org.apache.activemq.ActiveMQConnection.checkClosedOrFailed(ActiveMQConnection.java:1171) >> at >> org.apache.activemq.ActiveMQConnection.createSession(ActiveMQConnection.java:270) >> at >> org.apache.activemq.ActiveMQConnection.createQueueSession(ActiveMQConnection.java:1062) >> > > -- View this message in context: http://old.nabble.com/The-JMS-connection-has-failed%3A-Channel-was-inactive-for-too-long-tp7121449p26977080.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.