[Mono-dev] AMQP/System.Messaging implementation, this time with RabbitMQ

Michael Barker mike at middlesoft.co.uk
Sun Sep 28 05:45:10 EDT 2008


Sorry accidentally sent without finishing the mail.

On Sun, Sep 28, 2008 at 10:42 PM, Michael Barker <mike at middlesoft.co.uk>wrote:

> Hi,
>
> Attached is 5 patches which make up an AMQP implementation of RabbitMQ.
> This is my second attempt, previously I used the qpid libraries, but have
> switched over to the RabbitMQ libraries as it only requires a single dll and
> was easier to include in the mono build.  The patches are:
>
> RabbitMQ.Client.patch: Adds the RabbitMQ third party libraries
> Mono.Messaging:  Adds a provider/adapter layer to decouple specific
> implementations from the main mono code base
> Mono.Messaging.RabbitMQ.patch:  Specific implementation of the provider
> interfaces to RabbitMQ
> Makefile_ChangeLog.patch:  Patch to the main class directory Makefile to
> include the above new directories in the build
> System.Messaging.patch:  Changes System.Messaging to use the new provider
> layer.
>
> What works:
>   - basic messaging Send()/Receive()
>   - Binary and Xml formatting.
>
> What doesn't work:
>
  - Everything else

Regards,
Michael Barker.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20080928/c75c6f6d/attachment.html 


More information about the Mono-devel-list mailing list