You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Gary Tully (JIRA)" <ji...@apache.org> on 2010/04/19 12:00:14 UTC

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

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

Gary Tully resolved AMQ-2698.
-----------------------------

    Fix Version/s: 5.4.0
       Resolution: Fixed

patch applied with thanks in r935507

note: use tabs == 4 spaces in your editor if you can in the future, thanks.

> 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
>            Assignee: Gary Tully
>             Fix For: 5.4.0
>
>         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.