Re: activemq-cpp and solutions written in C

2010-06-15 Thread Timothy Bish
On Tue, 2010-06-15 at 15:27 -0700, ararog wrote: > After read cms code I could get a better idea about how to marshal/unmarshal > primitives, but there's a lot of abstraction there that doesn't help me to > understand how to perform some actions on server (connect, subscribe, > publish, consume...)

Re: activemq-cpp and solutions written in C

2010-06-15 Thread ararog
After read cms code I could get a better idea about how to marshal/unmarshal primitives, but there's a lot of abstraction there that doesn't help me to understand how to perform some actions on server (connect, subscribe, publish, consume...) - Regards, Rogério Pereira Araújo http://faces.et

Re: activemq-cpp and solutions written in C

2010-06-15 Thread ararog
Good to know because right now I'm trying to write the most simple scenario, a simple connection that just send one of the commands, the spec page gives some good info about how to marshal data and the commands format, but that's all, no information about what I must pass with each command types t

Re: activemq-cpp and solutions written in C

2010-06-14 Thread Timothy Bish
On Mon, 2010-06-14 at 11:30 -0700, ararog wrote: > I strongly considering to write the C version by getting some inspiration on > CPP version, what you think? > > Not sure if I should write it from scratch by reading the spec or get some > help by reading activemq-cpp code. Well you could start f

Re: activemq-cpp and solutions written in C

2010-06-14 Thread ararog
I strongly considering to write the C version by getting some inspiration on CPP version, what you think? Not sure if I should write it from scratch by reading the spec or get some help by reading activemq-cpp code. Timothy Bish wrote: > > On Mon, 2010-06-14 at 11:10 -0700, ararog wrote: >> Hi

Re: activemq-cpp and solutions written in C

2010-06-14 Thread Timothy Bish
On Mon, 2010-06-14 at 11:10 -0700, ararog wrote: > Hi! > > Since there's no activity in C version of openwire client library, I would > like to know if there's any chance to make activemq-cpp library be callable > from C code. We welcome your contributions, I don't have any plan to work on that b