mirror of https://github.com/apache/activemq.git
applied patch from Danielius Jurna on AMQ-736 - many thanks!
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@411788 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ce6e1b4945
commit
72555fe834
|
@ -263,7 +263,6 @@ public class JournalMessageStore implements MessageStore {
|
|||
|
||||
size += message.getSize();
|
||||
|
||||
iterator.remove();
|
||||
message.decrementReferenceCount();
|
||||
|
||||
// Commit the batch if it's getting too big
|
||||
|
|
Loading…
Reference in New Issue