SoapUI JMS Connections
- by Damo
I am using SoapUI to do performance testing of some services over JMS using WebSphere MQ as the JMS Provider. SoapUI uses HermesJMS to provide the JMS Connection details for the JMS Endpoint.
I've noticed that when I call a request from SoapUI the JMS Connection is never closed. This results in hundreds of SYSTEM.DEF.SVRCONN channel connections.
It seems to be specific to SoapUI as HermeJMS doesn't exhibit this behaviour.
Has anyone else seen this?