1. Configure Private Cloud
  2. Protocols

Configure AoP

AMQP on Pulsar (AoP) is a protocol handler developed by StreamNative to natively support the AMQP protocol on the Pulsar broker. By adding the AoP protocol handler to your existing Pulsar cluster, you can now migrate your existing AMQP applications and services to Pulsar without modifying the code.

Enable AoP

To use protocol handlers on StreamNative Private Cloud, you need to configure on the PulsarBroker CR:

spec:
  config:
    protocolHandlers:
      aop:
        enabled: true
        proxyEnabled: true
Previous
Configure MQTT on Pulsar