<!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> </DIV>
<DIV>I encounter a question and hope anyone can help me.</DIV>
<DIV> </DIV>
<DIV>If I choose the manually Consumer ACK, the consumer needs to
return an ACK to Rabbitmq Server once the message arrives. Otherwise the server
will not continue to send the message. </DIV>
<DIV> </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> </DIV>
<DIV>Hence, my problem is the following.
Is it possible to receive multiple messages then return 1 ACK to Rabbitmq Server?
</DIV>
<DIV> </DIV>
<DIV>Thanks in advance.</DIV>
<DIV> </DIV>
<DIV>Johnson</DIV></BODY></HTML>