We had a lot of problems connecting to stomp on amazonMq, Amazonmq requires you use "stomp-ssl" which doesn't seem to be valid scheme.
We were able to overcome this by using tls protocol and disabling verify_peer.
here is a code snippet which we used
[https://gist.github.com/deltastateonline/efc9ddfb811cba3f11614e149c90b5e9](Gist Snippet)
We had a lot of problems connecting to stomp on amazonMq, Amazonmq requires you use "stomp-ssl" which doesn't seem to be valid scheme.
We were able to overcome this by using tls protocol and disabling verify_peer.
here is a code snippet which we used
[https://gist.github.com/deltastateonline/efc9ddfb811cba3f11614e149c90b5e9](Gist Snippet)