Question

Atos Syntel
IN
Last activity: 9 Jan 2020 5:03 EST
JMS Integration - Pega 7.4_JBOSS EAP 7 and RedHat AMQ 7
Hello All,
I am new to JMS integration, need your guidance in integration the messaging component.
Error Description:
Configuration of JNDI server rule in pega throwing "could not resolve connection factory" error.
Below are the software details:
• JBOSS EAP 7 (Linux)
• OpenJDK 1.8.0_232
• activemq-ra-5.10.0.jar
• AMQ 7 (standalone)
Steps followed to establish communication between JBOSS EAP 7 (Linux) and AMQ 7 in remote VM.
1) Deployed adapter (activemq-ra.rar 5.10) on JBOSS EAP
2) Configured resource adapter subsystem in standalone-full.xml file in JBOSS EAP
3) Admin objects are also configured in resource adapter subsystem (refers to the queues in AMQ )
4) Updated Activemq subsystem as follows
Hello All,
I am new to JMS integration, need your guidance in integration the messaging component.
Error Description:
Configuration of JNDI server rule in pega throwing "could not resolve connection factory" error.
Below are the software details:
• JBOSS EAP 7 (Linux)
• OpenJDK 1.8.0_232
• activemq-ra-5.10.0.jar
• AMQ 7 (standalone)
Steps followed to establish communication between JBOSS EAP 7 (Linux) and AMQ 7 in remote VM.
1) Deployed adapter (activemq-ra.rar 5.10) on JBOSS EAP
2) Configured resource adapter subsystem in standalone-full.xml file in JBOSS EAP
3) Admin objects are also configured in resource adapter subsystem (refers to the queues in AMQ )
4) Updated Activemq subsystem as follows
- Included pooled connection factory referring a remote connector
- Defined the remote connector for the pooled connection factory with socket binding
- Socket binding is defined in the "standard-scokets" group
5) Updated mdb element inside ejb3 subsystem to refer resource adapter name
6) AMQ runs as a standalone broker in different VM