Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
h2. ControlBus Component

...


*Available as of Camel

...

 2.11*

The *controlbus:* component provides direct, synchronous invocation of any consumers when a producer sends a message exchange.
This endpoint can be used to connect existing routes in the *same* camel context.

{code}
controlbus:command[?options]
{code}

Where *command* can be any string to identify which type of command to use.

h3. Commands 
{div:class=confluenceTableSmall}
|| Command || Description ||
| language | Allows to specify a [Language] to use for evaluating the message body. |
{div}

h3. Options
{div:class=confluenceTableSmall}
|| Name || Default Value || Description ||
{div}

You can append query options to the URI in the following format, {{?option=value&option=value&...}}

h3. Samples

TODO:

{include:Endpoint See Also}
- [ControlBus]
- [Camel JMX]