Hi everybody, I am unable to install QPID management tools for cpp development. I dunno why I dont have any of the following tools . I am a cpp guy. 1. qpid-route 2. qpid-config 3. qpid-tool 4. qpid-printevents I am working on OpenSUSE OS. I jhave installed qpid-0.14 full package. I have followed the following steps . qpid0.14/cpp:./bootstrap qpid0.14/cpp:./configure qpid0.14/cpp: make qpid0.14/cpp:.make check qpid0.14/cpp:make install.
But after following all the steps , I find the following tools under py (python)only. But I dont anything like cpp under tools folder which I can use for QPID cpp development. home/sinduja_task/qpid-0.14/tools/src # ls py linux-scp8:/home/sinduja_task/qpid-0.14/tools/src/py # ls .gitignore qmf-tool qpid-cluster qpid-cluster-store qpid-config qpid-configc qpid-printevents qpid-queue-stats qpid-route qpid-routec qpid-stat qpid-tool README.txt These tools are only for python. I obviously cannot use for cpp(I want to add a queue or an exchange ;qpid-config add queue hello-world;;;;something of this sought). So, is that anything that i need to do more to have these same kind of broker management tools for cpp in my package. Please someone help me . This is so important or I cannot proceed. Regards, Sinduja.R
