rabbitmq-server/deps/rabbitmq_stream
Arnaud Cogoluègnes ad1d471157
Test (make) / Build and Xref (1.17, 26) (push) Has been cancelled Details
Test (make) / Build and Xref (1.17, 27) (push) Has been cancelled Details
Test (make) / Test (1.17, 26, khepri) (push) Has been cancelled Details
Test (make) / Test (1.17, 26, mnesia) (push) Has been cancelled Details
Test (make) / Test mixed clusters (1.17, 26, khepri) (push) Has been cancelled Details
Test (make) / Test mixed clusters (1.17, 26, mnesia) (push) Has been cancelled Details
Test (make) / Type check (1.17, 27) (push) Has been cancelled Details
Merge pull request #14627 from rabbitmq/dependabot/maven/deps/rabbitmq_mqtt/test/java_SUITE_data/v4.0.x/dev-deps-2e99938950
[skip ci] Bump the dev-deps group across 3 directories with 1 update
2025-09-29 05:59:47 +00:00
..
docs Remove Bloom filter data section for message delivery command 2024-06-22 13:34:37 +01:00
include v4.0.x: bump (c) year 2025-01-02 12:59:03 -05:00
priv/schema More missed license header updates #9969 2024-02-05 11:53:50 -05:00
src Ignore stream connections in unexpected states 2025-04-03 02:59:38 +00:00
test Merge pull request #14627 from rabbitmq/dependabot/maven/deps/rabbitmq_mqtt/test/java_SUITE_data/v4.0.x/dev-deps-2e99938950 2025-09-29 05:59:47 +00:00
.gitignore Cleanup .gitignore files for the monorepo 2024-06-28 12:00:52 +02: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 Replace @rabbitmq.com addresses with rabbitmq-core@groups.vmware.com 2023-06-20 15:40:13 +04:00
LICENSE-MPL-RabbitMQ Adjust licensing 2020-06-18 09:44:30 +02:00
Makefile Add elixir to PLT_APPS for some plugins 2024-04-29 15:23:09 +02:00
README.adoc More missed license header updates #9969 2024-02-05 12:26:25 -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) 2007-2024 Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved.