rabbitmq / rabbitmq-stomp

RabbitMQ STOMP plugin
https://www.rabbitmq.com/stomp.html
Other
49 stars 28 forks source link

Add rabbit_stomp_connection_info module #125

Closed lukebakken closed 6 years ago

lukebakken commented 6 years ago

This ensures that rabbit_direct:maybe_call_connection_info_module will not continuously return enoent. In high connection churn scenarios, this can bring the node down because the number of Erlang processes will continuously grow.