ActiveMQ 支持安全的 websocket 吗?
遵循有关 ActiveMQ 的上一个问题和 WebSockets,我想知道是否支持安全 WebSockets。
我在官方网站上找不到有关它们的任何信息(OT:文档组织得非常糟糕),并且我尝试使用以下传输连接器,但没有成功:
<transportConnector name="websocket" uri="wss://0.0.0.0:61614"/>
<transportConnector name="websocket" uri="ws+ssl://0.0.0.0:61614"/>
对我来说,鉴于专业人士的支持,这种连接实际上是不可能的ActiveMQ 的目标以及其他传输支持 ssl(例如 stomp+ssl)的事实。
谢谢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
更新的答案:是的,从 5.7.0 开始: http://activemq.apache.org/websockets.html< /a>
此处引用:
Updated answer: Yes, as of 5.7.0: http://activemq.apache.org/websockets.html
Quoted here:
目前...
ActiveMQ仅支持websocket ws:// urls
Apollo 1.1 SNAPSHOT 支持ws 和 wss
例如:
At this time...
ActiveMQ supports only websocket ws:// urls
Apollo 1.1 SNAPSHOT supports both ws and wss
For example: