[rabbitmq-discuss] Memory leak in STOMP connector or federation?

Matthias Radestock matthias at rabbitmq.com
Fri May 16 23:40:00 BST 2014


On 16/05/14 23:09, Tomas Doran wrote:
> I then restarted rabbitmq_stomp, and bingo - memory use has dropped
> to 225Mb (at the penalty of having bounced ~400 clients).
>
> So I assume that this indicates the STOMP adaptor is somehow leaking
> memory?

Are these connections very long-lived and publish to / consume from lots 
of queue destinations? iirc one of the Erlang processes associated with 
a stomp connection keeps a set of all queue names it has ever 
encountered so it can avoid (re)declaring queues.

Matthias.


More information about the rabbitmq-discuss mailing list