Class JMSServerManagerImpl

  • All Implemented Interfaces:
    org.apache.activemq.artemis.core.server.ActivateCallback, org.apache.activemq.artemis.core.server.ActiveMQComponent, JMSServerManager

    @Deprecated
    public class JMSServerManagerImpl
    extends org.apache.activemq.artemis.core.server.impl.CleaningActivateCallback
    implements JMSServerManager
    Deprecated.
    A Deployer used to create and add to Bindings queues, topics and connection factories. Typically this would only be used in an app server env.

    JMS Connection Factories and Destinations can be configured either using configuration files or using a JMSConfiguration object.

    If configuration files are used, JMS resources are redeployed if the files content is changed. If a JMSConfiguration object is used, the JMS resources can not be redeployed.

    • Constructor Detail

      • JMSServerManagerImpl

        public JMSServerManagerImpl​(org.apache.activemq.artemis.core.server.ActiveMQServer server)
                             throws Exception
        Deprecated.
        Throws:
        Exception
      • JMSServerManagerImpl

        public JMSServerManagerImpl​(org.apache.activemq.artemis.core.server.ActiveMQServer server,
                                    BindingRegistry registry)
                             throws Exception
        Deprecated.
        This constructor is used by the Application Server's integration
        Parameters:
        server -
        registry -
        Throws:
        Exception
      • JMSServerManagerImpl

        public JMSServerManagerImpl​(org.apache.activemq.artemis.core.server.ActiveMQServer server,
                                    JMSConfiguration configuration)
                             throws Exception
        Deprecated.
        Throws:
        Exception