summaryrefslogtreecommitdiff
path: root/qpid/specs
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2009-01-20 13:30:08 +0000
committerGordon Sim <gsim@apache.org>2009-01-20 13:30:08 +0000
commitf3287a51ca39d64b9cbc848b8db2c5a72fd2bdd6 (patch)
treef6ef68e7a65aa86f0d2a42f6a82eee2df9776100 /qpid/specs
parentb4f77cd6a5ea505670a16d619717688e4f0ea43b (diff)
downloadqpid-python-f3287a51ca39d64b9cbc848b8db2c5a72fd2bdd6.tar.gz
QPID-1567: added 'exactly-once' guarantee to asynchronous replication of queue state
* altered replication protocol to detect and eliminate duplicates * added support for acknowledged transfer over inter-broker bridges * added option to qpid-route to control this git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@736018 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/specs')
-rw-r--r--qpid/specs/management-schema.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/specs/management-schema.xml b/qpid/specs/management-schema.xml
index 054a515772..3baa1fea4a 100644
--- a/qpid/specs/management-schema.xml
+++ b/qpid/specs/management-schema.xml
@@ -245,6 +245,7 @@
<arg name="srcIsQueue" dir="I" type="bool"/>
<arg name="srcIsLocal" dir="I" type="bool"/>
<arg name="dynamic" dir="I" type="bool"/>
+ <arg name="sync" dir="I" type="uint16"/>
</method>
</class>
@@ -266,6 +267,7 @@
<property name="tag" type="sstr" access="RC"/>
<property name="excludes" type="sstr" access="RC"/>
<property name="dynamic" type="bool" access="RC"/>
+ <property name="sync" type="uint16" access="RC"/>
<method name="close"/>
</class>