Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 10265 invoked from network); 17 Jul 2007 02:50:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Jul 2007 02:49:42 -0000 Received: (qmail 94678 invoked by uid 500); 17 Jul 2007 02:47:58 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 94533 invoked by uid 500); 17 Jul 2007 02:47:57 -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 94524 invoked by uid 99); 17 Jul 2007 02:47:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jul 2007 19:47:57 -0700 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 (herse.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; Mon, 16 Jul 2007 19:47:54 -0700 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1IAd66-0005Q4-7G for dev@activemq.apache.org; Mon, 16 Jul 2007 19:47:34 -0700 Message-ID: <11642115.post@talk.nabble.com> Date: Mon, 16 Jul 2007 19:47:34 -0700 (PDT) From: lxgao To: dev@activemq.apache.org Subject: No-Durable topic consumer client receive message got out of heap exception MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: lxgao2004@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hi all! I'm use apache-activemq-5.0-20070714.221601-25.zip 1) run server: D:\apache-activemq-5.0-SNAPSHOT\bin\activemq.bat 2) run producer: java org.apache.activemq.tool.ProducerTool tcp://10.10.129.73:61616 true TEST.TOPIC false 200000 1024 3) run consumer java-Xmx64M -Xrunhprof:heap=sites org.apache.activemq.tool.ConsumerTool tcp://10.10.129.73:61616 true TESTTOPIC false when the consumer got out of heap exception after received 70000 messages , but there is no exception when using apache-activemq-4.1.1. If I use Durable topic consumer , there is no exception. If I use NO-Durable queue consumer, there is no exception. If I use Durable queue consumer, there is no exception. -- View this message in context: http://www.nabble.com/No-Durable-topic-consumer-client-receive-message-got-out-of-heap-exception-tf4094301s2354.html#a11642115 Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.