From 258a481fda0d83c075313ee819ef120c09cddb7a Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 4 Oct 2013 15:52:48 +0000 Subject: QPID-5197: Remove obsolete --cluster-durable/persistLastNode options in C++ and python. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1529198 13f79535-47bb-0310-9956-ffa450edef68 --- .../Cheat-Sheet-for-configuring-Queue-Options.xml | 34 ---------------------- .../book/src/cpp-broker/Managing-CPP-Broker.xml | 1 - 2 files changed, 35 deletions(-) (limited to 'qpid/doc') diff --git a/qpid/doc/book/src/cpp-broker/Cheat-Sheet-for-configuring-Queue-Options.xml b/qpid/doc/book/src/cpp-broker/Cheat-Sheet-for-configuring-Queue-Options.xml index 78272b7ef4..e693ee463b 100644 --- a/qpid/doc/book/src/cpp-broker/Cheat-Sheet-for-configuring-Queue-Options.xml +++ b/qpid/doc/book/src/cpp-broker/Cheat-Sheet-for-configuring-Queue-Options.xml @@ -51,9 +51,6 @@ - - - @@ -182,37 +179,6 @@
Setting additional behaviors -
- Persist - Last Node - - - This option is used in conjunction with clustering. It allows for - a queue configured with this option to persist transient messages - if the cluster fails down to the last node. If additional nodes - in the cluster are restored it will stop persisting transient - messages. - - Note - - if a cluster is started with only one active node, this mode - will not be triggered. It is only triggered the first time the - cluster fails down to 1 node. - - The queue MUST be configured durable - - - Example: - - -#include "qpid/client/QueueOptions.h" - - QueueOptions qo; - qo.clearPersistLastNode(); - - session.queueDeclare(arg::queue=queue, arg::durable=true, arg::arguments=qo); - -
Queue event generation diff --git a/qpid/doc/book/src/cpp-broker/Managing-CPP-Broker.xml b/qpid/doc/book/src/cpp-broker/Managing-CPP-Broker.xml index d2abea4296..d6e52c4fdf 100644 --- a/qpid/doc/book/src/cpp-broker/Managing-CPP-Broker.xml +++ b/qpid/doc/book/src/cpp-broker/Managing-CPP-Broker.xml @@ -70,7 +70,6 @@ Options: Add Queue Options: --durable Queue is durable - --cluster-durable Queue becomes durable if there is only one functioning cluster node --file-count N (8) Number of files in queue's persistence journal --file-size N (24) File size in pages (64Kib/page) --max-queue-size N Maximum in-memory queue size as bytes -- cgit v1.2.1