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

Add example for local RabbitMQ Management UI #6074

Merged
merged 3 commits into from
Nov 26, 2019
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,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