backported a trivial snippet macro change as a test for the activemq-backport.sh script

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/branches/activemq-4.0@413633 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2006-06-12 11:01:45 +00:00
parent 4122ad2d2a
commit 4624a3a3cb
3 changed files with 4 additions and 4 deletions

View File

@ -125,7 +125,7 @@ public class ActiveMQConnection implements Connection, TopicConnection, QueueCon
protected boolean asyncDispatch = false;
protected boolean alwaysSessionAsync=true;
private boolean useAsyncSend = false;
private boolean optimizeAcknowledge = true;
private boolean optimizeAcknowledge = false;
private boolean useRetroactiveConsumer;
private int closeTimeout = 15000;

View File

@ -81,7 +81,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;

View File

@ -1,4 +1,4 @@
<!-- START SNIPPET: xbean -->
<!-- START SNIPPET: example -->
<beans xmlns="http://activemq.org/config/1.0">
<broker useJmx="true">
@ -91,4 +91,4 @@
-->
</beans>
<!-- END SNIPPET: xbean -->
<!-- END SNIPPET: example -->