diff options
| author | Kenneth Anthony Giusti <kgiusti@apache.org> | 2012-05-02 13:09:18 +0000 |
|---|---|---|
| committer | Kenneth Anthony Giusti <kgiusti@apache.org> | 2012-05-02 13:09:18 +0000 |
| commit | 71bf4631e282b6a2be55cff6c6a5719907534c5e (patch) | |
| tree | 8aae83a9361b0dad3f05647c706ccc0ac5fbe9e7 /qpid/specs | |
| parent | d12b91bcc48f166c7676cdbff37cda6ed98595ec (diff) | |
| download | qpid-python-71bf4631e282b6a2be55cff6c6a5719907534c5e.tar.gz | |
QPID-3767: update (resync) this branch to latest trunk (r1332660)
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3767@1333027 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/specs')
| -rw-r--r-- | qpid/specs/management-schema.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/qpid/specs/management-schema.xml b/qpid/specs/management-schema.xml index f0f5c0f9d2..06e0b99af0 100644 --- a/qpid/specs/management-schema.xml +++ b/qpid/specs/management-schema.xml @@ -125,8 +125,8 @@ <statistic name="abandonedViaAlt" type="count64" unit="message" desc="Messages routed to alternate exchange from a deleted queue"/> <method name="echo" desc="Request a response to test the path to the management broker"> - <arg name="sequence" dir="IO" type="uint32" default="0"/> - <arg name="body" dir="IO" type="lstr" default=""/> + <arg name="sequence" dir="IO" type="uint32"/> + <arg name="body" dir="IO" type="lstr"/> </method> <method name="connect" desc="Establish a connection to another broker"> @@ -143,7 +143,7 @@ <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"/> - <arg name="filter" dir="I" type="map" default="{}" desc="if specified, move only those messages matching this filter"/> + <arg name="filter" dir="I" type="map" desc="if specified, move only those messages matching this filter"/> </method> <method name="setLogLevel" desc="Set the log level"> @@ -272,14 +272,14 @@ <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"/> - <arg name="filter" dir="I" type="map" default="{}" desc="if specified, purge only those messages matching this filter"/> + <arg name="filter" dir="I" type="map" desc="if specified, purge only those messages matching this filter"/> </method> <method name="reroute" desc="Remove all or some messages on this queue and route them to an exchange"> <arg name="request" dir="I" type="uint32" desc="0 for all messages or n>0 for n messages"/> <arg name="useAltExchange" dir="I" type="bool" desc="Iff true, use the queue's configured alternate exchange; iff false, use exchange named in the 'exchange' argument"/> <arg name="exchange" dir="I" type="sstr" desc="Name of the exchange to route the messages through"/> - <arg name="filter" dir="I" type="map" default="{}" desc="if specified, reroute only those messages matching this filter"/> + <arg name="filter" dir="I" type="map" desc="if specified, reroute only those messages matching this filter"/> </method> </class> |
