[rabbitmq-discuss] Using .NET types as routing keys

Mark Pollack mpollack at vmware.com
Wed Apr 13 14:21:30 BST 2011


Hi,

You might want to take a look at the API on top of Rabbit (or even QPid) that is part of the Spring.NET AMQP project.

http://static.springsource.org/spring-amqp-net/docs/1.0.x/reference/html/amqp.html#d4e159

void ConvertAndSend(string routingKey, object message);

is along the lines of what you are looking for I think.

Mark


From: rabbitmq-discuss-bounces at lists.rabbitmq.com [mailto:rabbitmq-discuss-bounces at lists.rabbitmq.com] On Behalf Of Mike Hadlow
Sent: Wednesday, April 13, 2011 7:34 AM
To: rabbitmq-discuss at lists.rabbitmq.com
Subject: [rabbitmq-discuss] Using .NET types as routing keys

Hi, I'm new to Rabbit MQ. I want to build a simple .NET API with methods like Publish<T>(T message). It strikes me that using the .NET type as the routing key would be a very elegant way routing messages. Has anyone used RabbitMQ like this? Is it a stupid idea?

Thanks
Mike

15below Limited: Company registered in England and Wales No 3945289
Registered Office: Lyndean House, 43-46 Queens Road, Brighton BN1 3XB, United Kingdom

15below Australia Pty Limited: ABN 25 132 716 379
Level 50, 120 Collins Street, Melbourne, Victoria 3000, Australia

Please think about the environment before printing this email.

************************************************************************
This email and any attachments may be confidential and/or legally privileged and are solely for the use of the intended recipient. If you have received this email in error please contact the sender. Any views or opinions expressed within this e-mail are solely those of the sender, and do not necessarily represent those of 15below unless otherwise specifically stated. Although 15below has taken every reasonable precaution to ensure that any attachment to this e-mail has been checked for viruses, it is strongly recommended that you carry out your own virus check before opening any attachment, as we cannot accept liability for any damage sustained as a result of software virus infection.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20110413/ddd8ba8c/attachment.htm>


More information about the rabbitmq-discuss mailing list