activemq-artemis/tests
Markus Meierhofer 1d1a9433bc ARTEMIS-2870: Transfer connection close/failure listeners one by one on reattachment
Previously, when a session was reattached, all the close/failure listeners
were removed from the old connection and set onto the new connection.
This only worked when at most 1 session of the old connection was
transferred: When the second session was transferred, the old
connection already didn't contain any close/failure listeners anymore,
and therefore the list of close/failure listeners was overwritten by
an empty list for the new connection.

Now, when a session is being transferred, it only transfers the
close/failure listeners that belong to it, which are the session itself
+ the TempQueueCleanerUppers.

Modified a test to check whether the sessions are failure listeners of
the new connection after reattachment.
2021-03-18 18:26:07 -04:00
..
activemq5-unit-tests [maven-release-plugin] prepare for next development iteration 2021-02-11 12:00:04 -05:00
artemis-test-support [maven-release-plugin] prepare for next development iteration 2021-02-11 12:00:04 -05:00
compatibility-tests [maven-release-plugin] prepare for next development iteration 2021-02-11 12:00:04 -05:00
config ARTEMIS-2974 Proper fix for the CI on MultiThreadAuditLoggingTest 2020-11-09 10:05:48 -05:00
extra-tests NO-JIRA Fix Extra Tests pom 2021-02-08 16:09:13 -05:00
integration-tests ARTEMIS-2870: Transfer connection close/failure listeners one by one on reattachment 2021-03-18 18:26:07 -04:00
jms-tests [maven-release-plugin] prepare for next development iteration 2021-02-11 12:00:04 -05:00
joram-tests [maven-release-plugin] prepare for next development iteration 2021-02-11 12:00:04 -05:00
karaf-client-integration-tests [maven-release-plugin] prepare for next development iteration 2021-02-11 12:00:04 -05:00
performance-jmh NO-JIRA updating pom on jmh perf 2021-02-09 09:46:25 -05:00
performance-tests [maven-release-plugin] prepare for next development iteration 2021-02-11 12:00:04 -05:00
smoke-tests ARTEMIS-3183: resolve various immediate warnings at build start 2021-03-16 12:48:48 +00:00
soak-tests [maven-release-plugin] prepare for next development iteration 2021-02-11 12:00:04 -05:00
stress-tests [maven-release-plugin] prepare for next development iteration 2021-02-11 12:00:04 -05:00
timing-tests ARTEMIS-3067, ARTEMIS-3135 - rework accounting for lazy decoding by directly referencing the owning page store, owner now tracked on a message rather than the message reference. This avoids the error prone checks around potential decoding sites 2021-02-24 15:50:13 +00:00
unit-tests ARTEMIS-3180 - fix multiple path match case in wildcard address map 2021-03-18 11:24:51 +00:00
pom.xml [maven-release-plugin] prepare for next development iteration 2021-02-11 12:00:04 -05:00