2019-09-27 15:26:02 +01:00
|
|
|
## Spring Apache Camel
|
2016-02-04 14:13:39 +05:30
|
|
|
|
2019-09-27 15:26:02 +01:00
|
|
|
This module contains articles about Spring with Apache Camel
|
2016-02-04 14:13:39 +05:30
|
|
|
|
2019-09-27 15:26:02 +01:00
|
|
|
### Relevant Articles
|
2016-02-04 14:13:39 +05:30
|
|
|
|
2019-09-27 15:26:02 +01:00
|
|
|
- [Apache Camel](http://camel.apache.org/)
|
|
|
|
- [Enterprise Integration Patterns](http://www.enterpriseintegrationpatterns.com/patterns/messaging/toc.html)
|
|
|
|
- [Introduction To Apache Camel](http://www.baeldung.com/apache-camel-intro)
|
|
|
|
- [Integration Patterns With Apache Camel](http://www.baeldung.com/camel-integration-patterns)
|
|
|
|
- [Using Apache Camel with Spring](http://www.baeldung.com/spring-apache-camel-tutorial)
|
2016-02-04 14:13:39 +05:30
|
|
|
|
2019-09-27 15:26:02 +01:00
|
|
|
### Framework Versions:
|
2016-02-04 14:13:39 +05:30
|
|
|
|
2019-09-27 15:26:02 +01:00
|
|
|
- Spring 4.2.4
|
|
|
|
- Apache Camel 2.16.1
|
2016-02-04 14:13:39 +05:30
|
|
|
|
2019-09-27 15:26:02 +01:00
|
|
|
### Build and Run Application
|
2016-02-04 14:13:39 +05:30
|
|
|
|
2019-09-27 15:26:02 +01:00
|
|
|
To build this application execute:
|
2016-02-04 14:13:39 +05:30
|
|
|
|
2019-09-27 15:26:02 +01:00
|
|
|
`mvn clean install`
|
2016-02-04 14:13:39 +05:30
|
|
|
|
2016-02-18 21:31:51 -06:00
|
|
|
To run this application you can either run our main class App from your IDE or you can execute following maven command:
|
2016-02-04 14:13:39 +05:30
|
|
|
|
2019-09-27 15:26:02 +01:00
|
|
|
`mvn exec:java -Dexec.mainClass="com.baeldung.camel.main.App"`
|