PChilcott
14 years agoOccasional Contributor
SoapUI and JMS MQ 7.0 Connections
Hi
We have a mock service in SoapUI that puts messages on a JMS queue (Websphere MQ v7.0.1 as the provider) via a test step i.e. the test step in invoked via the groovy script in the mock service. This mock service is started via command line mock runner and runs on a dedicated server.
During testing we have noticed that JMS connections opened by the test step in mock service are not closed after it has finished. This results in a large number of SYSTEM.DEF.SVRCONN channel connections running. Do we need to do any configuration in the test step for these connections to be closed? We have already tried setting a timeout in test step to 10 seconds.
Thanks
We have a mock service in SoapUI that puts messages on a JMS queue (Websphere MQ v7.0.1 as the provider) via a test step i.e. the test step in invoked via the groovy script in the mock service. This mock service is started via command line mock runner and runs on a dedicated server.
During testing we have noticed that JMS connections opened by the test step in mock service are not closed after it has finished. This results in a large number of SYSTEM.DEF.SVRCONN channel connections running. Do we need to do any configuration in the test step for these connections to be closed? We have already tried setting a timeout in test step to 10 seconds.
Thanks