Chapter 1. Structuring Routes

In this chapter, we will cover the following recipes:

  • Using Camel in a Java application
  • Embedding Camel in a Spring application
  • Using Camel components
  • Reusing routing logic by connecting routes
  • Asynchronously connecting routes
  • Spanning Camel contexts within a single Java process
  • Using external properties in Camel routes
  • Reusing endpoints
  • Reusing routing logic through template routes
  • Controlling route startup and shutdown

Introduction

This chapter will introduce you to the fundamentals of running Apache Camel inside your applications. You will learn how to make use of Camel's rich set of components, and how to structure routes in such a way that common integration logic is able to be reused without duplication. These topics will ...

Get Apache Camel Developer's Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.