Question
1
Replies
14
Views
Posted: November 16, 2020
Last activity: November 16, 2020
Tomcat context.xml for JMS communication with webMethods (Software AG)
I want to connect to webMethods JMS Provider from Pega using JMS. I was able to do so using JNDI lookup.
However, since Pega recommends using Resource References, I was wondering what sort of configuration I would need to make in server.xml or context.xml & web.xml inorder to connect to webMethods using Resource References.
If anyone has done this configuration before, please share it with me
Your webMethods server is remote I suppose. resource references are used for app server that does not support remote lookup (e.g., JBoss). You are fine with remote jndi lookup. Bottom line, Pega would work with whatever the underlying app server supports.