How should an ESB be packaged/deployed?

前端 未结 5 2110
梦毁少年i
梦毁少年i 2021-02-08 20:37

I am trying to wrap my head around Apache Camel, which appears to be a lightweight ESB. If I understand Camel/ESBs correctly, then you can think of a Camel Route as a graph of n

5条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-08 21:04

    That depends on YOUR needs. There is no single truth answer that is better.

    Camel can adapt to your existing infrastructure and runtime platform. So package your applications with Camel embedded the way this platform can do it, and the way you want it.

    For example to use Camel in a web application (WAR) you can see this link: http://camel.apache.org/tutorial-on-using-camel-in-a-web-application.html

提交回复
热议问题