What is Apache Camel?
It
is a Java library to design, implement and maintain Enterprise Integration
Patterns.
It
is an integration framework that makes Enterprise integrations easier.
What is routing
engine?
Routing
engine is the core component of Camel framework. It is used to
a. Define routing rules
b. Decide from what
source we should accept the messages
c. Decide how to process
and send the messages to destinations.
How to specify
routing rules in Camel?
There
are two ways to specify routing in Camel.
a. Using Java-based
Domain Specific Language
b. Using Spring xml
configuration format
No comments:
Post a Comment