[rabbitmq-discuss] FW: Multiple consumers
Matthias Radestock
matthias at lshift.net
Sat Jul 21 20:03:59 BST 2007
Ben,
"Ben Hood" <0x6e6562 at gmail.com> writes:
> In general though (i.e. including the socket case), when the channel
> loop sends messages to the writer pid, what happens when the writer
> dies?
In the socket case the writer is spawned on channel creation, and linked
to the channel process. If it exits *ab*normally the channel process
will get killed. That in turn will result in the reader sending back an
'connection.close', and terminating.
Matthias.
More information about the rabbitmq-discuss
mailing list