[rabbitmq-discuss] AMQP Reliability
Tim Watson
tim at rabbitmq.com
Fri Nov 15 09:23:20 GMT 2013
Hi,
On 15 Nov 2013, at 06:04, Lijo Sebastian wrote:
> Hi,
> What will happen if a client is not connected to server, and server publishes a message to a client in AMQP?
>
The server will not attempt to publish to a client which is not connected. Messages will sit in the queue until a client connects, at which point they will be delivered. If multiple clients connect, messages will be delivered to them in round-robin fashion.
Cheers,
Tim
More information about the rabbitmq-discuss
mailing list