You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by Marc Schöchlin <ma...@256bit.org> on 2010/04/15 19:17:35 UTC

[PATCH] ActiveMQ Examples/Testcode

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

Re: [PATCH] ActiveMQ Examples/Testcode

Posted by Dejan Bosanac <de...@nighttale.net>.
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 <ma...@256bit.org>

> 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
>