ServiceMix (Post JBI) :- Is it simply Camel running in OSGI? -


i new esb's , reading older book on mule , servicemix.

after bit of research, , looking @ fusesource docs state jbi deprecated in favour of osgi services, correct in assuming integration purposes :-

  1. servicemix esb (nowadays) camel running in osgi container

  2. services can deployed osgi bundles, , camel can somehow use these services otherwise uses pojos custom processing

thanks

my 2 cents: servicemix "ready-made" integration container java. packs number of features on top of osgi runtime (apache karaf), of whom highlights:

  • apache camel – eip framework
  • apache activemq – messaging

so:

  1. servicemix esb (nowadays) osgi container including camel (as activemq, cxf, ...)
  2. everything deployed osgi bundles.

Comments