JMS over SSL
Does anyone know how to config wso2 or axis2 to use JMS transport over SSL?
I have scucessfully set up and config WSO2 WSAS and AXIS2 1.3 to connect Tibco EMS over HTTP/S, JMS (clear text), but not for JMS over SSL. The WSO2 or AXIS2 was running under Tomcat. I guess I need provide proper SSL connection info in the axis2.xml file and has not figured out the right way and place to do it. For axis2 1.3, even though I provided the url to be ssl://localhost:7443, however, axis2 still use tcp to connect to port 7443, which is wrong.
Is this a bug in axis2? or axis2 indeed does not support JMS over SSL?
If wso2 supports JMS over SSL, does anyone know the step by step instruction to config wso2 wsas?
Thanks,
Gary
- Login or register to post comments
- Printer friendly version
- 243 reads










Can you share your current
Can you share your current JMS configuration section from your axis2.xml?
Also try connecting to Tibco JMS over SSL and capture the InitialContext class, URL used, username and password and any other information (e.g. keystore?) you use and verify that a sample client works. You can use one of the sample JMS clients that ships with JMS
I haven't tried connecting to Tibco over SSL as I do not have access to Tibco, but having the above information will help me direct you. Basically if a standalone Java client can access Tibco over SSL as above, so can Axis2/WSAS/ESB etc..
asankha