Below is the output from Gatling after running a test that uses both JMS and HTTP, what I dont understand is the line on JMS Load:
On 60s elapsed it says 4059 active and 1939 done with OK=1939
On 61s elapsed it says 0 active and 6000 done BUT STILL OK=1939 and KO=0
This is not the expected behavior it means that we are not fast enogh to consume the last 4061messages, why is Gatling just skipping all messages that are not delivered in time?
2016-09-14 12:38:33 60s elapsed
---- REST -----------------------------------------------------------------
[#################################################################---------] 88%
waiting: 0 / active: 54 / done:426
---- JMS Load -------------------------------------------------------------
[#######################---------------------------------------------------] 32%
waiting: 2 / active: 4059 / done:1939
---- Requests ------------------------------------------------------------------