Hi that does seem to be the way its coded - I guess you would need an enhancement request for the behavior you want. (or modify PublisherSampler.java )
regards deepak On Mon, Jul 11, 2016 at 10:10 AM, Murilo Alves <[email protected]> wrote: > Hi all, > > I'm using the JMS publisher to put messages into an MQ queue for testing. > It works fine for me with the exception that connections are persisting > during the whole test plan execution, which is causing the number of > available listener channels on MQ to exhaust. > > In the behavior I see (example: number of threads: 60 / ramp-up 60s) the > connections on the MQ server keep building up until the test plan is > finished. If I hit the STOP button all the connections drop instantaneously > . > > I was expecting for every thread that the behavior would be connect, drop > message (or messages based on the aggregate value) and disconnect. > > Apparently it justs disconnects (ALL at once) when the test plan ends. > > Thanks for you help! >
