Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In Camel you can manage and monitor using JMX, or access the Java API from CamelContext, or from the org.apache.camel.api.management package,
or use the event notifier which has an example here.

From Camel 2.11 onwards we have introduced a new Control Bus component ControlBus Component that allows you to send messages to a control bus Endpoint that reacts accordingly.

...