<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> i.e. if i do the following:</div><div><br></div><div>Producer:<br></div><div> tx.select</div><div> publish(queue=foo)</div><div> tx.commit</div><div><br></div><div>Consumer:</div><div> 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>