Uploaded image for project: 'ActiveMQ Artemis'
  1. ActiveMQ Artemis
  2. ARTEMIS-3958

Sending LWT may recurse infinitely if disk full

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.25.0
    • 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

        1. image-2022-08-27-00-46-45-442.png
          352 kB
          gongping.zhu

        Issue Links

          Activity

            People

              jbertram Justin Bertram
              Feign gongping.zhu
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 20m
                  20m