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