RE: The future of the ActiveMQ C++ clients

2006-06-01 Thread Mats Forslöf
, and in the end they will pick what suits them best. Regards, Hiram On 5/30/06, Mats Forslöf [EMAIL PROTECTED] wrote: Hi all, The openwire-cpp client is complete with one exception - the SSL part. The reason for this is that we would like it to support two-way SSL and before we starts

The future of the ActiveMQ C++ clients

2006-05-30 Thread Mats Forslöf
. Please, feel free to share your thoughts on the issues above. Regards, Mats Forslöf

AMQ C++ client: Encoding support added

2006-05-15 Thread Mats Forslöf
Hi, Have uploaded a new update (http://issues.apache.org/activemq/browse/AMQ-656) for the C++ client which adds encoding support. It now contains an encoding framework with a default encoder that encodes to/from extended ASCII and modified UTF-8 as used in Java. The encoder can easily be

RE: [jira] Commented: (AMQ-656) Update of AMQ C++ client

2006-05-15 Thread Mats Forslöf
Hi, Thanks. One thing though, the src/gram subdirectory should be committed into the activemq-core project. Regards, Mats -Original Message- From: Nathan Mittler (JIRA) [mailto:[EMAIL PROTECTED] Sent: den 15 maj 2006 15:45 To: activemq-dev@geronimo.apache.org Subject: [jira]

Update: ActiveMQ C++ client

2006-05-08 Thread Mats Forslöf
be committed to the activemq-core project. * Bug fixes and other improvements. * Tested on Windows, Linux and Mac OS X with ActiveMQ 4.0 (pre-final 4 May). Regards, Mats Forslöf

RE: [jira] Commented: (AMQ-656) Update of AMQ C++ client

2006-04-28 Thread Mats Forslöf
Looks great, thanks! :) Regards, Mats -Original Message- From: Nathan Mittler (JIRA) [mailto:[EMAIL PROTECTED] Sent: den 28 april 2006 00:05 To: activemq-dev@geronimo.apache.org Subject: [jira] Commented: (AMQ-656) Update of AMQ C++ client [

RE: Update: AMQ C++ Client: First working draft

2006-04-06 Thread Mats Forslöf
2006 18:31 To: activemq-dev@geronimo.apache.org Subject: Re: Update: AMQ C++ Client: First working draft Hi Mats, Feature. Consider it to be like content-length Regards, Hiram On 4/5/06, Mats Forslöf [EMAIL PROTECTED] wrote: Hi, A new update has been uploaded to http://issues.apache.org

RE: Regarding feedback on OpenWire C++ client

2006-03-28 Thread Mats Forslöf
Hi Hiram, 5) .NET namespace Hiram, what rules does Apache imply on this? Is it ok to use the namespaces your giving examples on? Looking on the Java code all Apache code starts with org.apache. As far as I know the org.apache namespace is a Java thing as it's the only language the

RE: Regarding feedback on OpenWire C++ client

2006-03-28 Thread Mats Forslöf
Nate, You get no benefits at all by adding smart pointers to the interface. The user will delete their objects whenever they wish, regardless of what the openwire library does ... and if it does so, the openwire library will explode as soon as it tries to reference it. That's the thing - this is

Regarding feedback on OpenWire C++ client

2006-03-27 Thread Mats Forslöf
Hi All, Thanks everyone for looking at and testing the latest C++ client update. Sorry if we have not been so clear regarding the stability of the code, the code is highly untested and as said in the upload mail we will commence testing/debugging shortly - so expect bugs!! As we've just

RE: New AMQ C++ client update

2006-03-27 Thread Mats Forslöf
Hi Erin, See previous post regarding stability/bugs. To run the scripts to generate the commands you'll need to the source and Maven 1.0.2. Go to the activemq-core subdirectory and run 'maven -o openwire:generate. You should omit the -o (offline) flag the first time so Maven downloads all

RE: OpenWire tight/loose encoding

2006-03-16 Thread Mats Forslöf
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hiram Chirino Sent: den 16 mars 2006 13:46 To: activemq-dev@geronimo.apache.org Subject: Re: OpenWire tight/loose encoding Hi Mats! On 3/16/06, Mats Forslöf [EMAIL PROTECTED] wrote: Hi, We need some

AMQ C#/C++ client refactoring suggestion

2006-03-06 Thread Mats Forslöf
The marshalling is currently done by a set of stand-alone objects inherited from BaseDataStreamMarshaller or BaseCommandMarshaller. An alternative design would be to let each command itself be marshall aware, that is, have them implement a marshalling interface that has two methods; marshal

RE: AMQ C#/C++ client refactoring suggestion

2006-03-06 Thread Mats Forslöf
Message- From: Mats Forslöf [mailto:[EMAIL PROTECTED] Sent: Monday, March 06, 2006 7:05 AM To: activemq-dev@geronimo.apache.org Subject: AMQ C#/C++ client refactoring suggestion The marshalling is currently done by a set of stand-alone objects inherited from BaseDataStreamMarshaller

RE: Recent OpenWire changes

2006-03-02 Thread Mats Forslöf
Most informative, thanks Hiram. Is it correct that the C# client only supports tight marshalling at the moment? Regards, Mats -Original Message- From: Hiram Chirino [mailto:[EMAIL PROTECTED] Sent: den 1 mars 2006 19:26 To: activemq-dev@geronimo.apache.org Subject: Recent OpenWire

Patch: C++ command generation scripts

2006-03-01 Thread Mats Forslöf
I have tweaked the C++ command generation scripts a bit to make them generate more precise types and includes, see attached files. Regards, Mats

RE: Build tools: Groovy scripts

2006-02-20 Thread Mats Forslöf
Feb 2006, at 09:05, Mats Forslöf wrote: Hi, According to the source in module openwire-dotnet the commands are auto generated via a set of Grovvy scripts located in the activemq- openwire module. It would be nice to do the same for the openwire- cpp commands - anyone that knows where

RE: Trouble uploading OpenWire C++ client to mailing list

2006-02-13 Thread Mats Forslöf
it in the geronimo JIRA here: http://issues.apache.org/ jira/secure/BrowseProject.jspa?id=10220 Assign it to the ActiveMQ component and we should be able to find it. Regards, Hiram On Feb 10, 2006, at 6:20 AM, Mats Forslöf wrote: Hi Rob, The patch is not more than 10k in compressed form. I tried

RE: Trouble uploading OpenWire C++ client to mailing list

2006-02-13 Thread Mats Forslöf
is clear. If you get a chance, could you fill out and fax in the following form??? http://www.apache.org/licenses/icla.pdf Thanks, Hiram On Feb 13, 2006, at 3:50 AM, Mats Forslöf wrote: Thanks Hiram! The source is uploaded onto issue Geronimo-1623. The code is split into two files, one

RE: Trouble uploading OpenWire C++ client to mailing list

2006-02-10 Thread Mats Forslöf
Apache/2.0.52 (Fedora) Server at jira.activemq.org Port 80 Any ideas on how to upload the patch? Regards, Mats -Original Message- From: Mats Forslöf [mailto:[EMAIL PROTECTED] Sent: den 10 februari 2006 09:18

RE: Trouble uploading OpenWire C++ client to mailing list

2006-02-10 Thread Mats Forslöf
uploading OpenWire C++ client to mailing list There's been some problems today with jira - but seems to be working ok now. Attaching the file to jira seems the best thing todo - how big is the patch ? cheers, Rob On 10 Feb 2006, at 08:44, Mats Forslöf wrote: Great, adding it to Jira doesn't

Trouble uploading OpenWire C++ client to mailing list

2006-02-10 Thread Mats Forslöf
Hi, I've been tryint to send patches to this mailing list but it doesn't seem to work. Should I put in a Jira isssue instead? Regards, Mats

RE: C++ Client Update

2006-02-07 Thread Mats Forslöf
://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: activemq-dev@geronimo.apache.org Subject: C

RE: C++ Client: Character encoding

2006-01-25 Thread Mats Forslöf
, Mats Forslöf wrote: James, What character encodings are used within ActiveMQ on the Java side? The default modified UTF-8 or other? We need to match this on the C+ + client side. Regards, Mats

C++ Client: Character encoding

2006-01-24 Thread Mats Forslöf
James, What character encodings are used within ActiveMQ on the Java side? The default modified UTF-8 or other? We need to match this on the C++ client side. Regards, Mats

RE: ActiveMQ C++

2006-01-12 Thread Mats Forslöf
Forslöf Cc: activemq-dev@geronimo.apache.org Subject: RE: ActiveMQ C++ Hi, Mats: I am going to write a C++ AMQ client as well, is it possible that you can contribute your the code now? Thanks. Ning -Original Message- From: Mats Forslöf [mailto:[EMAIL PROTECTED] Sent: Monday, December 19