[Mono-dev] [PATCH] System.Messaging/AMQP: Receive, Send and Peek implementation

Michael Barker mike at middlesoft.co.uk
Sat Dec 13 14:15:34 EST 2008


On Sun, Dec 14, 2008 at 12:05 AM, Michael Barker <mike at middlesoft.co.uk> wrote:
>> System.Configuration.dll is only within 2.0, though I wouldn't care
>> much for dropping 1.x support. We could alternatively use environment
>> variable (we use it for registry and eventlogs for example).
>
> I would definitely prefer to drop 1.1 support.  The 2.0 language
> features, and not having to clutter the code with #ifdefs for the 2.0
> only features will make the implementation much cleaner.  If there are
> no objections I will move forward with a 2.0 only implementation.

I've had a go at making System.Messaging 2.0 only, but there appears
to be 1.1 libraries that depend on it.  I think doing this will break
to many other libraries, so I am going to use an environment variable
for 1.1 and System.Configuration for 2.0.

Mike.


More information about the Mono-devel-list mailing list