rabbitmq-server/deps/rabbitmq_stomp
Michael Klishin 73d50a4c95 amqp_channel:set_manual_flow_control/2 => amqp_channel:enable_delivery_flow_control/1 2014-08-09 16:05:40 +04:00
..
deps/stomppy
examples
include
src amqp_channel:set_manual_flow_control/2 => amqp_channel:enable_delivery_flow_control/1 2014-08-09 16:05:40 +04:00
test/src Support the requeue header for NACK frames 2014-07-07 19:33:42 +04:00
.hgignore
Makefile
NOTES
README.md
package.mk

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.