Hi Hiram, I don't see STOMP C client that complete either. It may be something at the AMQ server side also. Message selectors are not working for me when I am using STOMP C client.
Another issue I noticed yesterday is I have to actually disconnect (send disconnect command to AMQ server) after sending every message to my queue. I don't think this efficient. Thanks! Vik -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hiram Chirino Sent: Thursday, September 21, 2006 1:06 PM To: [email protected] Subject: Re: Status of OpenWire C Client Sajendra, On 9/21/06, sajendra <[EMAIL PROTECTED]> wrote: > > Hiram, > > Thank you for your quick reply and advice. Unfortunately I require a C > client. ah. too bad.. > Is there, or was there at any point a version of the C client which works? > The latest version available in Subversion seems to be in a wierd state. I > do not mind working on the code, but would like to start with the best > possible codebase. > The biggest problem is that the openwire implementation is one of the most complicated protocols and since there have not been to many contributors interested in the C client, it has fallen by the wayside. Fortunately, activemq also supports a much simpler protocol called STOMP and it's client implementation is much simpler and more robust than the openwire one. You can get that client by running: svn co http://svn.codehaus.org/stomp/trunk/c/ you just by browsing to http://svn.codehaus.org/stomp/trunk/c/ > Thank you, > Sajendra N. > > > Hiram Chirino wrote: > > > > Most of the effort in this front has been in the activemq-cpp client. > > I highly recommend you use that. > > > > -- > > Regards, > > Hiram > > > > Blog: http://hiramchirino.com > > > > > > -- > View this message in context: http://www.nabble.com/Status-of-OpenWire-C-Client-tf2312196.html#a643214 3 > Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. > > -- Regards, Hiram Blog: http://hiramchirino.com
