Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fuse vs Switchyard

I need to know what is the difference between Jboss Fuse and Switchyard. Switchyard website says it will be replacing Jboss ESB. This brings the question what is the difference between FUSE and Switchyard where both will work as ESB

like image 834
learner Avatar asked Feb 11 '14 05:02

learner


1 Answers

Switchyard is actually at the top of "JBoss Fuse Service Works" (which is the new "JBoss SOA Plattform") as a framework for service-oriented applications.

Fuse provides Camel as the framework for integration that use the enterprise integration patterns (EIP), but doesn't offers the features like a SOA Plattform (like service registry or UDDI ...).

They are both ESBs but for different use case; one is for SOA and the other is for integration, and they're also based on different containers; Fuse Service Works has the JBoss EAP as container, an J2EE spec, and FUse is based on Karaf container, an OSGi 'spec'.

I hope i've helped you.

like image 199
mmpedraza Avatar answered Nov 18 '22 14:11

mmpedraza