This document provides an overview and introduction to Apache Camel. It discusses that Apache Camel is an open source integration framework that is based on known enterprise integration patterns. It describes how Camel implements common integration patterns like the filter pattern through a Java domain specific language (DSL). The presentation then demonstrates how to define a simple filter route in Camel's Java DSL that filters messages from one endpoint to another based on an XPath predicate.