summaryrefslogtreecommitdiff
path: root/qpid/specs
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2008-09-23 18:42:45 +0000
committerTed Ross <tross@apache.org>2008-09-23 18:42:45 +0000
commitf5cf315acd4ae95d12c020187c9623a16d061e92 (patch)
treec7d912d15be46200ee4de5f66de7b95902cf0cf7 /qpid/specs
parent574c338d3731043fd598040ccba211e2e339d977 (diff)
downloadqpid-python-f5cf315acd4ae95d12c020187c9623a16d061e92.tar.gz
QPID-1290 - Patch from William Henry
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@698275 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/specs')
-rw-r--r--qpid/specs/management-schema.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/qpid/specs/management-schema.xml b/qpid/specs/management-schema.xml
index 2542ccff44..758519c72f 100644
--- a/qpid/specs/management-schema.xml
+++ b/qpid/specs/management-schema.xml
@@ -96,6 +96,13 @@
<event name="agentDisconnect" desc="QMF Management Agent has disconnected from the broker">
<arg name="remoteAddress" type="sstr"/>
</event>
+
+ <method name="queueMoveMessages" desc="Move messages from one queue to another">
+ <arg name="srcQueue" dir="I" type="sstr" desc="Source queue"/>
+ <arg name="destQueue" dir="I" type="sstr" desc="Destination queue"/>
+ <arg name="qty" dir="I" type="uint32" desc="# of messages to move. 0 means all messages"/>
+ </method>
+
</class>
<!--