[ https://issues.apache.org/activemq/browse/AMQ-827?page=comments#action_36903 ] Hiram Chirino commented on AMQ-827: -----------------------------------
Committed.. trunk rev: 439930 so now you can use any of these to set the limit (it is case insensitive) and ignores extra spaces: limit="20 MB" limit="20M" limit="20000 kb" limit="20000 k" limit="1G" limit="1 gb" limit="100000000" rolled back the limitKb limitMb properties since I think it just pollutes the API. > allow the usageManager to be configured in Kb or Mb to make configuration a > little easier > ----------------------------------------------------------------------------------------- > > Key: AMQ-827 > URL: https://issues.apache.org/activemq/browse/AMQ-827 > Project: ActiveMQ > Issue Type: Improvement > Components: Broker > Reporter: james strachan > Assigned To: james strachan > Fix For: 4.1 > > > something like > <usageManager limitMb="100"/> would be much simpler than having to get the > calculator out to type 100 * 1024 * 1024 :) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
