rabbitmq-server/deps/rabbitmq_stomp
Pierre Fenoll 442360be3d .gitignore: make absolute paths relative 2015-12-30 07:10:26 +03:00
..
examples Remove examples that no longer work since bug 23122(!). 2014-02-12 16:06:08 +00:00
include Merge branch 'stable' 2015-10-09 11:24:21 +01:00
src specs for api functions in processor 2015-12-01 17:47:36 +00:00
test Pika is an AMQP client, not a STOMP one, don't override the TCP port... 2015-12-16 14:52:52 +01:00
.gitignore .gitignore: make absolute paths relative 2015-12-30 07:10:26 +03:00
.travis.yml .travis.yml: Use double-quoted flow scalar for all Erlang versions 2015-10-21 15:36:16 +02:00
CONTRIBUTING.md Sync CONTRIBUTING.md with the template one 2015-02-20 17:09:37 +03:00
Makefile DEPS: Remove rabbit 2015-10-26 18:12:30 +01:00
NOTES Add some old notes on broadcast sending. 2009-12-17 15:40:16 +00:00
README.md Update README.md 2015-08-22 02:36:35 +03:00
build.config erlang.mk: Disable eunit 2015-12-16 09:23:38 +01:00
erlang.mk Update erlang.mk 2015-12-18 20:34:27 +01:00
rabbitmq-components.mk Update rabbitmq-components.mk 2015-12-18 19: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

Supported STOMP Versions

1.0 through 1.2.

Documentation

RabbitMQ STOMP plugin documentation.

Continuous Integration

Build Status