From 435a67ed93fd1aedc0aa151c1a268862d1e1b073 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 30 Oct 2008 21:07:28 +0000 Subject: Replicate session state for un-acknowledged messages to new cluster members. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@709242 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/xml/cluster.xml | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) (limited to 'qpid/cpp/xml') diff --git a/qpid/cpp/xml/cluster.xml b/qpid/cpp/xml/cluster.xml index 1eb33e8333..d213b271a2 100644 --- a/qpid/cpp/xml/cluster.xml +++ b/qpid/cpp/xml/cluster.xml @@ -70,8 +70,7 @@ A connection is dumped as followed: - open as a normal connection. - attach sessions, create consumers, set flow with normal AMQP cokmmands. - - reset session state by sending session-state for each session. - - frames following session-state are replay frames. + - send /reset additional session state with controls below. - send shadow-ready to mark end of shadow dump. - send dump-complete when entire dump is complete. --> @@ -83,8 +82,22 @@ + + + + + + + + + + + + + + - + @@ -97,15 +110,22 @@ - + - + + + + + + + + -- cgit v1.2.1