Hi,
In my current project, I need to load test one architecture consisting of event services which will publish messages to the MQ topic and there are subscriber applications which will listen to the topics and take action accordingly like sending notification or updating database. My question is what should be in scope of load testing for this arcitecture:
I have the services to send the messages to the MQ topics, but dont have any information how the subscriber application is listening to the topic assuming the call is asynchrnous in nature. Do we have any mechanism to test the subscriber funcationlity at all with loadrunner or we should restrict the testing of the publishing messages only?
Any help will be highly appreciated