Return-Path: Delivered-To: apmail-geronimo-activemq-commits-archive@www.apache.org Received: (qmail 65656 invoked from network); 5 Jul 2006 12:42:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jul 2006 12:42:16 -0000 Received: (qmail 92305 invoked by uid 500); 5 Jul 2006 12:40:38 -0000 Delivered-To: apmail-geronimo-activemq-commits-archive@geronimo.apache.org Received: (qmail 91648 invoked by uid 500); 5 Jul 2006 12:40:35 -0000 Mailing-List: contact activemq-commits-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-commits@geronimo.apache.org Received: (qmail 84796 invoked by uid 99); 5 Jul 2006 12:39:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jul 2006 05:39:57 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jul 2006 05:39:44 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 2F4B01A98AD; Tue, 4 Jul 2006 15:59:47 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r419115 - in /incubator/activemq/site: changes-in-40.html dispatch-policies.html features.html how-do-i-change-dispatch-policy.html per-destination-policies.html using-activemq.html Date: Tue, 04 Jul 2006 22:59:46 -0000 To: activemq-commits@geronimo.apache.org From: jstrachan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060704225947.2F4B01A98AD@eris.apache.org> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jstrachan Date: Tue Jul 4 15:59:45 2006 New Revision: 419115 URL: http://svn.apache.org/viewvc?rev=419115&view=rev Log: Latest export from confluence Added: incubator/activemq/site/dispatch-policies.html Modified: incubator/activemq/site/changes-in-40.html incubator/activemq/site/features.html incubator/activemq/site/how-do-i-change-dispatch-policy.html incubator/activemq/site/per-destination-policies.html incubator/activemq/site/using-activemq.html Modified: incubator/activemq/site/changes-in-40.html URL: http://svn.apache.org/viewvc/incubator/activemq/site/changes-in-40.html?rev=419115&r1=419114&r2=419115&view=diff ============================================================================== --- incubator/activemq/site/changes-in-40.html (original) +++ incubator/activemq/site/changes-in-40.html Tue Jul 4 15:59:45 2006 @@ -263,7 +263,7 @@
  • A new plug-able topic Subscription Recovery Policy which allows you to configure how many transient messages are replayed when a Retroactive Consumer is created.
  • A new Retroactive Consumer feature allows topic consumers to "go back in time" so that it receives old messages when the subscription is activated. If the consumer is a durable consumer, he recover all the messages that are still in the persistent store.
  • Per Destination Policies allow you configure the behavior of destinations.
  • -
  • The broker now supports per destination plugable Dispatch Policies so that you can choose the distribution algorithm used to send messages to a consumer.
  • +
  • The broker now supports per destination plugable Dispatch Policies so that you can choose the distribution algorithm used to send messages to a consumer.
  • The broker now supports two new types of connectors: