[rabbitmq-discuss] Rabbit Client Supervision Architecture
Erik Seres
erikseres at exosite.com
Wed Sep 22 16:03:23 BST 2010
Matthew Sackman <matthew at ...> writes:
> {ok, Pid} = amqp_connection:start(network, Params),
> link(Pid),
> {ok, Pid}
Matthew,
Actually, that is what I had tried (had the supervisor start the process exactly
the way you show it above) and it did not work. So, I have come to the same
conclusion that somehow the supervisors must be playing nicely behind the scenes
and not grabbing each others' children.
Thanks,
Erik
More information about the rabbitmq-discuss
mailing list