Class InVMNodeManager

  • All Implemented Interfaces:
    ActiveMQComponent

    public final class InVMNodeManager
    extends FileBasedNodeManager
    NodeManager used to run multiple servers in the same VM.

    We use the InVMNodeManager instead of FileLockNodeManager when multiple servers are run inside the same VM and File Locks can not be shared in the same VM (it would cause a shared lock violation).