Skip to content
smecsia edited this page Aug 12, 2014 · 39 revisions

Simplified scalable aggregation and processing framework built upon Apache Camel.

What is Camelot Framework?

  • Basically it is a set of techniques that allow you to implement your own fault-tolerant distributed processing service
  • It takes some of the enterprise integration patterns and mixes them in a single API to provide the expressive DSL.
  • Camelot is a tool allowing you to concurrently perform large set of different tasks
  • It is focused on aggregation and processing in the distributed environment
  • Camelot can provide the ability to scale your application seamlessly
  • It is based on the processing of the message queues with the usage of ActiveMQ or any other jms implementation

The basics

Advanced features