<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#000000">Having tackled a similar problem with a Rails app that gives a new meaning to monolith, I would look into either <a href="https://github.com/derekcollison/nats" target="_blank">nats</a> with its go counterpart, <a href="https://github.com/apcera/gnatsd" target="_blank">gnatsd</a> if you don't need persistence, or <a href="http://www.fluentd.org/" target="_blank">fluentd</a> if you do.</div>


<div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#000000"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#000000">RabbitMQ is cool, I'm a long-time fan, but <a href="https://github.com/ruby-amqp/bunny/pull/190" target="_blank">prepare yourself for a lot of Thread funk</a> if you're thinking of doing anything more advanced with Bunny. If you decide that this is the right path, <a href="https://github.com/jondot/sneakers">sneakers</a> proved nice to work with. <a href="https://www.rabbitmq.com/dlx.html">DLX</a> was missing at the time, but there were some good pull requests floating around, I wouldn't be surprised if they've been merged since.</div>


<div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#000000"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#000000">It's a fun problem, worth enjoying it ; )</div>

<div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#000000"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#000000">Gerhard</div>


<div class="gmail_extra"><div><div dir="ltr"><br><hr style="font-family:arial,helvetica,sans-serif"><font color="#3333ff"><font face="arial, helvetica, sans-serif"><a href="http://twitter.com/#!/gerhardlazu" target="_blank">Twitter</a> <a href="https://github.com/gerhard" target="_blank">Github</a> </font><a href="http://gerhard.lazu.co.uk/" style="font-family:arial,helvetica,sans-serif" target="_blank">Blog</a></font></div>


</div>
<br><br><div class="gmail_quote">On Wed, Aug 20, 2014 at 8:43 AM, Klaus Hebsgaard <span dir="ltr"><<a href="mailto:klaus@hebsgaard.dk" target="_blank">klaus@hebsgaard.dk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">Sorry for not including which app I need the event bus for, this is the app:</span><div style="font-family:arial,sans-serif;font-size:13px"><a href="https://github.com/bemyeyes/bemyeyes-server" target="_blank">https://github.com/bemyeyes/bemyeyes-server</a></div>



</div><div class="gmail_extra"><br clear="all"><div><div dir="ltr">Med Venlig hilsen / Best regards<br><br>Klaus Hebsgaard<br><br>Website: <a href="http://www.hebsgaard.dk" target="_blank">http://www.hebsgaard.dk</a><br>


Blog: <u><a href="http://blog.khebbie.dk" target="_blank">http://blog.khebbie.dk</a></u><div>
LinkedIIn: <a href="http://www.linkedin.com/in/klaushebsgaard" target="_blank">http://www.linkedin.com/in/klaushebsgaard</a></div><div>Github: <a href="https://github.com/khebbie" target="_blank">https://github.com/khebbie</a></div>



</div></div>
<br><br><div class="gmail_quote">On Wed, Aug 20, 2014 at 9:32 AM, Paul Robinson <span dir="ltr"><<a href="mailto:paul@iconoplex.co.uk" target="_blank">paul@iconoplex.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div dir="ltr"><div class="gmail_extra"><div><div class="gmail_quote">On 20 August 2014 07:42, Klaus Hebsgaard <span dir="ltr"><<a href="mailto:klaus@hebsgaard.dk" target="_blank">klaus@hebsgaard.dk</a>></span> wrote:</div>





</div><div class="gmail_quote"><div><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>I am currently looking into decoupling my app a bit more.</div>



</div>
</blockquote>
<div><br></div><div><br></div></div><div>What kind of app? That would help make suggestions more suitable.</div><div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div dir="ltr"><div>I have searched a bit around and have found:<br></div><div><a href="https://github.com/kevinrutherford/event_bus" target="_blank">https://github.com/kevinrutherford/event_bus</a><br></div><div><br></div>





<div>Does anyone know this gem, is it worth using (well maintained etc)?</div>
<div>Do you know of good alternatives?</div></div></blockquote></div></div><br><br></div><div class="gmail_extra">I've never used that gem myself (as all the "event bus" patterns I have touched in recent years have been distributed pubsub applications better suited to AWS SNS type toolchains), however:</div>





<div class="gmail_extra"><br></div><div class="gmail_extra">1. I will vouch that Kevin Rutherford (the author) is dedicated to writing quality software, he is no code monkey. Nice guy, too.</div><div class="gmail_extra">




<br>
</div><div class="gmail_extra">2. The commit history suggests he's regularly merging pull requests and so on, so it seems pseudo-active, but it's quite small so how much work are you expecting to see to consider it "well maintained"?</div>





<div class="gmail_extra"><br></div><div class="gmail_extra">3. The test coverage looks on first glance comprehensive.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Not sure if that helps beyond giving you confidence to spend some time working with it and see if it's fit for purpose for you.</div>





</div>
</blockquote></div><br></div>
<br>_______________________________________________<br>
Chat mailing list<br>
<a href="mailto:Chat@lists.lrug.org" target="_blank">Chat@lists.lrug.org</a><br>
Archives: <a href="http://lists.lrug.org/pipermail/chat-lrug.org" target="_blank">http://lists.lrug.org/pipermail/chat-lrug.org</a><br>
Manage your subscription: <a href="http://lists.lrug.org/options.cgi/chat-lrug.org" target="_blank">http://lists.lrug.org/options.cgi/chat-lrug.org</a><br>
List info: <a href="http://lists.lrug.org/listinfo.cgi/chat-lrug.org" target="_blank">http://lists.lrug.org/listinfo.cgi/chat-lrug.org</a><br>
<br></blockquote></div><br></div></div>