jbertram opened a new pull request, #4190: URL: https://github.com/apache/activemq-artemis/pull/4190
Due to the changes in 682f505e32f9b6472665212acd6f58c32c7bf98d we now send "Last Will & Testament" MQTT messages via ServerSession. This means sending will fail if the disk is full. For MQTT this triggers a connection failure which in turns triggers sending an LWT message. This process will recurse infinitely until it results in a java.lang.StackOverflowError. This commit fixes that by tracking whether or not sending a LWT message is already in progress. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
