Hello,
We have an application that we can talk to using TCP sockets, just like the Socket class is used in java to talk to an application.
I have kind of exhausted my research and time on this need and would like to know if there is any support for TCP socket communication for sending and receiving messages to a server and somehow wrap that in Gatling scripts.
All i see support in Gatling is for http, jdbc, jms and few others. Can we use plain old java/scala program in Gatling and somehow transact/measure the socket calls and report them in final report.?
Any ideas would greatly help.!!
thanks
MJ