• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Why tcp not ssl?

 
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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
 
reply
    Bookmark Topic Watch Topic
  • New Topic