diff options
| author | Alan Conway <aconway@apache.org> | 2008-09-24 17:34:08 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-09-24 17:34:08 +0000 |
| commit | 33b5fdce16e414cc52fd4cc07020b25285330dbf (patch) | |
| tree | 4e1a722687a1f6bcc4f35496e0d7579879b23ae2 /qpid/cpp/xml/cluster.xml | |
| parent | 35c289537158937a6e24bd2ed1cb0c5a0f3374ca (diff) | |
| download | qpid-python-33b5fdce16e414cc52fd4cc07020b25285330dbf.tar.gz | |
Cluster replicates session command sequence state and consumers to newcomers.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@698666 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/xml/cluster.xml')
| -rw-r--r-- | qpid/cpp/xml/cluster.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/qpid/cpp/xml/cluster.xml b/qpid/cpp/xml/cluster.xml index 2acf0aea82..040a3eeae0 100644 --- a/qpid/cpp/xml/cluster.xml +++ b/qpid/cpp/xml/cluster.xml @@ -67,10 +67,11 @@ o<?xml version="1.0"?> <!-- Target session deduced from channel number. --> <field name="replay-start" type="sequence-no"/> <!-- Replay frames will start from this point.--> + <field name="command-point" type="sequence-no"/> <!-- Id of next command sent --> <field name="sent-incomplete" type="sequence-set"/> <!-- Commands sent and incomplete. --> - <field name="expected" type="sequence-no"/> <!-- Idempotence barrier --> - <field name="received" type="sequence-no"/> <!-- Received up to here > expected--> + <field name="expected" type="sequence-no"/> <!-- Next command expected. --> + <field name="received" type="sequence-no"/> <!-- Received up to here (>= expected) --> <field name="unknown-completed" type="sequence-set"/> <!-- Completed but not known to peer. --> <field name="received-incomplete" type="sequence-set"/> <!-- Received and incomplete --> </control> |
