抛出异常为java.net.BindException: Address already in use: bind
端口被占用
使用javascript无法握手成功是因为mqtt版本错了
<!-- 使用一下的库文件如果握手失败
,就是mqtt版本错误
-->
<script src
="js/mqttws31.min.js" type
="text/javascript"></script
>
<!-- <script src
="https://cdnjs.cloudflare.com/ajax/libs/paho-mqtt/1.0.1/mqttws31.min.js" type
="text/javascript">
要使用以下截图这个,版本无所谓官方网站https://activemq.apache.org/components/artemis/
如何创建客户端
在这个目录下artemis create 服务器名称创建服务器
在这个目录下artemis.cmd run运行服务器
看端口号mqtt默认为1833