Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 22510 invoked from network); 20 Mar 2009 05:25:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Mar 2009 05:25:15 -0000 Received: (qmail 29352 invoked by uid 500); 20 Mar 2009 05:25:13 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 29325 invoked by uid 500); 20 Mar 2009 05:25:13 -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 29314 invoked by uid 99); 20 Mar 2009 05:25:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Mar 2009 22:25:13 -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; Fri, 20 Mar 2009 05:25:06 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1LkXDp-0002p2-1p for users@activemq.apache.org; Thu, 19 Mar 2009 22:24:45 -0700 Message-ID: <22614510.post@talk.nabble.com> Date: Thu, 19 Mar 2009 22:24:45 -0700 (PDT) From: ashoknan To: users@activemq.apache.org Subject: Re: ActiveMQ producer/consumer hangs when on of the consumer didn't respond In-Reply-To: <22586789.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: ashokkumar.sankaran@chase.com References: <22586789.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Am i not supposed to use PooledConnectionFactory for consuming messages.See the below Java Doc http://activemq.apache.org/maven/act...onFactory.html A JMS provider which pools Connection, Session and MessageProducer instances so it can be used with tools like Spring's JmsTemplate. NOTE this implementation is only intended for use when sending messages. It does not deal with pooling of consumers; for that look at a library like Jencks such as in this example I am not sure whether this is outdated. Please let me know if anyone faced this issue before -- View this message in context: http://www.nabble.com/ActiveMQ-producer-consumer-hangs-when-on-of-the-consumer-didn%27t-respond-tp22586789p22614510.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.