StreamNative Private Cloud supports the AMQP 0-9-1 protocol. By enabling the AMQP 0-9-1 protocol in your existing StreamNative cluster, you can migrate your basic AMQP applications and services to StreamNative without modifying the code.Documentation Index
Fetch the complete documentation index at: https://docs.streamnative.io/llms.txt
Use this file to discover all available pages before exploring further.
Enable AMQP 0-9-1 Protocol
To enable the AMQP 0-9-1 protocol, update thePulsarBroker CR with the following configuration:
spec.config.protocolHandlers.aop.enabled: Required. Set totrueto enable the AMQP 0-9-1 protocol.spec.config.protocolHandlers.aop.proxyEnabled: Optional. Set totrueto enable the AMQP proxy for external access outside the Kubernetes cluster.
Alternatively, you can use Istio for external access. See Deploy Pulsar with Istio for instructions.