Resolved Generic JMS Adapter using ClientConnect - implementing SSL

iec

New Member
Hello,
is there any way I could find some info about what exactly is needed to be done to successfully implement SSL for this "blackbox"?
Talking about Generic JMS Adapter - procedure jms/ptpsession.p ran with "-SMQConnect" parameter.

All that is possible to customize is the AdminObjectFinder class and some parameters in AdminServerPlugins.properties file in the section [PluginPolicy.Progress.SonicMQ],

But whatever I am trying, it doesn't work. Using pure java instead of this Openedge blackbox it's possible to go through.
Is there someone else who successfully solved this problem?

Thanks,
i
 

iec

New Member
The solution was beyond setting the parameters in AdminObjectFinder.java file to also set some JMS server specific java arguments (jvmargs) in the section [PluginPolicy.Progress.SonicMQ] of the property file AdminServerPlugins.properties.
 
Top