JMS Listener setup for Apache Tomcat
Hi,
We are migrating from Weblogic to Openshift Container for our Pega 8.6.1 application. So moving from a EAR to WAR deployment. We have couple of JMS MDB Listeners that needs to be migrated to the JMS Listeners in accordance with the new WAR deployment. Referring to these articles https://docs-previous.pega.com/how-set-jms-service and https://docs-previous.pega.com/configure-jms-service-or-connector-find-jms-resources-through-resource-references, see the recommendation to use Resource Reference. If that's the case, please let me know if below steps looks good considering all above said things. Thanks!
1. Update the /prweb/WEB-INF/web.xml with the resource-ref attribute values
2. Place the JMS jar in /webapps/prweb/WEB-INF/lib path.
3. Deploy the WAR and bring up the pod
4. Create new JMS Listeners rule and select the respective Resource Reference
Also do I need to make any changes to context.xml or server.xml to specify the Resource name?