Forum Discussion
TanyaYatskovska
Alumni
8 years agoHi Vamshikrishna,
It looks like you need to close the connection from SoapUI. Do you see any special options for this?
In the following article, I've found that the closeAll method closes the current session.
https://www.soapui.org/jms/working-with-jms-messages.html
vamshikrishna
8 years agoNew Contributor
Tanya,
JMS Service that we are testing is asynchronous and there wouldn't be any response from the service.
Will the connection be still awake waiting for the response.
Do you think, not setting the timeout property can actually exhaust the connections in the pool?