You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Bruce Snyder (JIRA)" <ji...@apache.org> on 2010/09/18 18:47:37 UTC

[jira] Updated: (AMQ-2633) Missing documentation: http://activemq.apache.org/producer-flow-control.html

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

Bruce Snyder updated AMQ-2633:
------------------------------

    Fix Version/s: 5.5.0
                       (was: 5.4.1)

> Missing documentation: http://activemq.apache.org/producer-flow-control.html
> ----------------------------------------------------------------------------
>
>                 Key: AMQ-2633
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2633
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.3.0
>            Reporter: Marc Schöchlin
>             Fix For: 5.5.0
>
>
> According to http://activemq.apache.org/producer-flow-control.html resource usage can be limited 
> in ActiveMQ by using the follwing configuration options:
> -----
> <systemUsage>
>        <systemUsage sendFailIfNoSpaceAfterTimeout="3000">
>          <memoryUsage>
>            <memoryUsage limit="700 mb"/>
>          </memoryUsage>
>          <storeUsage>
>            <storeUsage limit="1 gb" name="foo"/>
>          </storeUsage>
>          <tempUsage>
>            <tempUsage limit="1 gb"/>
>          </tempUsage>
>        </systemUsage>
> </systemUsage>
> -----
> Can you add documentation about:
> - what is limited in detail
> - what is "name" needed for
> - what the producer/consumer sees it the limits are reached

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