<font face="arial" size="2"><p style="margin:0;padding:0;font-family: arial; font-size: 10pt;"> </p>
<p style="margin:0;padding:0;">
<p style="margin:0;padding:0;"><span style="font-family: arial; font-size: 10pt;">Morning All,</span></p>
<p style="margin:0;padding:0;"><span style="font-family: arial; font-size: 10pt;"> </span></p>
<p style="margin:0;padding:0;"><span style="font-family: arial; font-size: 10pt;">A quick question about unacked msgs. Running rabbit server 2.8.6 and a java client our flow is to first receive msgs from a durable Q with autoack false and then ack specific msgs at a later date based on the deliveryTag.</span></p>
<p style="margin:0;padding:0;"><span style="font-family: arial; font-size: 10pt;"> </span></p>
<p style="margin:0;padding:0;"><span style="font-family: arial; font-size: 10pt;"> qConsumer.getChannel().basicAck(msg.getDeliveryTag(), false);</span></p>
<p style="margin:0;padding:0;"><span style="font-family: arial; font-size: 10pt;"> </span></p>
<p style="margin:0;padding:0;"><span style="font-family: arial; font-size: 10pt;">This "seems" to be working fine but the msgs are remaining Unacked.... Could this be because it is not always the same consumer that first received the msgs that is doing the acking? I imagine that this is something that I should be concerned about - surely this will affect performance.. Any hints on how to do this "correctly"?</span></p>
<p style="margin:0;padding:0;"><span style="font-family: arial; font-size: 10pt;"> </span></p>
<p style="margin:0;padding:0;"><span style="font-family: arial; font-size: 10pt;">thanks all,</span></p>
<p style="margin:0;padding:0;"><span style="font-family: arial; font-size: 10pt;">Matthew</span></p>
<p style="margin:0;padding:0;"><span style="font-family: arial; font-size: 10pt;"><br /></span></p>
</p></font>