Hi, I am unalbe to fingure this out. Please help.
I have configured JMS provider, connection factories and queues on Websphere app server 8. I am trying to setup connection to connect to Tibco EMS which requires SSL.
In JMS provider--> External provider URL I set it is
ssl://xxx.xxx.xxx:5000. However, I am getting this exception when I started the application: Unable to lookup JMS resources, JNDI lookup exception: Failed to connect to the server at
tcp://xxx.xxx.xxx:5000. Can't figure out why it is searching for
tcp://... instead of
ssl:// ? What caused it?
Please shed some light.
Thanks,
Rich