This is an automated email from the ASF dual-hosted git repository.

jbertram pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


    from 39b0f01ca9 ARTEMIS-4202 expand coverage of noCacheExceptions in 
LDAPLoginModule
     new 9b4204b345 ARTEMIS-4201 send proper MQTT disconnect code on stolen link
     new 68c5bed159 ARTEMIS-4200 configurable link-stealing for MQTT

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../core/protocol/mqtt/MQTTProtocolHandler.java    | 59 ++++++++++++++++++----
 .../core/protocol/mqtt/MQTTProtocolManager.java    | 18 +++++++
 .../artemis/core/protocol/mqtt/MQTTSession.java    |  4 ++
 docs/user-manual/en/mqtt.md                        | 14 +++++
 ...Test.java => MQTTDisabledLinkStealingTest.java} | 45 ++++++++---------
 .../artemis/tests/integration/mqtt5/MQTT5Test.java | 26 ++++++++++
 .../tests/integration/mqtt5/MQTT5TestSupport.java  |  4 ++
 .../mqtt5/spec/controlpackets/ConnectTests.java    | 41 +++++++++++++++
 8 files changed, 176 insertions(+), 35 deletions(-)
 copy 
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/mqtt/{MQTTSessionExpiryIntervalTest.java
 => MQTTDisabledLinkStealingTest.java} (56%)

Reply via email to