Thank you. According to https://github.com/apache/activemq-artemis/blob/deb84857a692630508b30849e4be7c79c02831c3/integration/activemq-spring-integration/src/main/java/org/apache/activemq/artemis/integration/spring/SpringJmsBootstrap.java, class SpringJmsBootstrap extends EmbeddedJMS with a single method
public void setBeanFactory(BeanFactory beanFactory) throws BeansException; which I presume makes the server Spring context aware. It also means that most of the behaviour of SpringJmsBootstrap is identical to that of EmbeddedJMS, so the documentation for EmbeddedJMS almost entirely documents SpringJmsBoostrap, too. Derek On 12 January 2016 at 13:07, Justin Bertram <jbert...@apache.com> wrote: > API documentation is available on the website: > http://activemq.apache.org/artemis/docs.html. Although > org.apache.activemq.artemis.integration.spring.SpringJmsBootstrap isn't > specifically included in that documentation, the class that it extends > (i.e. org.apache.activemq.artemis.jms.server.embedded.EmbeddedJMS) is. > > > Justin > > ----- Original Message ----- > From: "Derek Mahar" <derek.ma...@gmail.com> > To: users@activemq.apache.org > Sent: Tuesday, January 12, 2016 11:56:49 AM > Subject: Documentation for SpringJmsBootstrap? > > Where may I find the API documentation for > class org.apache.activemq.artemis.integration.spring.SpringJmsBootstrap? > > Thank you, > > Derek >