Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc] Add feature matrix doc #1307

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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
42 changes: 42 additions & 0 deletions docs/feature-matrix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
### AMQP Protocol Feature Matrix

| feature | single-bundle | multi-bundles | description |
|------------------|---------------|---------------|--------------------------------------|
| exchange declare | supported | supported | |
| exchange delete | supported | not supported | |
| exchange bound | supported | not supported | judge whether the exchange has bound |
| queue declare | supported | supported | |
| queue bind | supported | supported | |
| queue purge | not supported | not supported | |
| queue delete | supported | not supported | |
| queue unbind | supported | supported | |
| basic recover | supported | not supported | |
| basic qos | supported | not supported | |
| basic consume | supported | supported | |
| basic cancel | supported | not supported | |
| basic publish | supported | supported | |
| basic get | supported | not supported | |
| basic ack | supported | not supported | |
| basic reject | supported | not supported | |
| basic nack | supported | not supported | |
| txn select | not supported | not supported | |
| txn commit | not supported | not supported | |
| txn rollback | not supported | not supported | |
| confirm select | not supported | not supported | |

### RabbitMQ Plugin

| plugin | single-bundle | multi-bundles | description |
|-----------------|---------------|---------------|-------------|
| delayed message | supported | not supported | |

### Authentication

| mechanism | single-bundle | multi-bundles | description |
|-----------|---------------|---------------|-------------|
| PLAIN | supported | supported | |
| token | supported | supported | |

### Authorization

Not supported
Loading