The Migrating Endpoints is not what you want.
You may consider to use Camel Fabric[1][2] to that kind of work.

[1]http://fuse.fusesource.org/fabric/docs/overview.html#Camel_Fabric
[2]http://fusesource.com/docs/esbent/7.0/camel_comp_ref/Master.html  


--  
Willem Jiang

Red Hat, Inc.
Web: http://www.redhat.com
Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) 
(English)
          http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese)
Twitter: willemjiang  
Weibo: 姜宁willem





On Saturday, October 19, 2013 at 10:38 PM, Pedro Martins wrote:

> I have recently started with Apache Camel so apologies if this questions is
> silly.
>  
> I have 2 processes A and B, and each process has an endpoint E1 and E2
> respectively. Now let's imagine that I need to create a process C and that
> process B has to die. Can I migrate E2 to C and connect it through a route
> to E1 in process A?
>  
> It is important to notice that A, B and C may be in different machines as
> well.
>  
> I google for process migration in Camel, but all I found were articles
> referring to JBoss Fuse:
>  
> - [Migrating Endpoints](
> https://access.redhat.com/site/documentation/en-US/JBoss_Fuse/6.0/html/Implementing_Enterprise_Integration_Patterns/files/Migrate-Endpoints.html
> )
>  
> So, the question naturally arrives, is it even possible to do it with
> Apache Camel? If yes, how ? Can you provide some example or documentation?
>  
> Thanks in advance.  


Reply via email to