Habari ActiveMQ Client for Delphi and Free Pascal - next major release

2009-06-25 Thread mjustin
The development of the next major release (2.0) of Habari ActiveMQ Client will start soon. For the next release, Delphi and Free Pascal developers are invited to join the beta test group. There will be a couple of free licenses (commercial and personal) for beta testers who contribute to the

build activemqcpp embedding apr1/apr-util-1 static libraries (Linux)

2009-06-25 Thread dongabda
How can I embed the libapr-1.a and libapr-util-1.a into libactivemqcpp.a? I've an application that uses activemq. I put the -lactivemq to the linker flags but compiling it reports this errror: /usr/lib/gcc/i386-redhat-linux/4.3.2/../../../libactivemq-cpp.a(libactivemq_cpp_la-Exception.o): In

Re: activemq-cpp client heartbeat and reconnect with broker?

2009-06-25 Thread Chetan Sarva
I believe it should silently reconnect if it detects that the broker went away. You may also want to see this ticket for your specific case: https://issues.apache.org/activemq/browse/AMQCPP-246 On Wed, Jun 24, 2009 at 11:56 PM, shaldar shaltr...@gmail.com wrote: Hi Chetan - I tested with 3.0

Re: build activemqcpp embedding apr1/apr-util-1 static libraries (Linux)

2009-06-25 Thread Timothy Bish
On Thu, 2009-06-25 at 08:51 -0700, dongabda wrote: How can I embed the libapr-1.a and libapr-util-1.a into libactivemqcpp.a? I've an application that uses activemq. I put the -lactivemq to the linker flags but compiling it reports this errror: