mirror of https://github.com/apache/activemq.git
resolve: https://issues.apache.org/activemq/browse/AMQ-2125 - remove the error log, replace with warn as these are can ocurr on failover in normal usage, but are indicative of another consumer getting the message
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@982990 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
05101de839
commit
b18255665f
|
@ -273,7 +273,7 @@ public abstract class PrefetchSubscription extends AbstractSubscription {
|
|||
// this only happens after a reconnect - get an ack which is not
|
||||
// valid
|
||||
if (!callDispatchMatched) {
|
||||
LOG.error("Could not correlate acknowledgment with dispatched message: "
|
||||
LOG.warn("Could not correlate acknowledgment with dispatched message: "
|
||||
+ ack);
|
||||
}
|
||||
} else if (ack.isIndividualAck()) {
|
||||
|
|
Loading…
Reference in New Issue