mirror of https://github.com/apache/activemq.git
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:
parent
4122ad2d2a
commit
4624a3a3cb
|
@ -125,7 +125,7 @@ public class ActiveMQConnection implements Connection, TopicConnection, QueueCon
|
||||||
protected boolean asyncDispatch = false;
|
protected boolean asyncDispatch = false;
|
||||||
protected boolean alwaysSessionAsync=true;
|
protected boolean alwaysSessionAsync=true;
|
||||||
private boolean useAsyncSend = false;
|
private boolean useAsyncSend = false;
|
||||||
private boolean optimizeAcknowledge = true;
|
private boolean optimizeAcknowledge = false;
|
||||||
private boolean useRetroactiveConsumer;
|
private boolean useRetroactiveConsumer;
|
||||||
private int closeTimeout = 15000;
|
private int closeTimeout = 15000;
|
||||||
|
|
||||||
|
|
|
@ -81,7 +81,7 @@ public class ActiveMQConnectionFactory extends JNDIBaseStorable implements Conne
|
||||||
protected boolean asyncDispatch = false;
|
protected boolean asyncDispatch = false;
|
||||||
protected boolean alwaysSessionAsync=true;
|
protected boolean alwaysSessionAsync=true;
|
||||||
private boolean useAsyncSend = false;
|
private boolean useAsyncSend = false;
|
||||||
private boolean optimizeAcknowledge = true;
|
private boolean optimizeAcknowledge = false;
|
||||||
private int closeTimeout = 15000;
|
private int closeTimeout = 15000;
|
||||||
private boolean useRetroactiveConsumer;
|
private boolean useRetroactiveConsumer;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- START SNIPPET: xbean -->
|
<!-- START SNIPPET: example -->
|
||||||
<beans xmlns="http://activemq.org/config/1.0">
|
<beans xmlns="http://activemq.org/config/1.0">
|
||||||
|
|
||||||
<broker useJmx="true">
|
<broker useJmx="true">
|
||||||
|
@ -91,4 +91,4 @@
|
||||||
-->
|
-->
|
||||||
|
|
||||||
</beans>
|
</beans>
|
||||||
<!-- END SNIPPET: xbean -->
|
<!-- END SNIPPET: example -->
|
||||||
|
|
Loading…
Reference in New Issue