mirror of https://github.com/apache/activemq.git
Disable optimizeAcknowledge for now. It is still not threadsafe. Tests fail on on 2 core windows box when this is enabled.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@398016 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
807e18f9f9
commit
653a7791f7
|
@ -82,7 +82,7 @@ public class ActiveMQConnectionFactory extends JNDIBaseStorable implements Conne
|
|||
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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue