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:14:11 UTC

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

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


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.


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

Posted by "Gary Tully (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-2698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Tully reassigned AMQ-2698:
-------------------------------

    Assignee: Gary Tully

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


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

Posted by "Marc Schoechlin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-2698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=58952#action_58952 ] 

Marc Schoechlin commented on AMQ-2698:
--------------------------------------

Hi,




many thanks :-)

I will configure my editor for future contributions...

Regards
Marc Schöchlin


-- 
http://www.xing.com/profile/Marc_Schoechlin/
jabber: ms@256bit.org


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


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

Posted by "Gary Tully (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Marc Schöchlin (JIRA)" <ji...@apache.org>.
     [ 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.