<HTML>
<HEAD>
<TITLE>AutoAck issue</TITLE>
</HEAD>
<BODY>
<FONT FACE="Lucida Grande"><SPAN STYLE='font-size:11pt'>I am trying to implement guaranteed delivery in my system but am having issues around acknowledgements being sent automagically.<BR>
<BR>
</SPAN></FONT><UL><LI><FONT FACE="Lucida Grande"><SPAN STYLE='font-size:11pt'>I have turned on channel.confirmSelect() on publishing channel.
</SPAN></FONT><LI><FONT FACE="Lucida Grande"><SPAN STYLE='font-size:11pt'>I have added my publisher as a ConfirmListener to the publishing channel.
</SPAN></FONT><LI><FONT FACE="Lucida Grande"><SPAN STYLE='font-size:11pt'>I very clearly have autoAck=false in my basicConsume() call.<BR>
</SPAN></FONT></UL><FONT FACE="Lucida Grande"><SPAN STYLE='font-size:11pt'><BR>
Despite this, my publisher/ConfirmListener is receiving an ack as soon as my consumer receives the message. &nbsp;Repeat, my consumer client has NOT yet called basicAck(), but my publisher/ConfirmListener callback is made. &nbsp;<BR>
<BR>
Is there something else I should be doing? &nbsp;Is there other configuration I might be doing that would interfere with this? &nbsp;&nbsp;<BR>
<BR>
Thanks<BR>
Adam</SPAN></FONT>
</BODY>
</HTML>