2014-12-11 07:17:29 -05:00
|
|
|
# Spring Integration
|
2014-12-04 10:25:29 -05:00
|
|
|
|
2015-04-27 17:32:30 -04:00
|
|
|
Apache ActiveMQ Artemis provides a simple bootstrap class,
|
2018-03-09 10:07:38 -05:00
|
|
|
`org.apache.activemq.artemis.integration.spring.SpringJmsBootstrap`, for
|
|
|
|
integration with Spring. To use it, you configure Apache ActiveMQ Artemis as
|
|
|
|
you always would, through its various configuration files like `broker.xml`.
|
2014-12-04 10:25:29 -05:00
|
|
|
|
2018-03-09 10:07:38 -05:00
|
|
|
The `SpringJmsBootstrap` class extends the EmbeddedJMS class talked about in
|
|
|
|
[embedding ActiveMQ](embedding-activemq.md) and the same defaults and
|
|
|
|
configuration options apply. See the javadocs for more details on other
|
|
|
|
properties of the bean class.
|
2014-12-04 10:25:29 -05:00
|
|
|
|
2018-03-09 10:07:38 -05:00
|
|
|
## Example
|
2014-12-04 10:25:29 -05:00
|
|
|
|
2018-03-09 10:07:38 -05:00
|
|
|
See the [Spring Integration Example](examples.md#spring-integration) for a
|
|
|
|
demonstration of how this can work.
|