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@619005 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
527bd15a5a
commit
77f6790005
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue