<div dir="ltr">Hi everyone,<div><br></div><div>I have following query on configuring bulk acknowledgement. From both server to Publisher and from Consumer to server.</div><div><br></div><div>Do Rabbit support bulk acknowledgement for both Publisher confirm and consumer ack ?&nbsp;</div><div>If yes, how to configure bulk acknowledgement both at server and client side ?&nbsp;<br><br></div><div><span style="font-size: 13px;">I have learnt from rabbitmq site that multiple flag</span><span style="font-size: 13px;">&nbsp;in 'basic.ack' method, controls single message&nbsp;</span><span style="font-size: 13px;">acknowledgement&nbsp;</span><span style="font-size: 13px;">or multiple acknowledgement.&nbsp;</span></div><div><span style="font-size: 13px;"><br></span></div><div><span style="font-size: 13px;">I could set 'multiple' to True in basic.ack method on consumer side but how to check that consumer is really acknowledging multiple messages and also where &amp; how to configure message count value? (I mean is it possible to have only one ack for a group of messages received by consumer instead of individual ack for every message) &nbsp;</span></div><div><span style="font-size: 13px;"><br></span></div><div><span style="font-size: 13px;">In my wireshark traces, I see multiple is set to 'True' in 'basic.ack' method, which is sent from Consumer to Server but not sure weather it's really working or not &nbsp;since it shows no difference in behavior in comparison to multiple to false. (I have tracked this as per delivery-tag value).</span></div><div><span style="font-size: 13px;"><br></span></div><div><span style="font-size: 13px;"><br></span></div><div><span style="font-size: 13px;">And on the server side, I see that a file '</span>rabbit_framing.hrl' , has basic.ack with multiple flag = false.</div><div>Do I need to change this to true to get multiple messages acknowledges from server to publisher ( for bulk ack for publisher confirm method?)&nbsp;</div><div><br></div><div>Please &nbsp;suggest.</div><div><br></div><div>Best Regards,</div><div>Priyanki.&nbsp;</div></div>