I am trying to implement RabbitMQ through Deploy RabbitMQ | Render · Cloud Hosting for Developers but am having a hard time connecting to port 5672 to connect via AMQP.
I see the following in the docs:
Render automatically discovers all available ports on your RabbitMQ service and only exposes the HTTP management port outside your private Render network
Does this mean I cannot connect to it outside of render (locally or via our other APIs to publish messages)? Is there any way to expose that port through the Dockerfile or render.yml?
Thank you for any help!