rabbitmq-server/deps/rabbitmq_stomp
Emile Joubert 55985ee5e9 Update copyright 2012 2012-02-02 13:47:47 +00:00
..
debian STOMP doesn't depend on ejabberd 2010-03-07 11:59:38 +00:00
deps/stomppy Update close_socket in rabbit patch for test. 2011-08-26 15:37:46 +01:00
examples Reworked Ruby examples to allow more flexibility in the topic examples. Still need to document this 2011-01-04 10:19:54 +00:00
include Update copyright 2012 2012-02-02 13:47:47 +00:00
src oops 2012-01-31 17:07:07 +00:00
test/src Put description in test. 2011-11-29 10:23:17 +00:00
.hgignore Add generated app file to .hgignore 2011-06-15 10:45:15 +01: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 update installation instructions 2011-09-27 12:35:09 +01:00
package.mk Tests for /amq/queue destinations 2011-07-19 13:08:10 +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.