Proposed change to QMF schema for the broker
--------------------------------------------
Key: QPID-2517
URL: https://issues.apache.org/jira/browse/QPID-2517
Project: Qpid
Issue Type: Improvement
Components: C++ Broker, Java Broker
Reporter: Ted Ross
Assignee: Ted Ross
Priority: Minor
I would like to make a change to the management schema for the broker. A patch
will be attached.
The current schema causes the "broker" object to be indexed by the TCP port.
This is a problem in clusters where each node in the cluster may have a
different port. Since the port is part of the index, and the index is used as
the QMFv2 object identifier, method calls addressed to the broker may not be
handled uniformly by each node in a cluster.
The change removes the "index" status from the "port" attribute and adds a new
index attribute called "name". This name is fixed as "amqp-broker". This is a
safe thing to do as there is only one broker associated with the
broker-resident agent.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]