[
https://issues.apache.org/jira/browse/QPID-1174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628075#action_12628075
]
Ted Ross commented on QPID-1174:
--------------------------------
More updates and QMF (Qpid Management Framework) features are coming in the
next commit:
1) The management agent now can function fully with or without a broker
connected. Furthermore, there are now no startup timing dependencies for the
agent and the broker.
2) The objectId for management objects has increased in size from 64 bits to
128 bits to allow for larger embedded fields.
3) Event transmission over AMQP has been implemented in the protocol and in the
agent API.
4) Optional properties are now available for the management schema. These have
clear, and is-set methods in addition to the set method.
5) ACL control for management methods is now enforced for local (broker) and
remote (agent) method calls.
6) A store-file feature has been added to the management agent so it can store
persistent state.
7) The useExternalThread feature is now implemented in the agent for the use of
single-threaded clients.
> Remote Management Agent for management of external components
> -------------------------------------------------------------
>
> Key: QPID-1174
> URL: https://issues.apache.org/jira/browse/QPID-1174
> Project: Qpid
> Issue Type: New Feature
> Components: C++ Broker, C++ Client, Qpid Examples
> Affects Versions: M3
> Reporter: Ted Ross
> Assignee: Ted Ross
> Priority: Minor
> Fix For: M4
>
>
> The management framework used in the C++ broker is extensible. It currently
> allows broker plug-ins to be managed and with this new feature, can be used
> to manage remote components through an AMQP-client-based interface.
> This new feature includes:
> 1) A C++ implementation of the agent,
> 2) C++ broker support for the remote agent, and
> 3) An example program/reference-implementation that uses the agent API
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.