PDA

View Full Version : ServiceMix vs spring-integration



MmarcoM
Oct 29th, 2009, 06:08 AM
hello all,
i have just started learning spring-integration..
it's very cool!!!

i was wondering one thing though: i have been working with servicemix in the past.. and i noticed some similarities with spring-integration...

is it so that servicemix is used under the hood by spring-integ?

thanks and regards
marco

Marten Deinum
Oct 29th, 2009, 07:02 AM
is it so that servicemix is used under the hood by spring-integ?

No by no means it uses service mix.

Mark Fisher
Oct 29th, 2009, 07:57 AM
The Spring Integration core module's only dependencies are Spring Framework JARs and commons-logging.

The similarities you see are due to the common problem domain and the influential book "Enterprise Integration Patterns". If you look under the covers, there is a very different programming model.