rabbitmq-server/deps/rabbitmq_stream
Michael Klishin 72c2e152ef
Merge pull request #3499 from rabbitmq/cla-url
Update CLA URL
2021-10-01 00:16:03 +03:00
..
docs Make stream protocol route command return several streams 2021-09-13 17:53:25 +02:00
include Rename protocol error counters to _total 2021-06-30 12:46:41 +02:00
priv/schema Support for advertising different hostname for TLS stream connections 2021-09-28 13:47:22 +02:00
src Fallback to rabbit_stream:host/0 if advertised_tls_host not set 2021-09-28 14:00:41 +02:00
test Bump dependencies in stream Java tests 2021-09-28 14:02:10 +02:00
.gitignore rabbit_stream: ignore escript and sbin 2021-07-19 20:26:16 +03:00
BUILD.bazel Add Bazel rule for rabbit_stream_utils_SUITE 2021-09-15 11:38:17 +02:00
CODE_OF_CONDUCT.md Initial import 2020-03-16 16:40:02 +01:00
CONTRIBUTING.md Update CLA URL 2021-09-23 14:29:36 +02:00
LICENSE Use MPL 2.0 2020-06-08 09:54:33 +02:00
LICENSE-MPL-RabbitMQ Adjust licensing 2020-06-18 09:44:30 +02:00
Makefile Stream common library 2021-06-11 17:24:00 +02:00
README.adoc Remove project maturity warning 2021-07-20 09:00:11 +02:00
rebar.config Format stream and stream management plugins code 2021-01-06 15:47:27 +01:00

README.adoc

= RabbitMQ Stream Plugin

This is a RabbitMQ plugin that exposes streams - append-only, FIFO structures -
in a RabbitMQ broker/cluster, through a link:docs/PROTOCOL.adoc[custom binary protocol].

== How to Use

See the https://rabbitmq.github.io/rabbitmq-stream-java-client/snapshot/htmlsingle/#setting-up-rabbitmq[stream
Java client] documentation to set up a node with the stream plugin.

The https://rabbitmq.github.io/rabbitmq-stream-java-client/snapshot/htmlsingle/[stream Java client]
is currently the best way to experiment with the plugin.

== Stream Protocol

The plugin uses a link:docs/PROTOCOL.adoc[custom binary protocol].


== Support

* For questions: https://groups.google.com/forum/#!forum/rabbitmq-users[RabbitMQ Users]
* For bugs and feature requests: https://github.com/rabbitmq/rabbitmq-server/issues[GitHub Issues]

== Licensing

Released under the link:LICENSE-MPL-RabbitMQ[MPL 2.0].

== Copyright

(c) 2020-2021 VMware, Inc. or its affiliates.