- Configure Private Cloud
- Protocols
Configure AMQP 0-9-1 Protocol (Private Preview)
Warning
The AMQP 0-9-1 protocol is ONLY supported on StreamNative Private Cloud and is not available on StreamNative Cloud. Currently, this support is restricted to basic produce and consume functionalities and does not include transactions. This feature is currently in private preview, so it should be used with caution.
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.
Enable AMQP 0-9-1 Protocol
To enable the AMQP 0-9-1 Protocol on StreamNative Private Cloud, you need to configure on the PulsarBroker
CR as follows:
spec:
config:
protocolHandlers:
aop:
enabled: true
proxyEnabled: true