rsiewert / Nodes-Talking

a nodejs app sending/receiving to rabbitmq
Apache License 2.0
1 stars 1 forks source link

Channel Leak On Nodejs Server for ACKS #8

Open rbgodwin opened 10 years ago

rbgodwin commented 10 years ago

When registering a large number of devices I notice that the RabbitMQ server does not remove the created channels that are associated with sending the ACK back. For example if I run 10 times with 1000 devices registering and then going offline all exchanges associated with the devices along with channels for the exchanges. However RabbitMQ shows channels that are created when the exchange for sending acks back are still around. These do not get closed until the nodejs server is rebooted. I see on line that channel leaks will eventually lead to server crashes.