IBM WAS is using tcp connection to connect EMS provider i.e
tcp://abc-dev5555.xyz.pqr.net:5555 and it is able to connect successfully.
However for the same setting in tomee.xml I am not able to connect to the
EMS provider.
<Resource id="ems" type="GenericJMSRA"
provider="com.sun.genericra.GenericJMSRA:genericra">
UserName abc
Password user
ProviderIntegrationMode jndi
XAConnectionFactoryClassName=com.tibco.tibjms.TibjmsXAConnectionFactory
XAQueueConnectionFactoryClassName=com.tibco.tibjms.TibjmsXAQueueConnectionFactory
XATopicConnectionFactoryClassName=com.tibco.tibjms.TibjmsXATopicConnectionFactory
TopicClassName=com.tibco.tibjms.TibjmsTopic
QueueClassName=com.tibco.tibjms.TibjmsQueue
JndiProperties
java.naming.factory.url.pkgs=com.tibco.tibjms.naming,java.naming.factory.initial=com.tibco.tibjms.naming.TibjmsInitialContextFactory,java.naming.provider.url=tcp://abc-dev5555.xyz.pqr.net:5555,
com.tibco.tibjms.naming.security_protocol=tcp,
com.tibco.tibjms.ssl.auth_only=false,java.naming.security.principal=abc
,java.naming.security.credentials=user
LogLevel severe
</Resource>
The URL is same, But it is using SSL (Tomee.xml holds tcp:// URL, Ref
snippet) URL i.e ssl://abc-dev5555.xyz.pqr.net:5555 for connection when the
application is started using Tomee.
We are using following tibco jars and generic jar to connect:
jms, tibcrypt, tibemsd_sec, tibjms, tibjmsadmin, tibjmsapps, tibjmsufo,
tibrvjms, genericra
--
View this message in context:
http://tomee-openejb.979440.n4.nabble.com/Tomee-connection-issue-to-Tibco-EMS-provider-tp4676321.html
Sent from the TomEE Users mailing list archive at Nabble.com.