jbertram opened a new pull request, #5715: URL: https://github.com/apache/activemq-artemis/pull/5715
This commit refactors how the broker persists MQTT subscription data since the current implementation was resulting in timeout issues and might eventually lead to thread starvation due to a blocking call. Since the code that might lead to timeouts was removed the associated configuration property was deprecated. Previously, disabling subscription persistence involved disabling the underlying queue. This commit also adds a new configuration parameter to disable subscription persistence is a more elegant way and updates the documentation accordingly. -- 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: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For additional commands, e-mail: gitbox-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact