Hi Katerina,
I was able to subscribe to particular topic with your help. I am again stuck with one problem. My case study is below -
1.Websocket Simulation is written which will connect and subscribe to particular topic.
2. Another simulation is written where I am sending few http requests. Once these request are sent, I received 202 status code which means it is in the processing queue of websocket. Once These requests are successful, I received particular frame/message on websocket simulation.
How can I make sure that all frames/message are received on websocket for which requests are sent from second simulation. Basically, I am looking for communication between these two script to verify results.
Thanks,
Vrushalee