Class SpringJmsBootstrap
- java.lang.Object
-
- org.apache.activemq.artemis.core.server.embedded.EmbeddedActiveMQ
-
- org.apache.activemq.artemis.jms.server.embedded.EmbeddedJMS
-
- org.apache.activemq.artemis.integration.spring.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.BeanFactoryAwareDeprecated.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
-
-
Constructor Summary
Constructors Constructor Description SpringJmsBootstrap()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidclose()Deprecated.voidsetBeanFactory(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
-
-
-
-
Method Detail
-
setBeanFactory
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) throws org.springframework.beans.BeansExceptionDeprecated.- Specified by:
setBeanFactoryin interfaceorg.springframework.beans.factory.BeanFactoryAware- Throws:
org.springframework.beans.BeansException
-
close
public void close() throws java.lang.ExceptionDeprecated.- Throws:
java.lang.Exception
-
-