Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 47675 invoked from network); 27 Mar 2011 14:59:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Mar 2011 14:59:45 -0000 Received: (qmail 6951 invoked by uid 500); 27 Mar 2011 14:59:45 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 6914 invoked by uid 500); 27 Mar 2011 14:59:45 -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 6906 invoked by uid 99); 27 Mar 2011 14:59:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Mar 2011 14:59:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Mar 2011 14:59:43 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id EBC7F57B03 for ; Sun, 27 Mar 2011 14:59:05 +0000 (UTC) Date: Sun, 27 Mar 2011 14:59:05 +0000 (UTC) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Message-ID: <822439283.15142.1301237945960.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1399496956.15118.1301236265870.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (AMQ-3243) prioritizedMessages="false" does not disable message ordering of prioritized topic messages MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AMQ-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13011807#comment-13011807 ] Timothy Bish commented on AMQ-3243: ----------------------------------- Did you disable Message priority sorting on the client side? You can use setMessagePrioritySupported(false) on the Connection or ConnectionFactory to do that, or use the URI syntax. Disabling this will disable the basic message priority sorting that the client consumer does. If that doesn't help you might want to submit a test case that demonstrates the issue you are seeing and shows what you expect. > prioritizedMessages="false" does not disable message ordering of prioritized topic messages > ------------------------------------------------------------------------------------------- > > Key: AMQ-3243 > URL: https://issues.apache.org/jira/browse/AMQ-3243 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 5.4.2 > Environment: Operating System = Windows Vista version 6.0 running on x86 > Java; VM; Vendor = 1.6.0_23 > Runtime = Java HotSpot(TM) Client VM 19.0-b09 > Reporter: Robert Liguori > Priority: Minor > > As per documentation (http://activemq.apache.org/per-destination-policies.html), > I assumed the following would disable message ordering of topics, though it does not: > > Notes: I've tested with Derby and KahaDB. I also make use of the MessageConsumer interface, instead of directly using TopicSubscriber. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira