<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi everybody,<br>I have a bunch of erlang processes (in RMQ plugin) and lot of them (tens) uses direct connection to RMQ. Now I want to consider single shared direct connection (in a dedicated gen_server) with many channels for individual processes. According to list of AMQP errors on connection level I would say very few of them can happen using direct erlang connection (if any). This way I would not need to handle connecting and handling connection fails again and again.<br>Is it a reasonable way or should i stay with many individual direct connections? Thanks for help.<br><br>regards<br>Marek<br><br>                                           </div></body>
</html>