<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=GB2312" http-equiv=Content-Type>
<STYLE>
BLOCKQUOTE {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; MARGIN-LEFT: 2em
}
OL {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
UL {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
BODY {
        LINE-HEIGHT: 1.5; FONT-FAMILY: ����; COLOR: #000080; FONT-SIZE: 10.5pt
}
</STYLE>

<META name=GENERATOR content="MSHTML 8.00.7601.17874"></HEAD>
<BODY style="MARGIN: 10px">
<DIV>Hi,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I encounter a question and hope anyone can help me.</DIV>
<DIV>&nbsp;</DIV>
<DIV>If I choose the manually Consumer ACK,&nbsp;the consumer&nbsp;needs to 
return an ACK to Rabbitmq Server once the message arrives. Otherwise the server 
will not continue to send the message. </DIV>
<DIV>&nbsp;</DIV>
<DIV>The sender is not under my control. The size of the message is too small. 
To get enough high efficiency, it is better to merge several messages into 1 
bigger message at the consumer side.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Hence, my problem is the following. 
Is&nbsp;it&nbsp;possible&nbsp;to&nbsp;receive&nbsp;multiple&nbsp;messages&nbsp;then&nbsp;return&nbsp;1&nbsp;ACK&nbsp;to&nbsp;Rabbitmq&nbsp;Server? 
</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks in advance.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Johnson</DIV></BODY></HTML>