The following need to be installed before running a console:
To install a websockets to tcp proxy:
sudo dnf install python-websockify
websockify localhost:5673 localhost:5672
This will start the proxy listening to ws traffic on port 5673 and translating it to tcp on port 5672. One of the routers in the network needs to have a listener configured on port 5672. That listener’s role should be ‘normal’. For example:
listener {
host: 0.0.0.0
role: normal
port: amqp
saslMechanisms: ANONYMOUS
}