Hi,
I have succeeded to read from and send to Tibco EMS from JBoss 7.1.1-Final,
but I had to add a dependency to org.jboss.common-core so the manifest.mf now contains:
Dependencies: com.tibco.tibjms, org.jboss.common-core
There is a warning when starting the application server
Deployment "deployment.generic-jms-ra.rar" is using a private module ("org.jboss.common-core:main") which may be changed or removed in future versions without notice.
What can be done about that?
I did not manage to enable system property substitution with JBoss7.1.1-Final.
I downloaded and built JBoss.7.1.3.Final and then it worked.
Perhaps you can mention this in the documentation.
Thanks,
Gunnar