Weblogic.Messaging.dll .NET 客户端是否支持 T3S?

Does the Weblogic.Messaging.dll .NET client support T3S?

我正在使用 Weblogic.Messaging.dll .NET 客户端与 Weblogic 12c 实例上的 JMS 服务器 运行 通信。我正在尝试使用安全 "T3S" 协议连接到此 JMS 服务器,但我在这样做时遇到了问题。我开始怀疑 .NET 客户端不支持 T3S,只支持 T3,但我还没有找到任何官方文档来证实这个假设。

有谁知道 Weblogic.Messaging.dll 是否支持 T3S?

经过一番研究,我得出的结论是 Weblogic JMS .NET 客户端仅支持 T3,不支持 T3S。

这是让我得出这个结论的文档:

我在 2007 年的旧 BEA Weblogic 文档中找到了这个声明:

SSL is not supported for the JMS .NET client in this release. Therefore, it is important that you secure the networking services that the operating system provides, as well as any networking connections. For more information, see “Securing Network Connections” in Securing a Production Environment.

https://docs.oracle.com/cd/E13222_01/wls/essex/TechPreview/pdf/jms_dotnet.pdf

最近的 Oracle 文档页面上也有此 table。请注意,JMS .NET 客户端条目中明显没有 SSL:

https://docs.oracle.com/cd/E55108_01/doc.1213/e56762/products2.htm

更新: 我向 Oracle 提交了支持请求,询问他们是否支持 T3S。他们确认 .NET JMS 客户端不支持 SSL。