Closed CodeWithOz closed 2 years ago
Websockets are available for all plans, I've updated the docs accordingly.
The connection string is also descibed at the bottom of that page.
const url = `wss://test-small-ivory-rat.rmq2.cloudamqp.com/ws/amqp`
const amqp = new AMQPWebSocketClient(url, "VHOST", "USERNAME", "YOUR_PASSWORD")
Thanks! Yes some reading plus trial and error eventually led me to that haha.
I signed up on the free plan to try the amqp over websockets protocol but I can't find the websocket url that should be used with this library. More so the docs page says that the amqp websockets plugin is pre-installed on dedicated instances, but the free plan is a shared instance. Does this mean I can't test the amqp websockets on the free plan?