Skip to content

xdoo/camel-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MongoDB Idempotent Repository

MongoDbIdempotentRepository implements the Idempotent Consumer Pattern (EIP) based on Apache Camel. You can use this class in a camel route (Java DSL) as follows:

   from("seda:in")
    .routeId("mongodb_idempotent_repository_md5")
    .idempotentConsumer(body() , MongoDbIdempotentRepository.mongoIdempotentRepositoryMd5("localhost", "23000", "my_db", "idempotent_repo"))
    .to("seda:out");

About

mongodb component for apache camel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published