Skip to content

Commit

Permalink
Update aop.md (#413)
Browse files Browse the repository at this point in the history
Co-authored-by: ran <gaoran_10@126.com>
  • Loading branch information
sijie and gaoran10 authored May 13, 2024
1 parent de7c9d3 commit 7d29a91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions protocol-handlers/aop/0.1.0/aop.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ dockerfile:
id: "aop"
---

> **Note**
>
> The AoP plugin supports only the 0-9-1 protocol with basic produce and consume functionalities, and does not include advanced features such as transactions. It is available as an open-source plugin and is only offered as a private preview feature in the Private Cloud distribution. It is not available on StreamNative Cloud. Please use it with caution.
# Overview

AoP (AMQP on Pulsar) supports AMQP0-9-1 protocol and it is backed by Pulsar. AoP is implemented as a Pulsar [ProtocolHandler](https://github.com/apache/pulsar/blob/master/pulsar-broker/src/main/java/org/apache/pulsar/broker/protocol/ProtocolHandler.java) with the protocol name of "amqp". The AoP protocol handler is built as a `nar` file and it is loaded when the Pulsar broker starts.
Expand Down

0 comments on commit 7d29a91

Please sign in to comment.