Go to python directory and run the build command for python like this
python setup.py build
Go to command directory inside python directory and set the environment variable PYTHONPATH to the python directory (not to command directory).
Inside the command directory you can see set of python scripts which you can used to manage running Apache Qpid C++ broker.
Successfully doing all of these you can try running all the scripts with --help option and see all the possible options. With these scripts I have done Qpid monitoring and queue create/deleting topic creation/deletion like operation and i will be writing more about these things in few more blog posts.
2 comments :
Hi,
I am a newbie to qpid and i just completed HA with qpid, Can you suggest which all ways a broker can fail..bcz when i start sending message some times any one broker in the cluster unexpectedly shut down.. it will not give any log or error message.... does it has some limitations... Can you suggest any debugging methods...
Please subscribe to qpid users list and ask from there, you will always get better answers.
Lahiru
Post a Comment