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
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-
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
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
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
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
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
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
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
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
10 matches
Mail list logo