diff options
| author | Ted Ross <tross@apache.org> | 2008-10-24 15:12:53 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2008-10-24 15:12:53 +0000 |
| commit | a482cc67a7764ca791084283c0076b0397f6e153 (patch) | |
| tree | d3f389bda1087fb29524da7b817d27dd86312af1 /specs | |
| parent | f5997e515738fabd366a90d4352bfe7d9d60abb6 (diff) | |
| download | qpid-python-a482cc67a7764ca791084283c0076b0397f6e153.tar.gz | |
Added exchange options to qpid-config
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@707651 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'specs')
| -rw-r--r-- | specs/management-schema.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/specs/management-schema.xml b/specs/management-schema.xml index 96a79f9ee8..a217ee3547 100644 --- a/specs/management-schema.xml +++ b/specs/management-schema.xml @@ -175,6 +175,7 @@ <property name="name" type="sstr" access="RC" index="y"/> <property name="type" type="sstr" access="RO"/> <property name="durable" type="bool" access="RC"/> + <property name="arguments" type="map" access="RO" desc="Arguments supplied in exchange.declare"/> <statistic name="producerCount" type="hilo32" desc="Current producers on exchange"/> <statistic name="bindingCount" type="hilo32" desc="Current bindings"/> |
