<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>Is it possible for a message to be delivered to a consumer before the sender has received a Tx.CommitOk?</div><div>&nbsp;i.e. if i do the following:</div><div><br></div><div>Producer:<br></div><div>&nbsp;&nbsp;&nbsp; tx.select</div><div>&nbsp; &nbsp; publish(queue=foo)</div><div>&nbsp;&nbsp;&nbsp; tx.commit</div><div><br></div><div>Consumer:</div><div>&nbsp;&nbsp;&nbsp; cosume(foo)<br></div><div><br></div><div><br></div><div>Is it possible that the consumer will receive a basic.deliver before the tx.commit returns tx.CommitOk?<br></div></div></body></html>