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

Re: Using ActiveMQ with "C" System

2007-08-14 Thread Dinesh Premalal
Hi Oleg, Sure, Ill prepare a little write up and will let the list know. > Here [1] the write up that I promised. I wrote another STOMP client that can be used with Axis2/C. (without using apr) will update about it later. thanks, Dinesh 1. http://xydinesh.wordpress.com/2007/08/14/stomp-client-

Re: Using ActiveMQ with "C" System

2007-08-12 Thread Dinesh Premalal
Hi Oleg, On 8/12/07, Oleg Deribas <[EMAIL PROTECTED]> wrote: > > > > Could you please describe how do you do it? Here or somewhere in your > blog - just for future reference... ;-) Sure, Ill prepare a little write up and will let the list know. thanks, Dinesh -- http://xydinesh.wordpress.com

Re: Using ActiveMQ with "C" System

2007-08-12 Thread Oleg Deribas
Hello, Dinesh Premalal said the following on 11.08.2007 22:21: Did you tried to use stomp C client? http://stomp.codehaus.org/C I was able to get it up running on Linux :) , many thanks for the pointer. Could you please describe how do you do it? Here or somewhere in your blog - just for

Re: Using ActiveMQ with "C" System

2007-08-11 Thread Dinesh Premalal
Hi Oleg, On 8/10/07, Dinesh Premalal <[EMAIL PROTECTED]> wrote: > > Hi , > > On 8/10/07, Oleg Deribas <[EMAIL PROTECTED]> wrote: > > > > > > > > Did you tried to use stomp C client? > > > > http://stomp.codehaus.org/C > > > Yes I looked on to it . But it's building page [1] says , it required Mac

Re: Using ActiveMQ with "C" System

2007-08-10 Thread Dinesh Premalal
Hi , On 8/10/07, Oleg Deribas <[EMAIL PROTECTED]> wrote: > > > > Did you tried to use stomp C client? > > http://stomp.codehaus.org/C Yes I looked on to it . But it's building page [1] says , it required Mac and X Code 2 installed. Does any body using this ? BTW Is this (libstomp) code, is sta

Re: Using ActiveMQ with "C" System

2007-08-10 Thread Oleg Deribas
Hello, Dinesh Premalal said the following on 10.08.2007 17:03: I have a system written in C, I want to publish my messages to ActiveMQ server. What is the most recommended way? BTW, I have tried almost all the C options given in the activemq site, but none of them work for me. Did y

Re: Using ActiveMQ with "C" System

2007-08-10 Thread Dinesh Premalal
Hi Tim, Many thanks for your response. Please find my comments inline On 8/10/07, Timothy Bish <[EMAIL PROTECTED]> wrote: > > Depending on your platform and compiler requirements, you could use > ActiveMQ-CPP. It should be to hard to write a C wrapper around the C++ > libraries API so

Re: Using ActiveMQ with "C" System

2007-08-10 Thread Timothy Bish
Depending on your platform and compiler requirements, you could use ActiveMQ-CPP. It should be to hard to write a C wrapper around the C++ libraries API so that you can use it from you existing code base. Not sure what the state of the other C clients are at the moment. Regards Tim. On Fri, 2

Using ActiveMQ with "C" System

2007-08-10 Thread Dinesh Premalal
Hi all, I have a system written in C, I want to publish my messages to ActiveMQ server. What is the most recommended way? BTW, I have tried almost all the C options given in the activemq site, but none of them work for me. (Yes, I know I'm not a very good Java person :( , there may be my f