Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@ encouraged to start evaluating it and report bugs and experiences.

**WARNING: This is beta code and may not be suitable for production usage. The API is considered to be stable if not for details that may change in the next release candidates, however it's new code, so handle with care!**

- [Setup](#setup)
- [Main API](#main-api)
- [Other commands](#other-commands)
- [Special handling of messages with RETRY set to 0](#special-handling-of-messages-with-retry-set-to-0)
- [Adding and removing nodes at runtime](#adding-and-removing-nodes-at-runtime)
- [Gracefully removal of nodes](#gracefully-removal-of-nodes)
- [Client libraries](#client-libraries)
- [Implementation details](#implementation-details)
- [Limitations](#limitations)
- [FAQ](#faq)
- [Community: how to get help and how to help](#community-how-to-get-help-and-how-to-help)
- [Thanks](#thanks)

What is a message queue?
---

Expand Down