jmqtt icon indicating copy to clipboard operation
jmqtt copied to clipboard

A MQTT broker,implemented by java and netty,support persistence and cluster

Results 28 jmqtt issues
Sort by recently updated
recently updated
newest added

When start a broker by IDE, it throws exception: ``` Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Users\admin\AppData\Local\Temp\librocksdbjni7773192078599615325.dll: 拒绝访问。 at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1824) at java.lang.Runtime.load0(Runtime.java:809) at java.lang.System.load(System.java:1086) at org.rocksdb.NativeLibraryLoader.loadLibraryFromJar(NativeLibraryLoader.java:78)...

Getting the following error when trying to execute `runbroker.cmd` command ``` Usage: java [-options] class [args...] (to execute a class) or java [-options] -jar jarfile [args...] (to execute a jar...

在高并发情况下,其他线程发送innerMsg时会生成新的messageId,但是发送PubAck需要使用源messageId,因此该地方需要使用变量保存一下源messageId,修改如下: int originMessageId = innerMsg.getMsgId(); processMessage(innerMsg); log.debug("[PubMessage] -> Process qos1 message,clientId={}",innerMsg.getClientId()); MqttPubAckMessage pubAckMessage = MessageUtil.getPubAckMessage(originMessageId);

Bumps [guava](https://github.com/google/guava) from 31.0.1-jre to 32.0.0-jre. Release notes Sourced from guava's releases. 32.0.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>32.0.0-jre</version> <!-- or, for Android: --> <version>32.0.0-android</version> </dependency> Jar files 32.0.0-jre.jar 32.0.0-android.jar Guava...

dependencies

请问官网文档是不维护了吗?访问不了案例

jmeter关于websocket的压测脚本可以提供下吗

指定目录执行打包命令后: ~~~ [ERROR] Failed to execute goal on project jmqtt-broker: Could not resolve dependencies for project org.jmqtt:jmqtt-broker:jar:3.0.0: Failed to collect de pendencies at org.jmqtt:jmqtt-mqtt:jar:3.0.0: Failed to read artifact descriptor for...