[Mono-dev] [PATCH] System.Messaging - Message.cs

Michael Barker mike at middlesoft.co.uk
Wed Apr 2 16:30:40 EDT 2008


Hi,

I am interested in working on an implementation of System.Messaging. 
There seems to be a few stuttering starts floating about, but no actual 
implementation of the core classes.  I have started with a trivial patch 
to get an understanding of the mono build etc.  Given that the existing 
implementation is just a stub and losing the history on that file 
shouldn't be too much of a problem, I have included a patch that removes 
the windows carriage returns (which needs to be applied first).  The 
second patch add support for most of the properties and an associated 
unit test.

My intention add an implementation that uses the AMQP protocol 
(http://www.amqp.org).  The Apache Qpid project provides dlls that work 
under Mono.  I will attempt to a thin provider layer (or reuse one from 
some if the existing code if it exists) to avoid a hard dependency on 
the QPid client code.

Regards,
Michael Barker.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: System_Messaging_Message.patch
Type: text/x-patch
Size: 27023 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20080402/beb420d6/attachment-0002.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: System_Messaging_Message_whitespace.patch
Type: text/x-patch
Size: 27835 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20080402/beb420d6/attachment-0003.bin 


More information about the Mono-devel-list mailing list