Introduce helloworld-mdb-tls (or helloworld-mdb-amq-tls) quickstart.
Motivation:
Slightly advanced A-MQ broker configuration is necessary to instruct / configure A-MQ broker to support SSL. See http://activemq.apache.org/how-do-i-use-ssl.html for details. CLOUD-718 introduced helloword-mdb quickstart, which is able to run also on JBoss EAP 7.0 for OpenShift image.
The helloworld-mdb quickstart can be (upon slight modification) be used to verify proper SSL settings of A-MQ broker (or to debug possible issues with SSL configuration). But it needs to be modified to support also ssl A-MQ transport.
The RFE is to have a configurable quickstart example (e.g. helloworld-mdb-tls or helloworld-mdb-amq-tls), which can be later used:
- To verify proper SSL configuration of the A-MQ broker, or
- To debug any possible SSL issues.
This new quickstart could be made a part of openshift-quickstarts or upstream [jboss-eap-quickstarts]https://github.com/jboss-developer/jboss-eap-quickstarts repository.
- is related to
-
CLOUD-1746 [Docs] Update AMQ images SSL configuration
- New