diff options
Diffstat (limited to 'qpid')
-rw-r--r-- | qpid/specs/management-schema.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/qpid/specs/management-schema.xml b/qpid/specs/management-schema.xml index a217ee3547..e611436373 100644 --- a/qpid/specs/management-schema.xml +++ b/qpid/specs/management-schema.xml @@ -212,10 +212,9 @@ <property name="address" type="sstr" access="RC" index="y"/> <property name="incoming" type="bool" access="RC"/> <property name="SystemConnection" type="bool" access="RC" desc="Infrastucture/ Inter-system connection (Cluster, Federation, ...)"/> - + <property name="federationLink" type="bool" access="RO" desc="Is this a federation link"/> + <property name="authIdentity" type="sstr" access="RO" desc="authId of connection if authentication enabled"/> <statistic name="closing" type="bool" desc="This client is closing by management request"/> - <statistic name="federationLink" type="bool" desc="Is this a federation link"/> - <statistic name="authIdentity" type="sstr" desc="authId of connection if authentication enabled"/> <statistic name="framesFromClient" type="count64"/> <statistic name="framesToClient" type="count64"/> <statistic name="bytesFromClient" type="count64"/> |