Apache Camel

{{Short description|Open-source framework}}

{{No footnotes|date=April 2015}}

{{Infobox software

| name = Apache Camel

| logo = File:Apache Camel Logo.svg

| screenshot =

| caption =

| developer = Apache Software Foundation

| released = {{Start date and age|2007|06|27}}{{citation|url=https://github.com/apache/camel/tree/camel-1.0.0|title=Apache Camel 1.0|access-date=10 March 2025}}

| latest release version = {{Multiple releases

|branch1 = 4.8.x (LTS)

|version1 = 4.8.5

|date1 = {{Start date and age|df=yes|2025|03|08}}

|branch2 = 4.10.x (LTS, latest)

|version2 = 4.10.2

|date2 = {{Start date and age|df=yes|2025|03|09}}{{citation|url=https://camel.apache.org/releases/|title=Releases - Apache Camel|access-date=10 March 2025}}

}}

| operating system = Cross-platform

| repo = {{URL|https://github.com/apache/camel}}

| programming language = Java, XML

| genre = Enterprise Integration Patterns Enterprise Service Bus SOA Message Oriented Middleware

| license = Apache License 2.0

| website = {{URL|http://camel.apache.org}}

}}

Apache Camel is an open source framework for message-oriented middleware with a rule-based routing and mediation engine that provides a Java object-based implementation of the Enterprise Integration Patterns using an application programming interface (or declarative Java domain-specific language) to configure routing and mediation rules.{{What|date=November 2021}}

The domain-specific language means that Apache Camel can support type-safe smart completion of routing rules in an integrated development environment using regular Java code without large amounts of XML configuration files, though XML configuration inside Spring Framework is also supported.

Camel is often used with Apache ServiceMix, Apache ActiveMQ and Apache CXF in service-oriented architecture projects.

Tooling

  • Several Apache Maven-plugins are provided for validation and deployment.
  • Graphical, Eclipse-based tooling is freely available from Red Hat. It provides graphical editing and debugging and advanced validation.
  • Eclipse based tooling from Talend.

See also

Books

{{refbegin}}

  • {{citation

| first1 = Claus

| last1 = Ibsen

| first2 = Jonathan

| last2 = Anstey

| date = 2018

| title = Camel in Action

| edition = 2nd

| publisher = Manning Publications

| page = 912

| isbn = 978-1617292934

}}

  • {{citation

| first1 = Scott

| last1 = Cranton

| first2 = Jakub

| last2 = Korab

| date = 2013

| title = Apache Camel Developer's Cookbook

| edition = 1st

| publisher = Packt Publishing

| page = 424

| isbn = 978-1-78217-030-3

| url = http://www.packtpub.com/apache-camel-developers-cookbook/book

}}

  • {{citation

| first = Bilgin

| last = Ibryam

| date = 2013

| title = Instant Apache Camel Message Routing

| edition = 1st

| publisher = Packt Publishing

| page = 62

| isbn = 978-1-78328-347-7

| url = http://www.packtpub.com/apache-camel-message-routing/book

}}

  • {{citation

| first = Bilgin

| last = Ibryam

| date = 2016

| title = Camel Design Patterns

| edition = 1st

| publisher = Leanpub

| page = 111

| url = http://leanpub.com/camel-design-patterns

}}

{{refend}}

References

{{Reflist}}