Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
When an MQTT client fails and an LWT is sent a StackOverflowError may ensue, e.g.:
2022-08-25 16:05:39,134 WARN [org.apache.activemq.artemis.utils.actors.OrderedExecutor] null: java.lang.StackOverflowError at java.base/java.util.regex.Pattern$BmpCharPropertyGreedy.match(Pattern.java:4337) [java.base:] at java.base/java.util.regex.Pattern$BmpCharProperty.match(Pattern.java:3964) [java.base:] at java.base/java.util.regex.Pattern$GroupHead.match(Pattern.java:4804) [java.base:] at java.base/java.util.regex.Pattern$Branch.match(Pattern.java:4749) [java.base:] at java.base/java.util.regex.Pattern$Branch.match(Pattern.java:4747) [java.base:] at java.base/java.util.regex.Pattern$BranchConn.match(Pattern.java:4713) [java.base:] at java.base/java.util.regex.Pattern$GroupTail.match(Pattern.java:4863) [java.base:] at java.base/java.util.regex.Pattern$BmpCharPropertyGreedy.match(Pattern.java:4344) [java.base:] at java.base/java.util.regex.Pattern$GroupHead.match(Pattern.java:4804) [java.base:] at java.base/java.util.regex.Pattern$Branch.match(Pattern.java:4749) [java.base:] at java.base/java.util.regex.Pattern$Branch.match(Pattern.java:4747) [java.base:] at java.base/java.util.regex.Pattern$BmpCharProperty.match(Pattern.java:3964) [java.base:] at java.base/java.util.regex.Pattern$Start.match(Pattern.java:3619) [java.base:] at java.base/java.util.regex.Matcher.search(Matcher.java:1729) [java.base:] at java.base/java.util.regex.Matcher.find(Matcher.java:773) [java.base:] at java.base/java.util.Formatter.parse(Formatter.java:2702) [java.base:] at java.base/java.util.Formatter.format(Formatter.java:2655) [java.base:] at java.base/java.util.Formatter.format(Formatter.java:2609) [java.base:] at java.base/java.lang.String.format(String.java:2897) [java.base:] at org.apache.activemq.artemis.utils.ByteUtil.getHumanReadableByteCount(ByteUtil.java:527) [artemis-commons-2.25.0-SNAPSHOT.jar:] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1802) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:187) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:42) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:54) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1803) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1781) [artemis-server-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendToQueue(MQTTPublishManager.java:217) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.sendWillMessage(MQTTSession.java:278) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT] at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:132) [artemis-mqtt-protocol-2.25.0-SNAPSHOT.jar:2.25.0-SNAPSHOT]
Attachments
Attachments
Issue Links
- is caused by
-
ARTEMIS-3942 Use session instead of direct routing for MQTT LWT messages
- Closed
- links to