summaryrefslogtreecommitdiff
path: root/qpid/specs
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2008-08-05 13:39:04 +0000
committerTed Ross <tross@apache.org>2008-08-05 13:39:04 +0000
commitc0e8eb0221a37f1c1e8665ec1a78b48ce33c2cb1 (patch)
treed5e3bb5fd9b598c38f97202938f22ec65392301f /qpid/specs
parente9e8cd65b35a37df0c79bc6d60b37c11fb7591a0 (diff)
downloadqpid-python-c0e8eb0221a37f1c1e8665ec1a78b48ce33c2cb1.tar.gz
QPID-1214 - Committed William's patch
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@682710 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/specs')
-rw-r--r--qpid/specs/management-schema.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/qpid/specs/management-schema.xml b/qpid/specs/management-schema.xml
index 23eda40df2..850f9c62e6 100644
--- a/qpid/specs/management-schema.xml
+++ b/qpid/specs/management-schema.xml
@@ -160,7 +160,9 @@
<statistic name="unackedMessages" type="hilo32" unit="message" desc="Messages consumed but not yet acked"/>
<statistic name="messageLatency" type="mmaTime" unit="nanosecond" desc="Broker latency through this queue"/>
- <method name="purge" desc="Discard all messages on queue"/>
+ <method name="purge" desc="Discard all or some messages on a queue">
+ <arg name="request" dir="I" type="uint32" desc="0 for all messages or n>0 for n messages"/>
+ </method>
</class>
<!--