6

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.
Peter
  • 5,455
  • 7
  • 46
  • 68
Peter Kelley
  • 2,350
  • 8
  • 26
  • 46

1 Answers1

3

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.

Rudy
  • 7,008
  • 12
  • 50
  • 85
  • I'd argue that Mass Transit and ESB.NET is more like a generic messaging framework and is not fully comparable to Apache Camel. – Hadi Eskandari May 12 '14 at 06:16