<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Dec 5, 2013 at 7:17 PM, Wayne Brantley <span dir="ltr"><<a href="mailto:wayne.brantley@gmail.com" target="_blank">wayne.brantley@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 dir="ltr">When processing long running messages, if the connection drops or gets interrupted - the message will be handed to another consumer.<div>

Meanwhile, the original consumer is still doing the work.</div></div></blockquote></div><br>This depends on your implementation. In a sane implementaiton, you would detect the connection drop and stop the work. A common trick is to run the connection drop concurrently with the processing code and then have the processing code periodically check a flag or something.<br>

<br clear="all"><div><br></div>-- <br>J.
</div></div>