• 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

Connecting to two Diff Queue Managers with diff SSL

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have written a MQ Client which connects to Queue manager and pushes the message. The Queue Manager configuration are all mentioned in properties file along with jks file path.
Now i need to connect to two Queue Managers with different jks file , one for each Queue Manager.

How do i do this? As of now when i am only connecting to one queue manager it is working fine. but it simply refuses to pick the jks file properties for another Queue manager.

Please help.
 
reply
    Bookmark Topic Watch Topic
  • New Topic