Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are the Alternatives to Apache Camel [closed]

If I am evaluating alternatives to Apache Camel for a lightweight EAI framework - what should I include in my evaluation?

  • Open or closed source is OK
  • It doesn't have to be Java but it must run on Windows
  • MS alternatives are OK
  • I don't want a full blown ESB
  • It should support file, SOAP web services, and REST endpoints. OData support would be a bonus.
like image 904
Peter Kelley Avatar asked Nov 13 '22 06:11

Peter Kelley


1 Answers

Have you tried Spring Integration for Java? You can refer to Hillert blog that comparing the Camel, Spring Integration and other EAI Frameworks.

For .net there is Mass Transit and ESB.net.

like image 73
Rudy Avatar answered Jan 04 '23 01:01

Rudy