有人将 MULE (ESB) 集成到 .Net 平台或 WCF 中吗?

发布于 2024-08-15 05:30:32 字数 22 浏览 7 评论 0原文

你是如何融入的?肥皂? ETC

HOw did you integrate? SOAP? etc

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

九厘米的零° 2024-08-22 05:30:32

SOAP 是典型的选择,但不是唯一的选择。您还可以使用 REST、TCP、数据库(Mule 端的 JDBC)等进行集成。对于最近的 Mule 实现,开发了用于 Mule 的 MicrosoftMQ 连接器并可用,但您需要联系 MuleSoft 获取它。

SOAP is the typical choice, but not the only. You can also integrate using REST, TCP, Database (JDBC on the Mule Side), etc. For a recent Mule implementation, a MicrosoftMQ connector for Mule was developed and is available, but you need to contact MuleSoft to get it.

软糯酥胸 2024-08-22 05:30:32

Mule本身是一个基于java的ESB,需要运行JVM。至于将其集成到 .NET 平台中......好吧,你真的不能:D。你能做的就是在 mule 中实现 SOA 集成模式,以便与你的 ASP.NET Web 应用程序、.asmx 服务等配合使用。Mule

(或者任何 ESB)旨在生活在异构环境中,并在所有事物之间编排 SOA您需要集成的。

Mule itself is a java based ESB that needs to run a JVM. As for integrating it within the .NET platform... well you can't really :D. What you can you do is implement SOA Integration Patterns in mule to work with your ASP.NET web apps, .asmx services, etc. etc.

Mule (or any ESB really) is meant to live in an heterogeneous environment and orchestrate SOA between everything that you need to have integrated.

酒与心事 2024-08-22 05:30:32
  1. 创建 WCF 服务
  2. 使用 Mule ESB 使用

以下链接: http://blogs.mulesoft.org/consuming-net-wcf-soap-web-services-from-mule/

  1. Create a WCF service
  2. Consume using the Mule ESB

Here's the link to this: http://blogs.mulesoft.org/consuming-net-wcf-soap-web-services-from-mule/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文