<div dir="ltr"><span style="color: rgb(51, 51, 51); font-family: Helvetica, FreeSans, 'Liberation Sans', Helmet, Arial, sans-serif; line-height: 17px;">Hi all,</span><br style="color: rgb(51, 51, 51); font-family: Helvetica, FreeSans, 'Liberation Sans', Helmet, Arial, sans-serif; line-height: 17px;"><br style="color: rgb(51, 51, 51); font-family: Helvetica, FreeSans, 'Liberation Sans', Helmet, Arial, sans-serif; line-height: 17px;"><span style="color: rgb(51, 51, 51); font-family: Helvetica, FreeSans, 'Liberation Sans', Helmet, Arial, sans-serif; line-height: 17px;">i use RabbitMQ for my little web site and i have a question for you: how implement a recever?</span><br style="color: rgb(51, 51, 51); font-family: Helvetica, FreeSans, 'Liberation Sans', Helmet, Arial, sans-serif; line-height: 17px;"><span style="color: rgb(51, 51, 51); font-family: Helvetica, FreeSans, 'Liberation Sans', Helmet, Arial, sans-serif; line-height: 17px;">The receiver is a program that must run forever and this is a problem: memory leak and other error block the receiver and the queue becomes bigger and bigger...</span><div><span style="color: rgb(51, 51, 51); font-family: Helvetica, FreeSans, 'Liberation Sans', Helmet, Arial, sans-serif; line-height: 17px;">To resolve this problem i have a precess father that creates a child. The child is the rabbitmq receiver and, if the child dies, the father creates a new child that become the new rabbitmq receiver.</span><br style="color: rgb(51, 51, 51); font-family: Helvetica, FreeSans, 'Liberation Sans', Helmet, Arial, sans-serif; line-height: 17px;"><br style="color: rgb(51, 51, 51); font-family: Helvetica, FreeSans, 'Liberation Sans', Helmet, Arial, sans-serif; line-height: 17px;"><span style="color: rgb(51, 51, 51); font-family: Helvetica, FreeSans, 'Liberation Sans', Helmet, Arial, sans-serif; line-height: 17px;">Is this a correct procedure? Have you another model to suggest?</span><br></div></div>