【发布时间】:2017-01-04 05:54:52
【问题描述】:
我需要与第三方系统集成,他们使用 tibco ems 作为通信媒介。我的系统在wildfly服务器上运行,当我用谷歌搜索时,我发现了某些链接,如https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6.3/html/Administration_and_Configuration_Guide/Configure_a_Generic_JMS_Resource_Adapter_for_Use_with_a_Third-party_JMS_Provider.html
https://developer.jboss.org/wiki/JBoss7IntegrationWithTibcoEMSUsingGenericJMSRA
他们在此处提供有关此集成的信息。但据此,他们正在使用一些无法在网络中找到的 tibco jar(我猜这些是企业版本的一部分)。在不使用企业版与 tibco jms 系统进行通信的情况下,有什么办法吗?
【问题讨论】:
标签: java jms wildfly tibco-ems