Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.
/ camel-hazelcast Public archive

An Apache Camel component which implements a work-queue based on HazelCast in-memory data-grid.

Notifications You must be signed in to change notification settings

ipolyzos/camel-hazelcast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

      ____                     _       _   _               _               _
     / ___|__ _ _ __ ___   ___| |     | | | | __ _ _______| | ___ __ _ ___| |_
    | |   / _` | '_ ` _ \ / _ \ |_____| |_| |/ _` |_  / _ \ |/ __/ _` / __| __|
    | |__| (_| | | | | | |  __/ |_____|  _  | (_| |/ /  __/ | (_| (_| \__ \ |_
     \____\__,_|_| |_| |_|\___|_|     |_| |_|\__,_/___\___|_|\___\__,_|___/\__|

                      		 Camel-Hazelcast

Overview
========

Camel-Hazelcast component implements a work-queue on top of the Hazelcast in-memory data-grid. Its purpose is to support asynchronous SEDA architectures, similar to the core "SEDA" component.
By making use of Hazelcast's implementation of BlockingQueue, it allows the system to scale across multiple machines with minimal or no configuration while the replication features provided
increase reliability and fault-tolerance.

For more information on Hazelcast please refer to : http://www.hazelcast.com/.


Notes:
========

- This repository is no longer updated. Joined forces with Claus Straube and work together toward  a more complete version of the component. 
 
   For  the new version please refer to : https://github.com/catify/camel-hazelcast

- This component has been contributed in Apache Camel project, for more info please refer to:  https://issues.apache.org/jira/browse/CAMEL-3590


License:
========

   Copyright 2011 Ioannis Polyzos

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

About

An Apache Camel component which implements a work-queue based on HazelCast in-memory data-grid.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages