First I want to ask some questions about your use case.

Are these four bundles provide the services which your camel route can access?

If so, you can use camel to define the routes to implement you business logic.  

If not, you need to tell us how to access the services of these four bundle.

As Camel is EIP implementation, ServiceMix is container, you can deploy the 
camel route into Servicemix without any trouble.


--  
Willem Jiang

Red Hat, Inc.
FuseSource is now part of Red Hat
Web: http://www.fusesource.com | 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 Sunday, August 11, 2013 at 10:28 PM, yiwang wrote:

> hello everybody:  
> I ask everybody a question, I now do a logistics project.This project
> on OSGI platform development and deployment, is in the OSGI bundle as the
> basic unit, I now have four applications namely four bundles (harvest
> notice, delivery, acceptance, storage, in accordance with the time marked as
> a, b, c, d), the four applications of raw data into are dependent on each
> other, the communication between the HTTP access and servlet response (data
> format is a json or XML).Project has the following business requirement:
> under normal circumstances the four application dependencies to
> a-->b-->c-->d, but there is a-->c-->d or a-->d, etc., that is to say the
> four application process can be dynamically configured according to need,
> namely the routing can be configured.  
> Now just by writing to analyse the dynamic configuration file to
> specify the four application dependencies, and then call services generated
> data, so no flexibility and extensibility.So I decided  
> to use ServiceMix and Camel technology to solve.  
> Because this technology is not very well and not well thought through
> learning: is the first study serviceMix to camel or the camel is combined
> with serviceMix again, and the camel how to implement this process
> distribution is not very clear, everybody take a look at how to realize my
> serviceMix and camel with the business requirements(The best explanation
> with the corresponding code).  
>  
> Thank you very much!  
>  
>  
>  
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/ServiceMix-and-Camel-how-to-realize-the-process-can-be-configured-tp5737087.html
> Sent from the Camel - Users mailing list archive at Nabble.com 
> (http://Nabble.com).



Reply via email to