Quantcast

Couls not install cpp management tools

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Couls not install cpp management tools

sinduja.ramaraj
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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Couls not install cpp management tools

Robbie Gemmell
Administrator
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,  <[hidden email]> wrote:

>
>
> ---------- Forwarded message ----------
> From: <[hidden email]>
> Date: Sun, Feb 5, 2012 at 3:36 PM
> Subject: Couls not install cpp management tools
> To: [hidden email]
>
>
> 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:[hidden email]

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Couls not install cpp management tools

sinduja.ramaraj
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 <[hidden email]>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,  <[hidden email]> wrote:
> >
> >
> > ---------- Forwarded message ----------
> > From: <[hidden email]>
> > Date: Sun, Feb 5, 2012 at 3:36 PM
> > Subject: Couls not install cpp management tools
> > To: [hidden email]
> >
> >
> > 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:[hidden email]
>
>
Loading...