This closes #2241
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/dd15aa87 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/dd15aa87 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/dd15aa87 Branch: refs/heads/master Commit: dd15aa87da58cfe3d7b8185fc63aad4e276548d9 Parents: 94e34fe 550c79b Author: Michael Andre Pearce <[email protected]> Authored: Tue Aug 14 23:45:32 2018 +0100 Committer: Michael Andre Pearce <[email protected]> Committed: Tue Aug 14 23:45:32 2018 +0100 ---------------------------------------------------------------------- examples/features/standard/pom.xml | 1 + .../standard/spring-boot-integration/README.md | 7 ++ .../standard/spring-boot-integration/pom.xml | 102 +++++++++++++++++++ .../jms/example/springboot/Application.java | 70 +++++++++++++ .../jms/example/springboot/ExampleListener.java | 29 ++++++ .../jms/example/springboot/MessageSender.java | 41 ++++++++ ...dditional-spring-configuration-metadata.json | 44 ++++++++ .../src/main/resources/application.properties | 23 +++++ .../src/main/resources/broker.xml | 42 ++++++++ .../src/main/resources/logback.xml | 38 +++++++ 10 files changed, 397 insertions(+) ----------------------------------------------------------------------
