Apache Karaf Cookbook
上QQ阅读APP看书,第一时间看更新

Chapter 2. Making Smart Routers with Apache Camel

In this chapter, we will cover the following topics:

  • Installing Apache Camel modules into Apache Karaf
  • Listing Camel Contexts in Karaf
  • Displaying Camel Context information in Karaf
  • Starting and stopping Camel Contexts in Karaf
  • Listing routes in Karaf
  • Displaying route information in Karaf
  • Starting, stopping, suspending, and resuming routes in Karaf
  • Listing endpoints in Karaf
  • Making a pure Java-based Camel Router for deployment in Karaf
  • Creating a Blueprint-based Camel Router for deployment in Karaf
  • Adding Configuration Admin to a Blueprint-based Camel Router
  • Creating a managed service factory implementation of a Camel Router