[rabbitmq-discuss] RabbitMQ filling up?

Michael Klishin mklishin at gopivotal.com
Sun Jan 12 22:08:43 GMT 2014


On 13 Jan 2014, at 01:48, Martí Planellas Rosell <marti.planellas at acknowledgement.co.uk> wrote:

> And https://github.com/postwait/node-amqp for consuming in NodeJS

This client is known to (try to) be smart and hide channels from developers in the API.
Make sure channels that are no longer needed are closed (or a fixed number of long lived
channels is used).

Lots of consumers named

node-amqp-*

suggest node-amqp also leaves extra consumers behind. I highly recommend giving amqp.node [1]
a try.

> I think it all started when I restarted the server, with service rabbitmq-server restart, it  worked perfectly before...

The restart is unlikely to be the cause here.

1. https://github.com/squaremo/amqp.node/
--
MK

Software Engineer, Pivotal/RabbitMQ



More information about the rabbitmq-discuss mailing list