13 Oct 03:36
Fwd: [PATCH] System.Messaging using AMQP (RabbitMQ)
From: Michael Barker <mike <at> middlesoft.co.uk>
Subject: Fwd: [PATCH] System.Messaging using AMQP (RabbitMQ)
Newsgroups: gmane.comp.gnome.mono.devel
Date: 2008-10-13 01:36:21 GMT
Subject: Fwd: [PATCH] System.Messaging using AMQP (RabbitMQ)
Newsgroups: gmane.comp.gnome.mono.devel
Date: 2008-10-13 01:36:21 GMT
Forgot to CC the list. ---------- Forwarded message ---------- From: Michael Barker <mike <at> middlesoft.co.uk> Date: Sun, Oct 12, 2008 at 5:46 PM Subject: Re: [Mono-dev] [PATCH] System.Messaging using AMQP (RabbitMQ) To: Atsushi Eno <atsushi <at> ximian.com> Hi, I have updated the bug report (https://bugzilla.novell.com/show_bug.cgi?id=432471) to include a first cut of MessageEnumerators. It does seem to work, originally I though that an AMQP Ack would acknowledge all messages up to that point, but that does not seem to be the case, so I can implement the System.Messaging behaviour reasonably well. > Well, I'm rather afraid of having Mono.Messaging base API dependent > on Rabbit (by "dependent" I don't mean that Mono.Messaging.dll has > reference to Mono.Messaging.RabbitMQ.dll). AMQP solution might not > be chosen if it lacks significant functionality, but that does not > mean it is no-go. If Rabbit based implementation does not work here, > I rather assume nothing would work fine here ;) I would be useful if you could describe what you mean by dependent? I'm assuming that you're referring to the design of the API. I've tried hard to avoid designing Mono.Messaging based on the RabbitMQ bindings. The majority of it is direct delegation from the System.Messaging library (expect for the parts that don't need to happen in Messaging implementation, e.g. formatting), so the(Continue reading)
RSS Feed