An open API service indexing awesome lists of open source software.

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

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