<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'>FWIW- I've gotten riak_core to run inside RabbitMQ as a plugin. I had thought I might experiment with a riak_core-backed queue. I never really got time to fiddle with it.<br><br>There's lots of things you can use riak_core inside RabbitMQ for. I was thinking particularly of using the riak_core snowflake unique id generator among other things...<br><br><div><span name="x"></span><br>Thanks!<br><br>Jon Brisbin<br>http//jbrisbin.com<br><span name="x"></span><br></div><hr id="zwchr"><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px; color: rgb(0, 0, 0); font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;"><b>From: </b>"Alvaro Videla" &lt;videlalvaro@gmail.com&gt;<br><b>To: </b>"Matthias Radestock" &lt;matthias@rabbitmq.com&gt;<br><b>Cc: </b>rabbitmq-discuss@lists.rabbitmq.com<br><b>Sent: </b>Thursday, October 13, 2011 6:18:40 AM<br><b>Subject: </b>Re: [rabbitmq-discuss] Bitcask Message Store Index<br><br>Matthias,<br><br>On Oct 13, 2011, at 10:46 AM, Matthias Radestock wrote:<br><br>&gt; I doubt bitcask would perform any better than the default msg_store, since the latter has been highly tuned for queue-like access patterns. One area where bitcask might excel is recovery time, particularly after an unclean shutdown / crash.<br><br>I totally agree regarding the implementation of the msg_store. I think that putting another database(MySQL, Redis, Riak) behind a queue could bring a severe performance problem. Having said that what do you think of putting a layer on top of the rabbit_msg_store that could add replication/clustering a la riak_core? So the idea here is to use the same storage backend that the variable queue uses but coordinating read/writes using riak_core. (Keep in mind this is not riak_kv the database known as Riak). <br><br>Regards,<br><br>Alvaro<br>_______________________________________________<br>rabbitmq-discuss mailing list<br>rabbitmq-discuss@lists.rabbitmq.com<br>https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss<br></blockquote><br></div></body></html>