Hello all, I 'm looking for information on how camel is integrated into servicemix and I have two questions. I want to start by shortly explaining my understanding, this might benefit others and it helps putting my questions into its context. If I understand correctly,
1) Camel has an http component which is supposed to point to a jetty http server, I can imagine this is an embedded http server when camel is used stand-alone. 2) I 'm quite sure that ServiceMix fullsfulls the osgi http service contract by using the pax web server, which also happens to be a jetty http server. My first question now is: has the camel-servicemix module been modified so that it uses the servicemix http server? How was this done? Is it just a matter of configuring the camel bundle? If I want to get under the hood of the http server used by the pair camel-servicemix, how do I best tackle this? Is it sufficient to look at the default jetty server that comes with servicemix, or do I need to focus on the configuration of the jetty component that comes with camel, and documented here: http://camel.apache.org/jetty.html. thanks, geert
