Apache Camel Framework Getting Started example

Source: Internet
Author: User
Tags apache camel

Apache Camel is an open source project under the Apache Foundation, which is a rule-based Routing and mediation engine that provides the implementation of a Java object in Enterprise integration mode that configures routing and mediation rules through an application interface (or a declarative Java domain-specific language (DSL)). Domain-specific language means that Apache camel supports you in the integrated development tools that use the usual, type-safe, auto-complete Java code to write routing rules without the need for a large number of XML configuration files. It is also supported to define routing and mediation rules in spring using XML configuration.

Camel provides a rule-based routing (Routing) engine that allows you to easily define a variety of Routing using the camel-defined DSL language.

The following example:

From ("File://xxxx"). to ("Activemq://xxxx") a file is read into and written to Activemq JMS.

Getting Started example

Apache Camel Framework Getting Started example

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.