Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6074 from pmclain/rabbit-management
Browse files Browse the repository at this point in the history
Add example for local RabbitMQ Management UI
  • Loading branch information
dobooth authored Nov 26, 2019
2 parents b8d76c7 + 7e73d7a commit 71edbff
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@ For debugging purposes, it is useful to directly connect to a service instance i
ssh -L <port-number>:mq.internal:<port-number> <project-ID>-<branch-ID>@ssh.us.magentosite.cloud
```

An example for accessing the RabbitMQ management web interface at `http://localhost:15672` is:

```bash
ssh -L 15672:localhost:15672 <project-ID>-<branch-ID>@ssh.us.magentosite.cloud
```

1. While the session is open, you can start a RabbitMQ client of your choice from your local workstation, configured to connect to the `localhost:<portnumber>` using the port number, username, and password information from the MAGENTO_CLOUD_RELATIONSHIP variable.

### Connect from the application {#cloud-rabbitmq-conn-cont}
Expand Down

0 comments on commit 71edbff

Please sign in to comment.