<meta charset="utf-8">I was using 1.0.0.M1 and now using a nightly snapshot (20101104).<div><br></div><div>Stepping through the code (ChannelN) I saw that noack is true with code unchanged. I set container.setChannelTransacted(true); and now noack is false and I see the desired behavior.�</div>
<div><br></div><div>I should mention that I&#39;m using the AmqpOutboundEndpoint in the Spring Integration sandbox to publish messages from a JdbcInboundAdapter. Should I be aware of any other changes that would effect this setup?</div>
<div><br></div><div>Thanks,</div><div>Shane�</div><br><div class="gmail_quote">On Fri, Nov 5, 2010 at 11:51 AM, Dave Syer <span dir="ltr">&lt;<a href="mailto:david_syer@hotmail.com">david_syer@hotmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Nov 5, 3:22 pm, Rob Harrop &lt;<a href="mailto:r...@rabbitmq.com">r...@rabbitmq.com</a>&gt; wrote:<br>

&gt; Are you using one of the MessageListenerContainer implementations? Also, are you using transactions?<br>
<br>
</div>Also are you using 1.0.0.M1 or a more recent snapshot (because there<br>
is only one flag to set in recent versions - transactional=true/false,<br>
which we translate into noAck if you request non-transactional<br>
usage)? �It&#39;s less moving parts and the semantics for common messaging<br>
use cases are simpler. �NoAck is still the default though, so you need<br>
to be explicit, and from the code you posted that is not the case.<br>
<br>
I would recommend using a snapshot if you can stand the potential<br>
instability because we have added full support for rollback since<br>
1.0.0.M1.<br>
<div><div></div><div class="h5">_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>-Shane<br>