rabbitmq-server/deps/rabbitmq_stomp
Michael Klishin 050288c3cc Don't use deprecated erlang:now/1 2015-04-30 20:06:07 +03:00
..
deps/stomppy Updating to latest stomppy seems to be a huge task, so just patch the old stomppy to use TLSv1 for the time being. 2014-10-20 19:39:18 +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 Notify stomp_processor when reader fails with an exception 2015-04-08 12:16:39 +02:00
test/src Don't use deprecated erlang:now/1 2015-04-30 20:06:07 +03:00
.gitignore Ignore stomp.py checkout 2015-04-08 12:16:39 +02:00
CONTRIBUTING.md Sync CONTRIBUTING.md with the template one 2015-02-20 17:09:37 +03:00
Makefile Adust Makefile again to correctly build certs for ssl tests 2011-03-16 16:22:27 +00:00
NOTES
README.md Remove the "moved to GitHub" warning. 2015-02-17 21:18:42 +01:00
package.mk package.mk: Use $(MAKE) instead of hard-coding "make" 2015-04-08 13:10:46 +02: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.