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 (JIRA)" <ji...@apache.org> on 2010/04/19 07:16:11 UTC

[jira] Updated: (AMQ-2698) Enhanced Example Code

     [ https://issues.apache.org/activemq/browse/AMQ-2698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marc Schöchlin updated AMQ-2698:
--------------------------------

    Attachment: examples2.diff

Patch based on:
{code}
$ 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: 935452
{code}h


> Enhanced Example Code
> ---------------------
>
>                 Key: AMQ-2698
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2698
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: Samples
>    Affects Versions: 5.3.1
>            Reporter: Marc Schöchlin
>         Attachments: examples2.diff
>
>
> 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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.