.netmf and rabbitmq

Hi.

Has anyone successfully written a producer in .net mf that communicates with a rabbitmq exchange? RabbitMq implements the amqp 0-9-1 protocol and the only library i have found for .net mf is [url]https://github.com/Azure/amqpnetlite[/url] which implements the 1.0 version.

I am sure that RabbitMQ can also support AMQP 1.0 via an experimental plugin. This may not be a suitable solution and if so it would be necessary to either implement a protocol adapter on a field gateway or modify amqplite.net to support 0.9.1 or modify the RabbitMQ .net client to support NetMF.