Skip to content

Commit

Permalink
Techmesh codelab updates (#321)
Browse files Browse the repository at this point in the history
* Updated techmesh codelab for minor fixes

* Updated techmesh codelab for using docker/podman internal url for SEMP_URL

---------

Co-authored-by: HariRangarajan-Solace <[email protected]>
  • Loading branch information
HariRangarajan-Solace and HariRangarajan-Solace authored Jun 3, 2024
1 parent aa32c24 commit 95de857
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions markdown/ep-connect-ep-broker/ep-connect-ep-broker.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,10 @@ Duration: 0:10:00
1. Update the Message VPN, SEMP username and SEMP URL to point to your local broker.<br>
Message VPN (1) is typically: ```default```<br>
SEMP username (2) is typically: ```admin```<br>
SEMP URL (3) can be found, if using docker by finding the brokers ip address using the following command:<br> ```docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' solace```

Once you have the ip address, the SEMP_URL is typically port 8080, thus ```http://BROKER-IP:8080``` <br><br> Once properly configured, click on Save Changes (4)<br>![Image](img/16.png)<br><br>
Assuming the port is typically 8080, you can form the SEMP_URL as below :
- If using Docker, use ```http://host.docker.internal:8080```
- If using Podman, use ```http://host.containers.internal:8080``` <br><br>
Once properly configured, click on Save Changes (4)<br>![Image](img/16.png)<br><br>

Click on the **Save & Create connection file** button as shown : ![16.a.png](img/16.a.png)
## Run the Event Management Agent
Expand Down

0 comments on commit 95de857

Please sign in to comment.