Versions Compared

Key

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

ControlBus

...

The Control Bus from the EIP patterns is that the integration system can be monitored and managed from within the framework.

Image Added

Use a Control Bus to manage an enterprise integration system. The Control Bus uses the same messaging mechanism used by the application data, but uses separate channels to transmit data that is relevant to the management of components involved in the message flow.

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.

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

Include Page
CAMEL:ControlBus Component
CAMEL:ControlBus Component
Include Page
CAMEL:Using This Pattern
CAMEL:Using This Pattern