Hi Nate, It's a port of the C# OpenWire client into C++. We've had (David Fahlander, James Strachan and me) some prelimary discussions on what design to use for the C++ client a while ago and we agreed on starting to work on a port so that the design could be shared between the projects. As we don't know how to handle the 3rd party source libs within this project I must defer the upload until then. But if you look at the C# client you can see the general design (command pattern). So far I have ported most of the client and some of the commands. The commands are auto-generated in C# and James has volunteered to do the same in C++.
The C++ code has only been sent to this mailing list as of now since no subproject has been set up yet (James?). I will check out your code. Mats -----Original Message----- From: Mittler, Nathan [mailto:[EMAIL PROTECTED] Sent: den 7 februari 2006 13:45 To: [email protected] Subject: RE: C++ Client Update Hi Mats, I had previously posted a client that would work with stomp, but it is built to support any protocol (adding support for OpenWire should be fairly simple). I posted the code in a JIRA issue. http://jira.activemq.org/jira/browse/AMQ-517 Just out of curiosity, is your update for the openwire-c project in subversion or is this something else? Nate -----Original Message----- From: Mats Forslöf [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 07, 2006 4:27 AM To: [email protected] Subject: C++ Client Update Hi all, I'm about to send an update of the C++ OpenWire client but I need an answer on the question regarding 3rd party library asked previously by David Fahlander before I can do that. Also, who else is working on the C++ client besides David and me, we need to synch up our works. Is there any development at all on ActiveMQ?? The development list has been silent for a long time now and I wonder who the committers are? Regards, Mats
