Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 15292 invoked from network); 2 Feb 2010 16:35:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Feb 2010 16:35:51 -0000 Received: (qmail 14821 invoked by uid 500); 2 Feb 2010 16:35:51 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 14765 invoked by uid 500); 2 Feb 2010 16:35:50 -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 14754 invoked by uid 99); 2 Feb 2010 16:35:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 16:35:50 +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; Tue, 02 Feb 2010 16:35:40 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1NcLih-0000pN-Ro for users@activemq.apache.org; Tue, 02 Feb 2010 08:35:19 -0800 Message-ID: <27423339.post@talk.nabble.com> Date: Tue, 2 Feb 2010 08:35:19 -0800 (PST) From: theHunt To: users@activemq.apache.org Subject: Unexpected message consumption delays MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: s_pavlakis@yahoo.gr X-Virus-Checked: Checked by ClamAV on apache.org Hi all, I am facing the following problem, so I could use your help. We are using a rather simple setup. activemq5.3 as an embedded broker (kaha store) in a tomcat6.0.16 servlet container on a windows 2008 64x server machine (Sun JDK 1.6.0_16 64 bit). We use 1 Queue. There is one application producing messages, and a number of applications consuming them (Client Acknowledgment). Each application consumes its own messages by using selectors. Consumers use MessageListener implementations. The current workload is trivial. 1-3 relatively small ObjectMessages per minute. So the problem is... random but usual delays in message delivery. No messages are lost, everything works fine apart from the fact that 60% of the messages gets consumed 1 to 5 minutes later than the time they were delivered to the queue. Another 40% gets consumed right away. This is definitely not because of any workload factor. One hint i got though, is that when through JMX we purged the Queue from unconsumed messages (about 200 old messages because there was no deployed consumer for them) the delays became shorter in length and occurred less frequently. but still existed and reached 1-2 mins. I think this is unexpected behavior, so I would appreciate your help! Thx in advance. -- View this message in context: http://old.nabble.com/Unexpected-message-consumption-delays-tp27423339p27423339.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.