Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 90595 invoked from network); 17 Jul 2009 11:42:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Jul 2009 11:42:54 -0000 Received: (qmail 65269 invoked by uid 500); 17 Jul 2009 11:43:59 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 65212 invoked by uid 500); 17 Jul 2009 11:43:59 -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 65202 invoked by uid 99); 17 Jul 2009 11:43:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jul 2009 11:43:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Fri, 17 Jul 2009 11:43:56 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id ED5D6234C04C for ; Fri, 17 Jul 2009 04:43:34 -0700 (PDT) Message-ID: <1221622409.1247831014941.JavaMail.jira@brutus> Date: Fri, 17 Jul 2009 04:43:34 -0700 (PDT) From: "Rob Davies (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQ-2093) Message Selector Not working in High Load. In-Reply-To: <1727199431.1233574139418.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-2093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52860#action_52860 ] Rob Davies commented on AMQ-2093: --------------------------------- Can you attach a junit test case please ? > Message Selector Not working in High Load. > ------------------------------------------ > > Key: AMQ-2093 > URL: https://issues.apache.org/activemq/browse/AMQ-2093 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 4.1.0, 5.0.0, 5.2.0 > Environment: Windows XP Profesional - 32 Bit. > JDK 1.5 Update 8 > Broker Running in Jboss > Reporter: Kumar > Priority: Blocker > > I am facing a problem on receiving messages by multiple blocked receivers from a single Queue with different correlation id. > Here is what exactly I am doing. > My client thread is publishing a message ( having a unique co-relationid) to a RequestQueue and waiting for a response (blocked) > on Response Queue with the same co-relationid. I have such 100 client threads. > The client thread is publishing a message using normal JMS (w/o Spring) whereas receiving the response using Spring JMSTemplate > using object=jmsQueueTemplate.receiveSelectedAndConvert(destinationName, "JMSCorrelationID='" + correlationID+ "'; > the other side, Spring Message POJOs are consuming the published message from RequestQueue, processing it and sending back the response to ResponseQueue with the co-relation id set using normal publishing (w/o Spring). > My Observations > I have sent 1000 unique co-relationId messages (using 100 client threads) but received 992 unique co-related id messages; > 8 duplicated co-related id messages and dropped 8 unique co-related id messages. > This is happening under 100 client threads load using Jmeter -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.