You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Rob Davies (JIRA)" <ji...@apache.org> on 2008/09/04 17:23:52 UTC

[jira] Resolved: (AMQ-1557) High message frequency causes ActiveMQ to freeze

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

Rob Davies resolved AMQ-1557.
-----------------------------

    Fix Version/s: 5.2.0
       Resolution: Fixed

Resolved in 5.2

> High message frequency causes ActiveMQ to freeze
> ------------------------------------------------
>
>                 Key: AMQ-1557
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1557
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.0.0, 5.1.0
>         Environment: observed on Windows XP Professional SP2, Sun JDK 1.5.01_11, but probably affects all platforms
>            Reporter: Jürgen Schumacher
>            Assignee: Rob Davies
>             Fix For: 5.2.0
>
>         Attachments: stresstest.zip
>
>
> ActiveMQ freezes in a test setup with very high message frequency of persistent messages and multiple producers and consumers running on multiple machines:
> - Host 1: Multiple Producers send messages very fast to queue1 
> - Host 2: Multiple Processors consume message from queue1 and send a new message for each consumed message to queue2, also very fast.
> - Host 3: ActiveMQ server and 1 consumer reads messages from queue2.
> With producerFlowControl enabled, the system freezes very soon (a bit more than 1000 messages).
> With producerFlowControl disabled, it seems to run longer at first, but it still freezes later.
> Using transactions or not does not seem to make a difference.
> See this thread in user mailing list for more details:
> http://www.nabble.com/High-message-frequency-causes-ActiveMQ-to-freeze-to14919292s2354.html
> See attachment for code of test cases and the batch files to start them.

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