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:
James Strachan 2008-02-06 17:22:16 +00:00
parent 77f6790005
commit cada61f3ca
1 changed files with 1 additions and 1 deletions

View File

@ -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" />