Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 24168 invoked from network); 15 Dec 2008 17:15:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Dec 2008 17:15:29 -0000 Received: (qmail 27516 invoked by uid 500); 15 Dec 2008 17:15:41 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 27487 invoked by uid 500); 15 Dec 2008 17:15:41 -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 27476 invoked by uid 99); 15 Dec 2008 17:15:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Dec 2008 09:15:41 -0800 X-ASF-Spam-Status: No, hits=-3.8 required=10.0 tests=RCVD_IN_DNSWL_MED,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Dec 2008 17:15:26 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8A27F234C3DC for ; Mon, 15 Dec 2008 09:15:05 -0800 (PST) Message-ID: <2095515632.1229361305564.JavaMail.jira@brutus> Date: Mon, 15 Dec 2008 09:15:05 -0800 (PST) From: "Brecht Yperman (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQ-2009) Problem with message dispatch after a while In-Reply-To: <1503857571.1227225545425.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-2009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brecht Yperman updated AMQ-2009: -------------------------------- Attachment: consumertest.zip This is some testcode (very ugly, sorry) that keeps a consumer opened, and then tries to retrieve a message using a second consumer, but that consumer never receives the message > Problem with message dispatch after a while > ------------------------------------------- > > Key: AMQ-2009 > URL: https://issues.apache.org/activemq/browse/AMQ-2009 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 5.1.0, 5.2.0 > Reporter: Rajani Chennamaneni > Priority: Blocker > Attachments: consumertest.zip, DispatchMultipleConsumersTest.java, JConsole-screenshot.jpg > > > Messages are not getting dispatched after a while (although it accepts new incoming messages) until restart of the broker. This problem is described in several posts. > http://www.nabble.com/Pending-Messages-are-shown-in-ActiveMQ-td20241332.html > http://www.nabble.com/Consumer-Listener-stop-receving-message-until-ActiveMQ-restart-td20355247.html > http://www.nabble.com/Stuck-messages---Dispatch-issues-td20467949.html > There was also an issue opened in Spring project for this thinking it was Spring problem. > http://jira.springframework.org/browse/SPR-5110 > I am not able to reproduce with Junit test case having BrokerService started with in the test case. I guess I am not hitting the right stress conditions this way. But when I run the test case against an externally running ActiveMQ instance backed with oracle database persistence, it is reproducible most of the times. This is not a every time failure situation, it takes more time once than the other. > I was able to hit this situation of stuck messages on queue using following scenario most of the times: > 1) Start 2 concurrent consumers for the queue using Spring's DefaultMessageListenerContainer using cacheLevelName as CACHE_CONSUMER > 2) Send messages using JMETER 2.3.2 to the queue on ActiveMQ stand alone broker instance with 50 threads looping 20 times. > 3) After a while, you will notice that Spring logs that no messages are being received but the messages are shown jconsole of ActiveMQ and the database backing it for persistence. > But in 5.2 RC3, the problem is that it dispatches duplicate messages and does not remove them from broker's database after acknowledge properly. > Attached test case might help to reproduce when run against externally running stand alone ActiveMQ broker. Another way to see the problem is that try to load test using JMETER by sending messages to a queue with a camel route that moves messages from this queue to another and you will notice that it stops moving after while or copied duplicates in case of 5.2 RC3. > Sorry about such a huge description but it is a real problem! A different team at our company are having this issue in production with 5.1. They are using it as an embedded broker with derby for persistence. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.