Skip to main content

🗓️ 05042024 1804
📎 #apache_camel

camel_architecture

camel_architecture.png

TermsAdditional info
camelContextcontains everything in the camel runtime
DSLDomain Specific Language- Defines EIPS- Defines routes
components- Provide an endpoint interface- For connecting to other systems
routesTells camel how messages should be routed between systems
processorshandle things in between endpoints
IMPORTANT

Route has: - Exactly 1 input endpoint - 0,1 or more output endpoints


References