IBMStreams / streamsx.jms

This toolkit interacts with Java Message Service (JMS) systems.
https://ibmstreams.github.io/streamsx.jms/
Apache License 2.0
0 stars 1 forks source link

Support SSL for JMS #7

Open Alex-Cook4 opened 8 years ago

Alex-Cook4 commented 8 years ago

276 provided initial support for SSL. This issue will be used to follow-up on what else we need related to JMS.

Here are a couple of thoughts:

  1. Add a sample that shows how to configure JMS for SSL in a certain situation.
  2. Update http://ibmstreams.github.io/streamsx.documentation/docs/4.2/messaging/jms-operators-getting-started/ to cover setting up SSL.
schubon commented 5 years ago

Check the SSL support currently provided by JMS operators.

schubon commented 4 years ago

As far as I see it the functionality is there, but an automated test is missing.

schubon commented 3 years ago

There is a JmsSslSample checked in under branch f_JmsSslSample which I suspect wasn't finished back then, or it would have been put under branch develop. Probably needs some more work.