This is an automated email from the ASF dual-hosted git repository.
fmariani pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
from e254ce5 CAMEL-20308 Reverse the order of spring-boot-dependencies and
camel-spring-boot-bom (#121)
new d5eaf8a Adding camel-activemq using openwire example. Excludes Spring
Boot's ActiveMQAutoConfiguration in order to configure camel-activemq entirely
using camel.component.activemq configuration and not via spring.activemq
configuration.
new dda45b7 org.messaginghub:pooled-jms is managed by BOM
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
{routetemplate => activemq}/pom.xml | 56 +++++++++++-----------
{amqp => activemq}/readme.adoc | 4 +-
.../java/sample/camel/SampleAmqApplication.java | 12 +++--
.../sample/camel/SampleAutowiredActiveMQRoute.java | 17 ++++---
.../src/main/resources/application.properties | 32 ++++++++-----
.../sample/camel/SampleAmqApplicationTests.java | 2 +-
6 files changed, 70 insertions(+), 53 deletions(-)
copy {routetemplate => activemq}/pom.xml (78%)
copy {amqp => activemq}/readme.adoc (86%)
copy {amqp => activemq}/src/main/java/sample/camel/SampleAmqApplication.java
(70%)
copy observation/service2/src/main/java/sample/camel/Service2Route.java =>
activemq/src/main/java/sample/camel/SampleAutowiredActiveMQRoute.java (71%)
copy {master => activemq}/src/main/resources/application.properties (52%)
copy {amqp =>
activemq}/src/test/java/sample/camel/SampleAmqApplicationTests.java (96%)