Connect-JMS Test Connectivity Fail with exception
I have configured the Server.xml, Context.xml and Web.xml files and created the Connect-JMS Rule at the Pega End so as to listen to the Messages from the MQ Service. The Connect-JMS has been configured to directly reference the Resource and all the other details required for the same has been configured properly including connection factory, Request Destination Queue, Response Destination Queue, Authentication etc.
However, when the Test Connectivity is run, the Create Session fails with the following exception:
Couldn't create JMS connection: javax.jms.JMSException: Could not create Transport. Reason: javax.jms.JMSException: Could not create Transport. Reason: java.io.IOException: Transport scheme NOT recognized: [failover]
Steps to Reproduce:
1. Configure the Server.xml, Context.xml and Web.xml files correctly. 2. Create the necessary Rules at the Pega end including the Connect-JMS, JMS Producer Model, Request/Response Properties etc. required for Connect-JMS setup. 3. Configure the Connect JMS to Direct Resource Reference and provide the correct details for Connection Factory, JMS Producer Model, Authentication, Request Destination Queue and Response Destination Queue. 4. Do Test Connectivity. 5. The Create Connection fails and the following steps are Not Attempted.
***Edited by Moderator Marissa to update Platform Capability tags****