java - 使用 Java 的 Azure 服务总线中继

标签 java azure cloud azure-servicebusrelay azure-java-sdk

我正在尝试运行一个 POC,通过它我可以使用 Azure 服务总线中继并以 Java 作为后端。

Azure 服务总线中继允许集成 .NET 库。没有可用的 Java 库。

如果 Java 无法实现,是否有其他替代方案可以使用 Java 来实现中继功能。

最佳答案

我从 MSDN 线程 How to relay on premises java web service through service bus? 中搜索了您问题的答案.

This isn't available in Java. Only WCF Services are able to use Service Bus Relay feature currently.

Some options to workaround this might be:

  1. Create a wrapper WCF service in front of the existing Java Service and register it with Service Bus Relay this way making it available.

  2. Making this into a Loosely coupled architecture by leveraging the Service Bus features that are available currently for Java, like Queues and Topics.

希望有帮助。谨致问候。

关于java - 使用 Java 的 Azure 服务总线中继,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35358591/

相关文章:

java - 如何在关闭 Hook 中获取返回码

java - Mybatis 可以支持将动态列映射到 bean 的映射字段吗?

javascript - Node.js Express 与 Azure 错误请求

.net - Azure Blob 存储-container.GetBlobsByHierarchyAsync-不返回结果

rest - Azure 部署版本

java - Spring MVC - 请求映射,两个带有两个不同参数的url

java图像颜色公式

.net - 无法在 StorageException 处理程序中续订 Windows Azure SAS key

c++ - 如何通过Linux C++实现一台主机控制多台从机

hadoop - 寻找对 Hadoop 的整体评论