Skip to content

Apache Camel is an open source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data.

Notifications You must be signed in to change notification settings

modhtanmay/Apache-Camel-Projects

Repository files navigation

Apache-Camel-Projects

Apache Camel is an open source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data.

Introduction

Camel enables the creation of the Enterprise Integration Patterns to implement routing and mediation rules in either a Java-based Domain Specific Language (or Fluent API), via Spring or Blueprint based Xml Configuration files, or via the Scala DSL. That means you get smart completion of routing rules in your IDE whether in your Java, Scala, or XML editor.

Apache Camel uses URIs to enable easier integration with all kinds of transport or messaging model including HTTP, ActiveMQ, JMS, JBI, SCA, MINA or CXF together with working with pluggable Data Format options. Apache Camel is a small library that has minimal dependencies for easy embedding in any Java application. Apache Camel lets you work with the same API regardless of the transport type, making it possible to interact with all the components provided out-of-the-box, with a good understanding of the API.

Apache Camel has powerful Bean Binding and integrated seamlessly with popular frameworks such as Spring, CDI, and Blueprint.

Apache Camel has extensive testing support allowing you to easily unit test your routes.

Components

Apache Camel comes alongside several artifacts with components, data formats, languages, and kinds. The up to date list is available online at the Camel website:

Examples

Apache Camel comes with many examples. The up to date list is available online at GitHub:

Examples: https://github.com/apache/camel-examples/tree/master/examples#welcome-to-the-apache-camel-examples

Getting Started

To help you get started, try the following links:

Getting Started

http://camel.apache.org/getting-started.html

The beginner examples are another powerful alternative pathway for getting started with Apache Camel.

Building

http://camel.apache.org/building.html

Contributions

We welcome all kinds of contributions, the details of which are specified here:

https://github.com/apache/camel/blob/master/CONTRIBUTING.md

Please refer to the website for details of finding the issue tracker, email lists, GitHub, chat

Website: http://camel.apache.org/

Github (source): https://github.com/apache/camel

Issue tracker: https://issues.apache.org/jira/projects/CAMEL

Mailing-list: http://camel.apache.org/mailing-lists.html

Chat: https://camel.zulipchat.com/

StackOverflow: https://stackoverflow.com/questions/tagged/apache-camel

Twitter: https://twitter.com/ApacheCamel

Support

For additional help, support, we recommend referencing this page first:

http://camel.apache.org/support.html

About

Apache Camel is an open source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages