Hi Marc, can you raise an enhancement in Jira and attach this diff to it with Apache license (just it don't get lost in emails).
Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net 2010/4/15 Marc Schöchlin <[email protected]> > Hello Developers, > > i made some trivial enhancements to the ActiveMq examples. > > This patch introduces parallel enqueueing/dequeuing of messages (without > connection pooling). > I used this tool for benchmarking/verifying/testing my ActiveMQ > configuration - maybe also other users > are interested in this. > > Example: > --- > ant producer -DparallelThreads=60 -Dmax=2000 -DmessageSize=1024 > ant consumer -DparallelThreads=100 -Dmax=2000 > --- > > The patch is based on the following release: > --- > $ LANG=C svn info > Path: . > URL: https://svn.apache.org/repos/asf/activemq/trunk > Repository Root: https://svn.apache.org/repos/asf > Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68 > Revision: 932332 > --- > > You can apply this, i accept the Apache licence. > > Regards > Marc Schoechlin >
