mirror of https://github.com/apache/activemq.git
Use a larger send batch by default on the sample
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@619078 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
77f6790005
commit
cada61f3ca
|
@ -25,7 +25,7 @@
|
|||
<property name="topic" value="false" />
|
||||
<property name="subject" value="TEST.FOO" />
|
||||
<property name="durable" value="false" />
|
||||
<property name="max" value="10" />
|
||||
<property name="max" value="2000" />
|
||||
<property name="messageSize" value="1000" />
|
||||
<property name="clientId" value="consumer1" />
|
||||
<property name="producerClientId" value="null" />
|
||||
|
|
Loading…
Reference in New Issue