I am researching the topic of debugging servers running in the cloud with Session Frontend tool. I know it is using Message Bus to send all the data and Message Bridges to establish connection between other process/computers in the local network. It looks like if I would be able create Message Bridge between server running in the cloud and my local computer, Session Frontend should detect cloud instance and work properly.
- Is my reasoning about creating Message Bridge correctly?
- Is there a known way to do it? I know there is UDP Messaging Plugin and TCP Messaging Plugin that creates bridges automatically but I do not know how to use them to achieve my goal.