26 lines
		
	
	
		
			883 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			883 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Spring Apache Camel
 | |
| 
 | |
| This module contains articles about Spring with Apache Camel
 | |
| 
 | |
| ### Relevant Articles
 | |
| 
 | |
| - [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)
 | |
| 
 | |
| ### Framework Versions:
 | |
| 
 | |
| - Spring 4.2.4
 | |
| - Apache Camel 2.16.1
 | |
| 
 | |
| ### Build and Run Application
 | |
| 
 | |
| To build this application execute:
 | |
| 
 | |
| `mvn clean install`
 | |
| 
 | |
| To run this application you can either run our main class App from your IDE or you can execute following maven command:
 | |
| 
 | |
| `mvn exec:java -Dexec.mainClass="com.baeldung.camel.main.App"` |