activemq/activemq-kahadb-store
Timothy Bish 455f1ca475 https://issues.apache.org/jira/browse/AMQ-5872
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'
2015-07-02 17:04:35 -04:00
..
src https://issues.apache.org/jira/browse/AMQ-5872 2015-07-02 17:04:35 -04:00
pom.xml [maven-release-plugin] prepare for next development iteration 2015-01-30 12:46:19 +00:00