diff options
| author | Alan Conway <aconway@apache.org> | 2009-12-22 14:22:17 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-12-22 14:22:17 +0000 |
| commit | da669e5182ba84da83817313073777d4f8a3bd00 (patch) | |
| tree | 29efe0c2a386c5a4f82fbefc605d194f10e519e6 /cpp/xml/cluster.xml | |
| parent | b18369bc119468c0a320a191f7a6b9f76a9389b9 (diff) | |
| download | qpid-python-da669e5182ba84da83817313073777d4f8a3bd00.tar.gz | |
QPID-2296: Cluster errors when using acquire-mode-not-acquired
Replicate consumer's queue position to new cluster nodes.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@893175 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/xml/cluster.xml')
| -rw-r--r-- | cpp/xml/cluster.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/xml/cluster.xml b/cpp/xml/cluster.xml index c0b7127f68..e2c69d33fd 100644 --- a/cpp/xml/cluster.xml +++ b/cpp/xml/cluster.xml @@ -137,6 +137,7 @@ <field name="name" type="str8"/> <field name="blocked" type="bit"/> <field name="notifyEnabled" type="bit"/> + <field name="position" type="sequence-no"/> </control> <!-- Delivery-record for outgoing messages sent but not yet accepted. --> |
