Use a larger send batch by default on the sample

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@619005 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2008-02-06 14:51:58 +00:00
parent 527bd15a5a
commit 77f6790005
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public class TopicPublisher implements MessageListener {
private int remaining;
private int messages = 10000;
private long delay;
private int batch = 40;
private int batch = 2000;
private byte[] payload;