Skip to content

Commit

Permalink
Mention streams at the top of the Queues guide
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Sep 17, 2021
1 parent 867b396 commit 92c7848
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions site/queues.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ For them, queues act as data accumulation buffer for consumers.
However, it is still important to understand the role queues play
because many features still operate at the queue level, even for those protocols.

[Streams](streams.html) is an alternative messaging data structure available in RabbitMQ.
Streams provide different features from queues.

## <a id="basics" class="anchor" href="#basics">The Basics</a>

A [queue](https://en.wikipedia.org/wiki/Queue_(abstract_data_type)) is a sequential data structure
Expand Down

0 comments on commit 92c7848

Please sign in to comment.