mirror of https://github.com/apache/activemq.git
455f1ca475
The code that adds subscriptions for retroactive subscribers did not account for the case where the last ack position in the ackLocations table is used as a placeholder for the next incoming message and there may not be an element in the messageReference tracker for that index especially after restart when the index is reloaded. The code needed to check this when it iterates of the existing message references to add a value so to avoid the NPE. Also cleaned up the MQTT tests such that they place their data dir in ./target so that old stores get removed on 'mvn clean' |
||
---|---|---|
.. | ||
src | ||
pom.xml |