Camel in OSGi Container: Apply InterceptStrategy to all camel contexts

后端 未结 3 1002
梦如初夏
梦如初夏 2021-02-18 14:23

I have several bundles (A, B, and C) deployed to an OSGi container, each containing a CamelContext and some routes. I have another bundle (M) with a CamelCont

3条回答
  •  深忆病人
    2021-02-18 15:03

    Either use Spring-DM, or better transform all your spring xml based routes to blueprint ones. This is the best supported way of using XML based Routes in Karaf/Osgi.

提交回复
热议问题