Thank you Carl & Cliff
I don't know python yet...
But if python can do it, C++ can do it to ! (no ?)
Is there a technical reason why I could not send requests to the broker
to get the same information ?
the console is the graphical tool to display information, can't a C++
program extract information from the broker ? (a broker management API ?)
Christophe.
Cliff Jansen (Interop Systems Inc) a écrit :
Hi Christophe,
Since you appear to be running on Windows, I would qualify Carl's response
by stating that the python tools work within cygwin. I am unable to get
them to work with the Windows version of python from python.org. I've
reported this as QPID-1641.
Cliff
-----Original Message-----
From: Carl Trieloff [mailto:[email protected]]
Sent: Tuesday, February 03, 2009 5:28 AM
To: [email protected]
Subject: Re: Which console for C++ broker ?
Christophe Halna wrote:
Hello,
my C++ broker (built with VS 2008, Release version) is now running
Can I use the JConsole to manage it ? or does this console work with
the java broker only ?
is there an other console I can use ?
Few options:
All the tools in python cmds work for the C++ broker
qpid-tool -- interactive console
qpid-route -- sets up federation
qpid-print-events -- event logger
qpid-cluster -- setup and control clusters
qpid-config -- setup exchanges, bindings, queues, etc
qpid-queuestats -- queue stats logger (rates, and queue depth)
Then for JMX access to all the C++ manageable objects: QMan in the Java
tree. it is a QMF-JMX bridge
and there is a WS-DM console (in-progress for WS-DM - by andrea)
And a set of Console & Agent API's, basically everything that is marked
as QMF works with the C++ broker.
finally, via QMan you can run mgnt from an appserver or some distro's
like the one I work on MRG ships
with a console built on QMF, which can be downloaded at
http://anonsvn.jboss.org/repos/rhmessaging/mgmt/trunk
regards
Carl.
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]