Re: activemq-cpp-library

2012-04-20 Thread sreekar
In the example folder you have the following shell scripts, simple_async_consumer simple_producer Just run them. BTW, did u ever try to find out what the errors (g++ complained of) are saying ? My suggestion, Know the stages of compilation, then the g++ options (mostly used) for compilation. T

Re: activemq-cpp-library

2012-04-20 Thread sreekar
How did you run the examples ? What is the error you encountered ? Without providing any details, how can anyone suggest a solution? -- View this message in context: http://activemq.2283324.n4.nabble.com/activemq-cpp-library-tp4566952p4573673.html Sent from the ActiveMQ - User mailing list ar

Re: activemq-cpp-library

2012-04-20 Thread sreekar
Hi Uttam, There is plenty of documentation available in ActiveMQ Site. #1) Did u install ActiveMQ broker ? Download, Install, Run Active MQ Broker... http://activemq.apache.org/getting-started.html Active MQ has a web-console, through which one can view the list of connections, topics, Que

RE: activemq-cpp-library-3.2.2 - reconnect fails

2010-11-17 Thread jandeclercq
[ml-node+3046971-419590077-202...@n4.nabble.com] Verzonden: woensdag 17 november 2010 16:31 Aan: Jan Declercq Onderwerp: Re: activemq-cpp-library-3.2.2 - reconnect fails On Wed, 2010-11-17 at 03:56 -0800, jandeclercq wrote: > Hey, > > When I disconnected and closed down a producer. And

RE: activemq-cpp-library-3.2.2 - reconnect fails

2010-11-17 Thread jandeclercq
e.com] Verzonden: woensdag 17 november 2010 15:37 Aan: Jan Declercq Onderwerp: RE: activemq-cpp-library-3.2.2 - reconnect fails Using delete on a pointer to an object not allocated with new gives unpredictable results Please check where you are mis-managing 'amq_producer'

Re: activemq-cpp-library-3.2.2 - reconnect fails

2010-11-17 Thread Timothy Bish
On Wed, 2010-11-17 at 03:56 -0800, jandeclercq wrote: > Hey, > > When I disconnected and closed down a producer. And afterwards I'm trying to > reconnect, the cpp-library crashes. I don't know what I'm doing wrong. > > See the code below (choose option R) > > The problem most likely results f

Re: activemq-cpp-library-3.2.2 - reconnect fails

2010-11-17 Thread Nag
Using delete on a pointer to an object not allocated with new gives unpredictable results Please check where you are mis-managing 'amq_producer' -- View this message in context: http://activemq.2283324.n4.nabble.com/activemq-cpp-library-3-2-2-reconnect-fails-tp3046566p3046865.html Sent from th

RE: activemq-cpp-library-3.2.2 - reconnect fails

2010-11-17 Thread Nakarikanti, Nageswara
Using delete on a pointer to an object not allocated with new gives unpredictable results Please check where you are mis-managing 'amq_producer' Thank You Nag P -Original Message- From: jandeclercq [mailto:jan.decle...@alsic.be] Sent: Wednesday, November 17, 2010 6:56 AM To: use

Re: ActiveMQ CPP library Size

2009-10-19 Thread Timothy Bish
On Mon, 2009-10-19 at 16:38 -0700, yesnid wrote: > Tim, > > Can you point me at what we might be doing wrong as far as the build that > causes it to be so large, we are doing a get and then opening the project in > VS2k8 and saying build solution, should we be doing something else? Also why > is

Re: ActiveMQ CPP library Size

2009-10-19 Thread yesnid
Tim, Can you point me at what we might be doing wrong as far as the build that causes it to be so large, we are doing a get and then opening the project in VS2k8 and saying build solution, should we be doing something else? Also why is the linux lib so much larger than the windows version? Tha

Re: ActiveMQ CPP library Size

2009-10-19 Thread Timothy Bish
On Mon, 2009-10-19 at 14:46 -0700, yesnid wrote: > Hello All, > > I am trying to get some of my compatriots to use ActiveMQ but they are > saying that the C++ library is 400+ MB in size when they compile it for > windows, we compiled the linux version and got an approximately 35MB > library. I am