Class SpringJmsBootstrap

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware

    @Deprecated
    public class SpringJmsBootstrap
    extends org.apache.activemq.artemis.jms.server.embedded.EmbeddedJMS
    implements org.springframework.beans.factory.BeanFactoryAware
    Deprecated.
    This really isn't needed for Spring integration as demonstrated by org.apache.activemq.artemis.tests.integration.spring.SpringIntegrationTest as well as the "spring-integration" example
    • Field Summary

      • Fields inherited from class org.apache.activemq.artemis.jms.server.embedded.EmbeddedJMS

        context, jmsConfiguration, registry, serverManager
      • Fields inherited from class org.apache.activemq.artemis.core.server.embedded.EmbeddedActiveMQ

        activeMQServer, configResourcePath, configuration, mbeanServer, propertiesResourcePath, securityManager
    • Constructor Summary

      Constructors 
      Constructor Description
      SpringJmsBootstrap()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void close()
      Deprecated.
       
      void setBeanFactory​(org.springframework.beans.factory.BeanFactory beanFactory)
      Deprecated.
       
      • Methods inherited from class org.apache.activemq.artemis.jms.server.embedded.EmbeddedJMS

        getJMSServerManager, getRegistry, lookup, setConfiguration, setContext, setJmsConfiguration, setRegistry, start, stop
      • Methods inherited from class org.apache.activemq.artemis.core.server.embedded.EmbeddedActiveMQ

        getActiveMQServer, getConfiguration, initStart, setConfigResourcePath, setMbeanServer, setPropertiesResourcePath, setSecurityManager, waitClusterForming
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SpringJmsBootstrap

        public SpringJmsBootstrap()
        Deprecated.
    • Method Detail

      • setBeanFactory

        public void setBeanFactory​(org.springframework.beans.factory.BeanFactory beanFactory)
                            throws org.springframework.beans.BeansException
        Deprecated.
        Specified by:
        setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware
        Throws:
        org.springframework.beans.BeansException
      • close

        public void close()
                   throws java.lang.Exception
        Deprecated.
        Throws:
        java.lang.Exception