rabbitmq-server/deps/rabbitmq_stomp
Emile Joubert d9ea791141 More wrapping 2013-02-22 14:48:10 +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 Merge destination semantics with AMQP 1.0 2013-02-15 16:11:17 +00:00
src More wrapping 2013-02-22 14:48:10 +00:00
test/src Rename 2013-02-22 12:14:36 +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 Establish stable branch 2012-11-19 16:34:51 +00:00
package.mk Merge bug24796 2012-03-15 18:09:12 +00: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.