On 03/15/2012 05:27 PM, Fraser Adams wrote:
I *assume* that there are no sneaky little optimisations going on under
the hood when client and broker are located on the same host, like
"let's do some memory mapping and bypass the TCP/IP stack"

No, there is no special code for co-location at present.

I guess under
the hood this *really does* use an unreliable link and not just some
reasonable number for N when acknowledging?

Yes, it uses implicit accept mode in AMQP 0-10 terms, meaning the messages is assumed accepted as soon as its delivered with no need to wait for an explicit accept from the client.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to