Jeff Mesnil
Weblog · About

⇨ RabbitMQ + STOMP + WebSockets

May 15, 2012

RabbitMQ is now providing messages to Web browsers with STOMP over Web Sockets.

Interestingly, in their examples, they use my stomp-websocket library library with SockJS instead of the native WebSocket object:

WebSocketStompMock = SockJS;

var client = Stomp.client('http://127.0.0.1:55674/stomp');
...