https://github.com/colinbut/camel-spring-example
Camel and Spring example
https://github.com/colinbut/camel-spring-example
activemq camel spring spring-xml
Last synced: 29 days ago
JSON representation
Camel and Spring example
- Host: GitHub
- URL: https://github.com/colinbut/camel-spring-example
- Owner: colinbut
- Created: 2017-05-16T18:04:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-03T16:46:08.000Z (over 7 years ago)
- Last Synced: 2025-10-30T13:37:44.226Z (8 months ago)
- Topics: activemq, camel, spring, spring-xml
- Language: Java
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Camel - Spring
This project explores different ways to use Apache Camel (the enterprise application integration framework) with the Spring (Application development framework).
It focuses on the integration with Spring for Camel.
Topics includes:
1. Bean in Spring
2. ActiveMQ in Java DSL
3. Camel Component
4. Camel Endpoint
5. ActiveMQ in Spring DSL (Spring XML configurations)
6. Camel RouteBuilder in Spring
7. Routes in Spring XML definition files
8. Camel Processor in Spring
9. Multiple routes in Spring
10. Routes using Camel packageScan in Spring
11. Routes using Spring component scan
12. Separate routes into different definition XML files and importing them
13. Testing Camel using Spring