[rabbitmq-discuss] RabbitMQ filling up?
Alvaro Videla
videlalvaro at gmail.com
Mon Jan 13 01:12:08 GMT 2014
Hi,
If you think one app is creating too many channels, then from the
management API you can see to which connection those channels belong.
>From there identify the remote IP (or even the client properties for
the connection) and you could tell if the problem is from PHP or from
node.js
Regards,
Alvaro
On Sun, Jan 12, 2014 at 11:08 PM, Michael Klishin
<mklishin at gopivotal.com> wrote:
>
> 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
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
More information about the rabbitmq-discuss
mailing list