<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2013/1/31 andy lin <span dir="ltr">&lt;<a href="mailto:oldhomelh@gmail.com" target="_blank">oldhomelh@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div id=":31q">Could you tell me the reason and the difference between deliver and get?<br>
<br>
&lt;<a href="http://rabbitmq.1065348.n5.nabble.com/file/n24797/11.jpg" target="_blank">http://rabbitmq.1065348.n5.nabble.com/file/n24797/11.jpg</a>&gt;<br></div></blockquote><div><br></div><div style>basic.deliver is an AMQP 0.9.1 method RabbitMQ uses to &quot;push&quot; messages to clients.</div>

<div style>Messages then may be acknowledged automatically (immediately) or manually</div><div style>(when the client sees fit).</div><div style><br></div><div style>basic.get is another operation when a client fetches a message synchronously,</div>

<div style>very similar to HTTP GET. Again, messages may be ack-ed manually in this case</div><div style>but it is relatively rare to do so, I believe, so in most cases you will see automatic acknowledgements</div><div style>

used with basic.get.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div id=":31q">
<br>
In the picture ,there is only one value and the rate of deliver equals the<br>
ack.why?<br></div></blockquote></div><br>My guess would be because of the different acknowledgement modes used.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Please take a look at <a href="http://www.rabbitmq.com/tutorials/amqp-concepts.html">http://www.rabbitmq.com/tutorials/amqp-concepts.html</a> which explains</div>

<div class="gmail_extra">what I&#39;ve said above in more detail.</div><div class="gmail_extra">-- <br>MK<br><br><a href="http://github.com/michaelklishin" target="_blank">http://github.com/michaelklishin</a><br><a href="http://twitter.com/michaelklishin" target="_blank">http://twitter.com/michaelklishin</a><br>


</div></div>