Author: gtully
Date: Fri Aug  6 14:30:04 2010
New Revision: 982990

URL: http://svn.apache.org/viewvc?rev=982990&view=rev
Log:
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

Modified:
    
activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/PrefetchSubscription.java

Modified: 
activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/PrefetchSubscription.java
URL: 
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/PrefetchSubscription.java?rev=982990&r1=982989&r2=982990&view=diff
==============================================================================
--- 
activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/PrefetchSubscription.java
 (original)
+++ 
activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/PrefetchSubscription.java
 Fri Aug  6 14:30:04 2010
@@ -273,7 +273,7 @@ public abstract class PrefetchSubscripti
                 // 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()) {


Reply via email to