Connecting to TibcoJMS server from wildfly

258 views Asked by At

I need to integrate with an third party system, where they use tibco ems as the medium of communication. My system works on a wildfly server , when i googled i found out certain links like 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

this where they are giving the information about this integration . But as per this they are using some tibco jars which am not able to find in net(i guess these are part of enterprise versions). Is there any way forward without using enterprise versions to communicate with a tibco jms system ?

1

There are 1 answers

0
jens walter On

There is no community or enterprise version of the Tibco EMS (it is just a single product). The only way to get the client libraries is to download the software and use the provided connection factories.

You can download the software over here