Turn inactivity monitor thread off by default
---------------------------------------------
Key: AMQ-3609
URL: https://issues.apache.org/jira/browse/AMQ-3609
Project: ActiveMQ
Issue Type: Improvement
Affects Versions: 5.5.0
Reporter: Dejan Bosanac
Fix For: 5.6.0
By default schedulePeriodForDestinationPurge is set to run every 5 second,
checking every destination if it needs to be checked or deleted. That can put a
lot of stress on brokers with many destinations. As for it to actually work
properly what it need to do, the separate destination policy changes must be
set, so keeping this on by default doesn't make much sense.
We should keep it off by default (0) and set it explicitly if the check is
needed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira