I am very interested in RabittMQ-Websockets and Stomp. I see that RabittMQ has added support for these technologies using a bridge between RabbitMQ-STOMP plugin and a Websockets server (SockJS).
I am just wondering how scalable this implementation is and also is it ready for production systems?
From my discussions with Marek @ Rabbit about it, it should support "moderate" load on a single Rabbit instance and benefit from clustering for scaling up. The performance hit as compared to pure STOMP should be negligible. Does that help?