Arnaud Simon wrote:
On Mon, 2008-08-25 at 02:02 +0100, [EMAIL PROTECTED] wrote:
Hello Arnaud/Ted/Qpid Gurus,
So far, I have exposed all the attributes and methods of all the classes of
Qpid as MBeans on JMX console. And whatever methods we invoke of these
classes, changes reflect in the Qpid C++ Broker.
I have a few questions and I am expecting their answers very quickly as
GSoC is about to finish.
1. What is the "cluster" ? what should be the "clusterName" (parameter) in
the invocation of "joinCluster" method of "broker" class. What value of
this argument should I pass?
I believe our cluster solution is not fully implemented yet so it's most
certainly the case that the management tool does not support cluster
operations yes. Ted should confirm that.
This is correct. The cluster support in the schema is a placeholder for
a future clustering feature.
2. I never receive the Configuration and Instrumentation Content Messages
for "agent" class. Infact, I cannot see the agent class by using the python
tool "qpid-tool"
This is most certainly because you are not using external Management
Agents.
Also correct. If there are no instances of a class, you will receive no
content messages.
Arnaud