<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">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.<div><br></div><div><a href="https://github.com/jbrisbin/riak-exchange">https://github.com/jbrisbin/riak-exchange</a></div><div><br></div><div>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.</div><div><br></div><div>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.</div><div><br></div><div>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.</div><div><br></div><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><br>Thanks!<br><br>Jon Brisbin<br><br><a href="http://jbrisbin.com">http://jbrisbin.com</a><br>Twitter: @j_brisbin<br><br></span>
</div>

<br></body></html>