From a88f17f6cb46f0d43d9078909bf66dbad6acd625 Mon Sep 17 00:00:00 2001 From: "gaoran_10@126.com" Date: Mon, 12 Aug 2024 10:48:10 +0800 Subject: [PATCH 1/2] add feature matrix doc --- docs/feature-matrix.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/feature-matrix.md diff --git a/docs/feature-matrix.md b/docs/feature-matrix.md new file mode 100644 index 00000000..c6d95fe7 --- /dev/null +++ b/docs/feature-matrix.md @@ -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 | +|-----------------|---------------|-------not supported--------|-------------| +| delayed message | supported | | | + +### Authentication + +| mechanism | single-bundle | multi-bundles | description | +|-----------|---------------|---------------|-------------| +| PLAIN | supported | supported | | +| token | supported | supported | | + +### Authorization + +Not supported From 448924d756850c66ed7f4ab7da454415d8baea5f Mon Sep 17 00:00:00 2001 From: "gaoran_10@126.com" Date: Mon, 12 Aug 2024 11:07:01 +0800 Subject: [PATCH 2/2] fix --- docs/feature-matrix.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/feature-matrix.md b/docs/feature-matrix.md index c6d95fe7..9979a088 100644 --- a/docs/feature-matrix.md +++ b/docs/feature-matrix.md @@ -27,8 +27,8 @@ ### RabbitMQ Plugin | plugin | single-bundle | multi-bundles | description | -|-----------------|---------------|-------not supported--------|-------------| -| delayed message | supported | | | +|-----------------|---------------|---------------|-------------| +| delayed message | supported | not supported | | ### Authentication