Part 5 Running and managing Camel
With all the preceding Camel concepts under your belt, you may feel as if you can tackle any integration problem with Camel. There’s still more to cover, though. Deployment is a topic you’ll need to read about before your Camel application is in production. Camel was designed as a framework, and as such has virtually unlimited deployment possibilities. In chapter 15, we’ll discuss some of the most popular deployment options for Camel. We’ll also cover the various ways of starting and stopping Camel in a safe manner.
Once your application is running, you’ll need to know how to manage it and monitor its operations. Chapter 16 discusses topics in this category, such as viewing the Camel logs, controlling Camel with Jolokia and JMX, and extending the notification mechanism in Camel so it works with your own custom monitoring application.