I have an application in Golang communicating with a RabbitMQ server with the protocol AMQP.
I would like to transform the AMQP into HTTP to avoid issues with firewall.
I thought about using Websocket to do this but I don't really know how to do this and even if it is possible to do it in Golang.
I successfully try to etablish a connection to my server Rabbit and to a Websocket but I don't know how can I link them
Can someone can help me?