Skip to content
This repository was archived by the owner on Aug 23, 2018. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Example change data capture

jdbc to messagehub

jdbc to s3

s3 to messagehub

E.g.

from("direct:pollEnrich").routeId("pollEnrich") 
                            .pollEnrich() 
.simple("aws-s3://{{buckets.mybucket}}?amazonS3Client=#amazonS3Client&deleteAfterRead=false&fileName=${in.header.CamelAwsS3Key}")
                            .convertBodyTo(byte[].class) 
                            .to(...)

camel xml runner

<!-- this main class will automatic include Spring XML files from the META-INF/spring directory when running -->
<mainClass>org.apache.camel.spring.Main</mainClass>

About

Example change data capture from jdbc to messagehub using apache camel

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors