mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-06 10:09:01 +00:00
2b5d8f3b80
- Split protocols into individual chapters - Reorganize summary to flow more logically - Fill in missing parameters in configuration index - Normalize spaces for ordered and unordered lists - Re-wrap lots of text for readability - Fix incorrect XML snippets - Normalize table formatting - Improve internal links with anchors - Update content to reflect new address model - Resized architecture images to avoid excessive white-space - Update some JavaDoc - Update some schema elements - Disambiguate AIO & ASYNCIO where necessary - Use URIs instead of Objects in code examples
17 lines
682 B
Markdown
17 lines
682 B
Markdown
# Spring Integration
|
|
|
|
Apache ActiveMQ Artemis provides a simple bootstrap class,
|
|
`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`.
|
|
|
|
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.
|
|
|
|
## Example
|
|
|
|
See the [Spring Integration Example](examples.md#spring-integration) for a
|
|
demonstration of how this can work.
|