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

Commit eec4db4

Browse files
Fix the example command
Fix the example command to create a rabbitmq tunnel
1 parent 6d2dc04 commit eec4db4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cloud/project/services-rabbit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,13 @@ For debugging purposes, it is useful to directly connect to a service instance i
116116
1. Enable local port forwarding to RabbitMQ.
117117

118118
```bash
119-
ssh -L <port-number>:mq.internal:<port-number> <project-ID>-<branch-ID>@ssh.us.magentosite.cloud
119+
ssh -L <port-number>:rabbitmq.internal:<port-number> <project-ID>-<branch-ID>@ssh.us.magentosite.cloud
120120
```
121121

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

124124
```bash
125-
ssh -L 15672:localhost:15672 <project-ID>-<branch-ID>@ssh.us.magentosite.cloud
125+
ssh -L 15672:rabbitmq.internal:15672 <project-ID>-<branch-ID>@ssh.us.magentosite.cloud
126126
```
127127

128128
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_RELATIONSHIPS variable.

0 commit comments

Comments
 (0)