-
Notifications
You must be signed in to change notification settings - Fork 47
Home
ran edited this page Jun 11, 2020
·
10 revisions
Welcome to the aop wiki!
AoP stands for AMQP on Pulsar. AoP broker supports AMQP0-9-1 protocol, and is backed by Pulsar.
AoP is implemented as a Pulsar ProtocolHandler with protocol name "amqp"
ProtocolHandler is built as a nar
file, and will be loaded when Pulsar Broker starting.
config | default | desc |
---|---|---|
amqpTenant | public | AMQP on pulsar broker tenant |
amqpListeners | amqp://127.0.0.1:5672 | AMQP service port |
amqpMaxNoOfChannels | 64 | The maximum number of channels which can exist concurrently on a connection. |
amqpMaxFrameSize | 4194304 (4MB) | The maximum frame size on a connection. |
amqpHeartBeat | 60 (s) | The aop connection default heartbeat timeout |
amqpProxyPort | 5682 | The amqp proxy service port |
amqpProxyEnable | false | Whether to start proxy service |