rabbitmq-server/deps/rabbitmq_stomp
Michael Klishin 52694b227a Towards using manual queue-to-consumer flow control in STOMP processor 2014-08-06 19:43:44 +04:00
..
deps/stomppy Update close_socket in rabbit patch for test. 2011-08-26 15:37:46 +01:00
examples Remove examples that no longer work since bug 23122(!). 2014-02-12 16:06:08 +00:00
include Update copyright for 2014 2014-03-17 17:25:25 +00:00
src Towards using manual queue-to-consumer flow control in STOMP processor 2014-08-06 19:43:44 +04:00
test/src Support the requeue header for NACK frames 2014-07-07 19:33:42 +04:00
.hgignore Ignore debug/* 2014-06-24 09:43:32 +04:00
Makefile Adust Makefile again to correctly build certs for ssl tests 2011-03-16 16:22:27 +00:00
NOTES Add some old notes on broadcast sending. 2009-12-17 15:40:16 +00:00
README.md Establish stable branch 2012-11-19 16:34:51 +00:00
package.mk Merged stable into default 2013-07-31 13:57:29 +01:00

README.md

RabbitMQ STOMP adapter

The STOMP adapter is included in the RabbitMQ distribution. To enable it, use <href="http://www.rabbitmq.com/man/rabbitmq-plugins.1.man.html">rabbitmq-plugins:

rabbitmq-plugins enable rabbitmq_stomp

Binaries for previous versions of the STOMP adapter can be obtained from http://www.rabbitmq.com/plugins.html#rabbitmq-stomp.

Full usage instructions can be found at http://www.rabbitmq.com/stomp.html.