Re: Connection problem in using Activemq-CPP

2011-06-09 Thread Radha Manickam
Hi Tim, The broker is running in the specified port. But the sample given with activemq-cpp is running fine. The only difference is that my sample is an executable. The activemq sample output is in text format. Thanks, Radha. On Thu, Jun 9, 2011 at 8:13 PM, Timothy Bish [via ActiveMQ] < ml-node+

Re: Connection problem in using Activemq-CPP

2011-06-09 Thread Timothy Bish
On Wed, 2011-06-08 at 21:38 -0700, Radha Manickam wrote: > Hi Tim, > > I didnt get any error. But the sample application i hanging somewhere. > So I have added some debug strings in the activemq library and tried. > > It is hanging in the method Connection->Start. > After some debugging i found

Re: Connection problem in using Activemq-CPP

2011-06-08 Thread Radha Manickam
Hi Tim, I didnt get any error. But the sample application i hanging somewhere. So I have added some debug strings in the activemq library and tried. It is hanging in the method Connection->Start. After some debugging i found that it got struck in the method syncRequest in the ActiveMQConnection

Re: Connection problem in using Activemq-CPP

2011-06-08 Thread Timothy Bish
On Tue, 2011-06-07 at 21:43 -0700, Radha Manickam wrote: > Hi Tim, > > I am using in the sameway that in the sample given in activemq-cpp. > > I am attaching the Makefile for the library with this reply. > And the arguments for Makefile is as follows: > > make OS=hp-ux ARCH=64 VERSION=6.0.0.2000

Re: Connection problem in using Activemq-CPP

2011-06-07 Thread Radha Manickam
Hi Tim, I am using in the sameway that in the sample given in activemq-cpp. I am attaching the Makefile for the library with this reply. And the arguments for Makefile is as follows: make OS=hp-ux ARCH=64 VERSION=6.0.0.2 FLAGS=-mlp64 OSDEF=HPUX CXXCH=aCC INSTALLPATH=/kla-tencor/udb/KTFL/Libr

Re: Connection problem in using Activemq-CPP

2011-06-07 Thread Timothy Bish
On Tue, 2011-06-07 at 05:03 -0700, Radha Manickam wrote: > Hi All, > > I am using activemq-cpp 3.4.0, apache-log4cxx 0.10.0, apr 1.3.8, apr-util > 1.3.9 in my library. > > And i am using HPUX 11iV2 and aCC for compiling. > > I am successfully compiled the above said libraries and also my library