Class FileDeploymentManager

java.lang.Object
org.apache.activemq.artemis.core.config.FileDeploymentManager

public class FileDeploymentManager extends Object
ised to build a set of ActiveMQComponents from a set of Deployables pulled out of the configuration file
  • Constructor Details

    • FileDeploymentManager

      public FileDeploymentManager()
    • FileDeploymentManager

      public FileDeploymentManager(String configurationUrl)
  • Method Details

    • readConfiguration

      public void readConfiguration() throws Exception
      Parse a set of configuration with the Deployables that were given.
      Throws:
      Exception
    • buildService

      public Map<String,org.apache.activemq.artemis.core.server.ActiveMQComponent> buildService(ActiveMQSecurityManager securityManager, MBeanServer mBeanServer, org.apache.activemq.artemis.core.server.ActivateCallback activateCallback) throws Exception
      Build a set of ActiveMQComponents from the Deployables configured
      Throws:
      Exception
    • addDeployable

      public FileDeploymentManager addDeployable(org.apache.activemq.artemis.core.deployers.Deployable deployable)
      Add a Deployable to be configured