<div dir="ltr">I case you need something that is OTP compliant while allowing you to drive the receive loop yourself, you can take a look at gen_process: <a href="https://github.com/asabil/gen_process">https://github.com/asabil/gen_process</a> which is a lower level alternative to gen_server and gen_fsm<div>

<br></div><div style>Cheers,</div><div style>Ali</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Apr 17, 2013 at 9:50 PM, Tim Watson <span dir="ltr"><<a href="mailto:watson.timothy@gmail.com" target="_blank">watson.timothy@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div class="im"><div><div>On 17 Apr 2013, at 20:13, JD Bothma wrote:</div><blockquote type="cite">

<div dir="ltr"><div><font color="#000000"><br></font></div><div>The easiest way to get started with something good enough, though, is gen_server :)</div></div><div class="gmail_extra"><br></div></blockquote></div><br></div>

<div>That's usually true, but if you're consuming RabbitMQ messages then amqp_selective_consumer or amqp_gen_consumer would probably be the simplest choice. :)</div><div><br></div><div>Cheers,</div><div>Tim</div>
</div>
<br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div>