[ 
https://issues.apache.org/jira/browse/CAMEL-5651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen resolved CAMEL-5651.
--------------------------------

    Resolution: Fixed

We got a basic control bus now. We can always later enhance if needed.
                
> Control Bus EIP
> ---------------
>
>                 Key: CAMEL-5651
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5651
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-core, eip
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.11.0
>
>
> Control Bus EIP
> http://www.eaipatterns.com/ControlBus.html
> I think we should consider a control bus EIP (eg implemented as a component).
> Then people can manage their Camel apps by sending messages to a control bus 
> endpoint.
> For example to
> - start a route
> - stop a route
> - get statistics
> - shutdown camel (???)
> eg a bit like what you can do with JMX management, but over Camel endpoint.
> To trick would be to find a message format the control bus can parse. For 
> example should we use a header for the command.
> But that also makes it easier for people to start|stop a route from a route. 
> Now just send a message to an endpoint, for example using wire tap.
> {code}
> from x
>   to y
>   wire tap ("controlbus:action=start-route&param=route2")
> {code}
> Would need to give some more thought about the syntax and what to be 
> supported by the control bus.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to