Class MemoryManager

  • All Implemented Interfaces:
    ActiveMQComponent

    public class MemoryManager
    extends Object
    implements ActiveMQComponent
    A memory usage watcher.

    This class will run a thread monitoring memory usage and log warnings in case we are low on memory.

    • Constructor Detail

      • MemoryManager

        public MemoryManager​(int memoryWarningThreshold,
                             long measureInterval)