ServiceMix 中的 Camel 应该使用哪些 http 功能?
我在ServiceMix中使用Camel,我可以看到有camel-http和servicemix-http功能,它们是相同的吗?
I am using Camel inside ServiceMix and I can see that there is a camel-http and a servicemix-http feature, are they the same?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它们是不同的...servicemix-http是一个JBI绑定组件,与Camel无关。如果您正在构建基于 Camel 的应用程序,那么您可能希望从外部资源使用camel-http和/或camel-jetty来公开HTTP端点(Web服务器功能等)
they are different...servicemix-http is a JBI binding component that has nothing to do with Camel. If you are building a Camel based app, then you likely want camel-http to consume from external resources and/or camel-jetty to expose HTTP endpoint (web server features, etc)