Created an MQ virtual service using RR pairs with copybooks. Hit the virtual service from the JAVA application with JMS request and getting a NULL response but VSE shows correct match.
DevTest 10.7.2 and above.
The VS is created with IBM MQ Native protocol and application is sending a JMS request with MessageID which is not in the VS response caused the issue.
In the VSM-->Respond step, enabled the Correlation Scheme and added the property lisa.ibmmq.Recv.MQMD.MessageId from the VSM-->Listen step resolved the NULL response issue. Application received the VS response successfully.