Apache Camel Tutorial
What is Camel?
This series we started with Apache Camel using Java
with basic examples
Apache Camel - Hello World Example
Implement Apache Camel Hello World Example.
Apache Camel - File Copy Example
We implement a route where using the File Component we transfer file from one folder to another.
Apache Camel + Spring Boot Hello World Example
We implement a route where using the JMS Component to transfer message from one activemq queue to another.
Apache Camel + JMS (ActiveMQ) Hello World Example
We implement a route where using the JMS Component to transfer message from one activemq queue to another.
Apache Camel + Quartz Example
We implement a route where we use quartz to trigger and transfer files
Spring Boot + Apache Camel + Quartz Example
In this tutorial we will making creating a project using Spring Boot and Apache Camel.
We will be configuring an Apache Camel Route for a Spring Boot Project and triggering it using Quartz.
Apache Camel Exception Handling Example
In this tutorial we will implementing Exception Handling using Apache Camel. We will be looking at both the do try block
and the onException block.
Apache Camel Slip Routing EIP Pattern Example
In this tutorial we will implementing the Apache Camel Routing Slip Pattern. We will make use of Java DSL.
Apache Camel Marshalling/Unmarshalling for XML and JSON data format
In this tutorial we will implementing an Apache Camel example for marshalling/unmarshalling data
of xml and json format.
Interview Questions
Apache Camel Interview Questions
Look at frequently used Apache Camel Interview Questions