mirror of https://github.com/apache/activemq.git
Fix for https://issues.apache.org/jira/browse/AMQ-4190 - Figure out what was intended with transactions and producer flow control for topics
Fix the counter so the logging happens git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1418378 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
25d396b589
commit
96f29456e9
|
@ -404,6 +404,7 @@ public class Topic extends BaseDestination implements Task {
|
||||||
LOG.warn("Waiting for space to send transacted message - transaction elements = "
|
LOG.warn("Waiting for space to send transacted message - transaction elements = "
|
||||||
+ size + " need more space to commit. Message = " + message);
|
+ size + " need more space to commit. Message = " + message);
|
||||||
}
|
}
|
||||||
|
count++;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
waitForSpace(
|
waitForSpace(
|
||||||
|
|
Loading…
Reference in New Issue