<div dir="ltr">I shut RabbitMQ down while an application still had connections to it (I am doing various recovery scenarios), and I got this:<br><br>** Reason for termination == <br>** {function_clause,<br> [{amqp_connection,handle_info,<br>
[{method,<br> {'connection.close',320,<br> <<"CONNECTION_FORCED - broker forced connection closure with reason 'shutdown'">>,<br> 0,0},<br>
none},<br> {connection_state,<<"xhg">>,<<"xhg">>,"<a href="http://0.0.0.0">0.0.0.0</a>",<br> #Port<0.230>,<<"/xhg">>,<0.150.0>,<0.151.0>,undefined,0,0,<br>
{dict,0,16,16,8,80,48,<br> {[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]},<br> {{[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]}}}}]},<br> {gen_server,handle_msg,5},<br>
{proc_lib,init_p,5}]}<br><br>Should there be a handle_info clause for this in amqp_connection, or is it something I need to code for somehow?<br><br>Regards,<br>Edwin Fine<br><br></div>