diff options
author | Gordon Sim <gsim@apache.org> | 2009-01-20 13:30:08 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2009-01-20 13:30:08 +0000 |
commit | afefc741a9ad4c6299a47805a45a1c81a048e0a2 (patch) | |
tree | 70120255a090b5def48b4f5c72d2c1004841772d /specs | |
parent | 1d5e6b196da4ba618ebc91054ee77e6c3c005333 (diff) | |
download | qpid-python-afefc741a9ad4c6299a47805a45a1c81a048e0a2.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/qpid@736018 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'specs')
-rw-r--r-- | specs/management-schema.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/specs/management-schema.xml b/specs/management-schema.xml index 054a515772..3baa1fea4a 100644 --- a/specs/management-schema.xml +++ b/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> |