Re: [PR] Adding camel-activemq using openwire example. [camel-spring-boot-examples]

2024-01-24 Thread via GitHub
Croway merged PR #122: URL: https://github.com/apache/camel-spring-boot-examples/pull/122 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Adding camel-activemq using openwire example. [camel-spring-boot-examples]

2024-01-24 Thread via GitHub
tmielke commented on code in PR #122: URL: https://github.com/apache/camel-spring-boot-examples/pull/122#discussion_r1464702194 ## activemq/pom.xml: ## @@ -0,0 +1,117 @@ + + +http://maven.apache.org/POM/4.0.0; +xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; +

Re: [PR] Adding camel-activemq using openwire example. [camel-spring-boot-examples]

2024-01-24 Thread via GitHub
Croway commented on code in PR #122: URL: https://github.com/apache/camel-spring-boot-examples/pull/122#discussion_r1464545317 ## activemq/pom.xml: ## @@ -0,0 +1,117 @@ + + +http://maven.apache.org/POM/4.0.0; +xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; +

[PR] Adding camel-activemq using openwire example. [camel-spring-boot-examples]

2024-01-23 Thread via GitHub
tmielke opened a new pull request, #122: URL: https://github.com/apache/camel-spring-boot-examples/pull/122 Adding camel-activemq using openwire example. Excludes Spring Boot's ActiveMQAutoConfiguration in order to configure camel-activemq entirely using 'camel.component.activemq'