[prev in list] [next in list] [prev in thread] [next in thread] 

List:       activemq-commits
Subject:    svn commit: r398016 -
From:       chirino () apache ! org
Date:       2006-04-28 21:25:45
Message-ID: 20060428212546.13672.qmail () minotaur ! apache ! org
[Download RAW message or body]

Author: chirino
Date: Fri Apr 28 14:25:43 2006
New Revision: 398016

URL: http://svn.apache.org/viewcvs?rev=398016&view=rev
Log:
Disable optimizeAcknowledge for now.  It is still not threadsafe.  Tests fail on on 2 \
core windows box when this is enabled.

Modified:
    incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnectionFactory.java


Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnectionFactory.java
                
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/jav \
a/org/apache/activemq/ActiveMQConnectionFactory.java?rev=398016&r1=398015&r2=398016&view=diff
 ==============================================================================
--- incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnectionFactory.java \
                (original)
+++ incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnectionFactory.java \
Fri Apr 28 14:25:43 2006 @@ -82,7 +82,7 @@
     protected boolean asyncDispatch = false;
     protected boolean alwaysSessionAsync=true;
     private boolean useAsyncSend = false;
-    private boolean optimizeAcknowledge = true;
+    private boolean optimizeAcknowledge = false;
     private int closeTimeout = 15000;
     private boolean useRetroactiveConsumer;
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic