java-tutorials/messaging-modules/spring-apache-camel
Dhawal Kapil ad9ddfc6e3 JAVA-15787 Created new messaging-modules and saas-modules
- Moved jgroups, rabbitmq, spring-amqp, spring-apache-camel, spring-jms to messaging-modules
- Moved twilio, twitter4j, strip to saas-modules
- Renamed existing saas to jira-rest-integration
2022-11-26 11:54:53 +05:30
..
src JAVA-15787 Created new messaging-modules and saas-modules 2022-11-26 11:54:53 +05:30
.gitignore JAVA-15787 Created new messaging-modules and saas-modules 2022-11-26 11:54:53 +05:30
README.md JAVA-15787 Created new messaging-modules and saas-modules 2022-11-26 11:54:53 +05:30
pom.xml JAVA-15787 Created new messaging-modules and saas-modules 2022-11-26 11:54:53 +05:30

README.md

Spring Apache Camel

This module contains articles about Spring with Apache Camel

Relevant Articles

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"