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
6:56 AM To: users@activemq.apache.org Subject: activemq-cpp-library-3.2.2 - reconnect fails 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

activemq-cpp-library-3.2.2 - reconnect fails

2010-11-17 Thread jandeclercq
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) #include #include #include #include #include #include #include #include #include #include #