I have an application that accepts websocket connection. The application also sends messages on the websocket asynchronously. It means the requests are NOT ALWAYS initiated by the virtual user on neoload through the websocket. A lot of times the application also sends messages asynchronously on its own. I’d like to read those messages sent by my application server. I only want to read the messages I would be interested in.
Currently Neoload allows sending text messages in the websocket pipe but what I am also looking for is a way to read messages sent by my application server in that websocket by Neoload. This is similar to JMeter’s “Websocket Single Read Sampler” feature. Does Neoload support something like that for websockets?
Please see the section “Websocket Single Read Sampler” on this page to understand what I am looking to do: https://www.blazemeter.com/blog/jmeter-websocket-samplers...
↧
How to read messages on websocket?
↧