[rabbitmq-discuss] Custom Riak exchange published

Jon Brisbin jon at jbrisbin.com
Fri Apr 1 16:08:19 BST 2011


Just wanted to let everyone know (that doesn't follow me on Twitter ;) that I pushed the first cut of a RabbitMQ exchange type that puts messages in Riak to my GitHub.

https://github.com/jbrisbin/riak-exchange

This is not a consumer. This is a custom exchange type that first persists your message to Riak, then calls the topic routing logic, which means its also a topic exchange.

There are some really basic instructions for use in the README. But honestly, there's not a lot to it. You publish a message to this exchange, it uses the exchange name as the bucket, the routing key as the entry key, and that's about it.

It has connection pooling built-in. By default you get 5 clients that get load-balanced whenever messages come in. You can make that as high as you want, depending on the traffic you intend to put through that exchange.


Thanks!

Jon Brisbin

http://jbrisbin.com
Twitter: @j_brisbin


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20110401/6bf414ef/attachment.htm>


More information about the rabbitmq-discuss mailing list