rabbitmq-server/deps/rabbitmq_stream
David Ansari 4d7403cb62 Delete rabbit_stream_SUITE setup steps
since these feature flags became required in 3.12.
2023-02-15 17:01:59 +00:00
..
docs Update Stream protocol document 2022-10-05 17:28:59 +01: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 Merge pull request #7058 from rabbitmq/add-node-lists-functions-to-clarify-intent 2023-02-13 23:06:50 -03:00
test Delete rabbit_stream_SUITE setup steps 2023-02-15 17:01:59 +00:00
.gitignore rabbit_stream: ignore escript and sbin 2021-07-19 20:26:16 +03:00
BUILD.bazel Cleanup dialyzer calls 2023-02-06 17:05:30 +01:00
CODE_OF_CONDUCT.md Replace files with symlinks 2022-04-15 06:04:29 -07:00
CONTRIBUTING.md Replace files with symlinks 2022-04-15 06:04:29 -07: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 Update Erlang.mk and switch to new xref code 2022-05-31 13:51:12 +02:00
README.adoc (c) year bump: 2022 => 2023 2023-01-01 23:17:36 -05: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-2023 VMware, Inc. or its affiliates.