Class JMSServerManagerImpl

  • All Implemented Interfaces:
    ActivateCallback, ActiveMQComponent, JMSServerManager

    @Deprecated
    public class JMSServerManagerImpl
    extends 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.