Following a previous question regarding ActiveMQ and WebSockets, I would like to know if secure WebSockets are supported.
I can’t find anything about them on the official website (OT: the documentation is really badly organized) and I tried with the following transport connectors without any success:
<transportConnector name="websocket" uri="wss://0.0.0.0:61614"/>
<transportConnector name="websocket" uri="ws+ssl://0.0.0.0:61614"/>
It seems strange to me that such a connection is really not possible given the professional target of ActiveMQ and the fact that other transport support ssl (E.g. stomp+ssl).
Thanks.
At this time…
ActiveMQ supports only websocket ws:// urls
Apollo 1.1 SNAPSHOT supports both ws and wss
For example: