Camel K

Apache Camel
Article

Camel Clustered File Ingestion with JDBC and Spring

Mary Cochran

Reading a file is a common use for Apache Camel. From using a file to kick off a larger route to simply needing to store the file content, the ability to only read a file once is important. This is easy when you have a single server with your route deployed, but what about when you deploy your route to multiple servers. Thankfully, Camel has the concept of an Idempotent Consumer. A useful way to implement this is with an...

Camel Design Patterns
Article

Short Retry vs Long Retry in Apache Camel

Bilgin Ibryam

My Camel Design Patterns book describes 20 patterns and numerous tips and best practices for designing Apache Camel based integration solutions. Each pattern is based on a real world use case and provides Camel specific implementation details and best practices. To get a feel of the book below is an extract from the Retry Pattern section describing how to do Short and Long retires in Apache Camel. Context and Problem By their very nature, integration applications have to interact with...

Video Thumbnail
Video

fabric8 Camel Maven Plugin

Red Hat Developer Program

Video recording demonstrating the new fabric8 camel-maven-plugin that is able to validate your Camel endpoints from the source code, so you can catch those typo errors before running the application.