diff options
Diffstat (limited to 'deps/rabbitmq_stomp/README.md')
-rw-r--r-- | deps/rabbitmq_stomp/README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/deps/rabbitmq_stomp/README.md b/deps/rabbitmq_stomp/README.md new file mode 100644 index 0000000000..922793ba66 --- /dev/null +++ b/deps/rabbitmq_stomp/README.md @@ -0,0 +1,18 @@ +# RabbitMQ STOMP adapter + +The STOMP adapter is included in the RabbitMQ distribution. To enable +it, use [rabbitmq-plugins](https://www.rabbitmq.com/man/rabbitmq-plugins.1.man.html): + + rabbitmq-plugins enable rabbitmq_stomp + +## Supported STOMP Versions + +1.0 through 1.2. + +## Documentation + +[RabbitMQ STOMP plugin documentation](https://www.rabbitmq.com/stomp.html). + +## Continuous Integration + +[](https://travis-ci.org/rabbitmq/rabbitmq-stomp) |