Re: Using ActiveMQ with "C" System

2007-08-15 Thread Ron Koerner
Hi Dinesh, the client just needs APR installed. main.c is just an example, stomp.[ch] are the "library" You can compile it with gcc -pthread -D_GNU_SOURCE -o example -I /usr/local/apr/include/apr-1/ main.c stomp.c /usr/local/apr/lib/libapr-1.a It works but unfortunately it suffers problems sinc

stomp clients hang on connect to broker

2007-08-15 Thread Ron Koerner
Hi there, I'm using ActiveMQ 5.0 Snapshot and Perl and C Stomp Clients everything on localhost on Ubuntu 7.04. When repeatedly start and my Stomp clients which connect, send exactly one message and disconnect, after about 5 times ActiveMQ refuses to acknowledge the connect. If I wait for some m