<div class="gmail_quote"><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">Yes. And this is fundamentally why you can&#39;t have exactly-once delivery:</div>

either you have fire and forget, in which case msgs can be lost in<br>
transit to the broker, or you use transactions or confirms, at which<br>
point the tx.commit_ok or the confirm back to the client can be lost<br>
thus making the client retransmit messages to a non-failed broker where<br>
those msgs actually were received and processed by the broker, it&#39;s just<br>
the client never received the notification that that had occurred.</blockquote><div><br></div><div> Thank you Matthew. :) I appreciate your patience with me.</div><div><br></div><div>-J</div></div>