Hi,<br><br>I'm testing publisher confirms and am not seeing any acks from my RabbitMQ server in response to my basic.publish calls. I'm monitoring communications with Wireshark and the following appears to be happening when my publisher script runs:<br><br>1. Normal connection messages are sent and received. Both Connection.Start and Connection.Start-Ok show that the capabilities table contains publisher_confirms.<br>2. Confirm.Select and Confirm.Select-Ok are sent and received.<br>3. Basic.Publish is sent and the message appears in the target queue, however, I do not observe any message coming back from the server. I expected to see a Basic.Ack.<br><br>I'm using RabbitMQ 3.0.1, Ubuntu 12.04 LTS 32-bit, Erlang R14B04. My exchange and queue are both durable and the message that I'm sending is persistent.<br><br>I'm wondering whether my expectations are correct or not. If my expectations are correct, is there something that I've failed to do?<br><br>Any suggestions would be appreciated.<br><br>Cheers,<br><br>Chris<br>