summaryrefslogtreecommitdiff
path: root/deps/rabbitmq_shovel/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/rabbitmq_shovel/README.md')
-rw-r--r--deps/rabbitmq_shovel/README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/deps/rabbitmq_shovel/README.md b/deps/rabbitmq_shovel/README.md
new file mode 100644
index 0000000000..08b0f66500
--- /dev/null
+++ b/deps/rabbitmq_shovel/README.md
@@ -0,0 +1,23 @@
+## RabbitMQ Shovel
+
+RabbitMQ Shovel is a WAN-friendly tool for moving messages from
+a queue to an exchange, typically between different nodes. It is implemented
+as a RabbitMQ plugin and has a [management UI extension](https://github.com/rabbitmq/rabbitmq-shovel-management/).
+
+
+## Supported RabbitMQ Versions
+
+This plugin ships with RabbitMQ, there is no need to
+install it separately.
+
+
+## Documentation
+
+See [RabbitMQ shovel plugin](https://www.rabbitmq.com/shovel.html) on rabbitmq.com.
+
+
+## License and Copyright
+
+Released under [the same license as RabbitMQ](https://www.rabbitmq.com/mpl.html).
+
+2007-2020 (c) 2007-2020 VMware, Inc. or its affiliates.