-
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 | 4MB | the maximum frame size on a connection. |
amqpHeartBeat | 60s | the default heartbeat timeout on broker |
amqpProxyPort | 5682 | the amqp proxy service port |
amqpProxyEnable | false | whether to start proxy service |