You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by si...@gmail.com on 2012/02/05 11:06:56 UTC

Couls not install cpp management tools

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

Re: Couls not install cpp management tools

Posted by si...@gmail.com.
Hi,

Thanks for your reply. I thought those are for  python. I indeed seen that
README.txt file, but i thought it wouldn't be solution to my problem.
Now it works. Thanks for your reply. I helped me a lot to proceed further.

Regards,
Sinduja.R

On Mon, Feb 6, 2012 at 2:19 AM, Robbie Gemmell <ro...@gmail.com>wrote:

> Hi Sinduja,
>
> The reason you are not finding anything else with those names is that
> those python tools are indeed the management tools you should use with
> the C++ broker.
>
> The readme file tells you how to use them straight out of the source
> tree, I'll leave it to someone who knows to suggest how you use them
> otherwise.
>
> Robbie
>
> On 5 February 2012 15:33,  <si...@gmail.com> wrote:
> >
> >
> > ---------- Forwarded message ----------
> > From: <si...@gmail.com>
> > Date: Sun, Feb 5, 2012 at 3:36 PM
> > Subject: Couls not install cpp management tools
> > To: users@qpid.apache.org
> >
> >
> > 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
> >
> >
>
> ---------------------------------------------------------------------
> Apache Qpid - AMQP Messaging Implementation
> Project:      http://qpid.apache.org
> Use/Interact: mailto:users-subscribe@qpid.apache.org
>
>

Re: Couls not install cpp management tools

Posted by Robbie Gemmell <ro...@gmail.com>.
Hi Sinduja,

The reason you are not finding anything else with those names is that
those python tools are indeed the management tools you should use with
the C++ broker.

The readme file tells you how to use them straight out of the source
tree, I'll leave it to someone who knows to suggest how you use them
otherwise.

Robbie

On 5 February 2012 15:33,  <si...@gmail.com> wrote:
>
>
> ---------- Forwarded message ----------
> From: <si...@gmail.com>
> Date: Sun, Feb 5, 2012 at 3:36 PM
> Subject: Couls not install cpp management tools
> To: users@qpid.apache.org
>
>
> 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
>
>

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:users-subscribe@qpid.apache.org