Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 72158 invoked from network); 23 Nov 2009 14:24:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Nov 2009 14:24:17 -0000 Received: (qmail 67499 invoked by uid 500); 23 Nov 2009 14:24:17 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 67451 invoked by uid 500); 23 Nov 2009 14:24:16 -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 67441 invoked by uid 99); 23 Nov 2009 14:24:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Nov 2009 14:24:16 +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; Mon, 23 Nov 2009 14:24:14 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EB5A5234C04C for ; Mon, 23 Nov 2009 06:23:52 -0800 (PST) Message-ID: <1394554238.1258986232878.JavaMail.jira@brutus> Date: Mon, 23 Nov 2009 06:23:52 -0800 (PST) From: "Torsten Mielke (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQ-2506) Incorrect activemq-policy.xml in activemq-core tests used and referenced in http://activemq.apache.org/dispatch-policies.html. 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 Incorrect activemq-policy.xml in activemq-core tests used and referenced in http://activemq.apache.org/dispatch-policies.html. ------------------------------------------------------------------------------------------------------------------------------ Key: AMQ-2506 URL: https://issues.apache.org/activemq/browse/AMQ-2506 Project: ActiveMQ Issue Type: Bug Components: Documentation, Test Cases Affects Versions: 5.3.0 Reporter: Torsten Mielke Priority: Minor http://activemq.apache.org/dispatch-policies.html explains the use of dispatch policies and gives an example which is a code snippet taken from activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/xbean/activemq-policy.xml. That example is incorrect as it configures a round robin dispatch policy for topics but such policy only really makes sense for queues. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.