RabbitMQ Management UI Access
There are two possibilities to reach the RabbitMQ Management UI for a Cloud Foundry application developer:
- Via
cf ssh
- Via (Go)router
(Go)router
Using the ops file ops/rabbitmq-enable-management-ui-as-route.yml you can enable the RabbitMQ Management UI for end users via (Go)router. When the Ops File is applied, a link is added to the service dashboard.
For SSL plans the (Go)router needs enable_tls: true
.
properties:
router:
backends:
enable_tls: true