From users-return-8471-apmail-activemq-users-archive=activemq.apache.org@activemq.apache.org Mon Apr 09 19:54:41 2007 Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 25574 invoked from network); 9 Apr 2007 19:54:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Apr 2007 19:54:37 -0000 Received: (qmail 18341 invoked by uid 500); 9 Apr 2007 19:54:43 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 18317 invoked by uid 500); 9 Apr 2007 19:54:43 -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 18308 invoked by uid 99); 9 Apr 2007 19:54:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Apr 2007 12:54:43 -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 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Apr 2007 12:54:35 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1HazwN-0000rh-1n for users@activemq.apache.org; Mon, 09 Apr 2007 12:54:15 -0700 Message-ID: <9907758.post@talk.nabble.com> Date: Mon, 9 Apr 2007 12:42:07 -0700 (PDT) From: jianxiac To: users@activemq.apache.org Subject: Re: AMQ 4.1 loses every other message? -- still fails In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: jianxiac@gmail.com References: <9864016.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Thanks for the reply. I poked around, and did not see any indication of 2nd broker running. Then instead of running the web-demo example out of box, I started a standalone activeMQ, and configured jetty to talk to it via tcp://localhost:61616 instead of vm://localhost, and still the same message loss problem. I did see tcp connections between the two java processes, so the message did seem to go to the standalone broker. This problem can be seen with the bundled example too, If you send messages with this page: http://yourip:8080/activemq-web-demo/send.html and receive with this url with your browser: http://yourip:8080/activemq-web-demo/message/FOO/BAR?timeout=10000&type=queue It works fine if you send one message, then receive one, and so on. But if you send 10 messages in a row, then start receiving them, then you will only get half of them. I start to suspect there may be something in the messageServlet. Thanks. jianxiac -- View this message in context: http://www.nabble.com/AMQ-4.1-loses-every-other-message--tf3533954s2354.html#a9907758 Sent from the ActiveMQ - User mailing list archive at Nabble.com.