ContributionsMost RecentMost LikesSolutionsSSL connection setup for Hermes JMS Hi All, We are trying to establish SSL connection for Hermes JMS queues where provider is Tibco EMS. For non SSL connection we were able to connect to the queues successfully. But after it is moved to SSL we are not able to make connection to the session / queues. We have tried to set KeyStore (.jks) using the .jks file shared by the development team, but no success. We are getting error as : MQJE016 : MQ queue manager closed channel immediately during connect. My question is what else do we need here. The .jks file shared will be unique across systems ? Do we need to generate our own jks file based on some public/private keys. (Sorry as I have limited knowledge on the working of these files.) Do we need to add more parameters in MQ connection factory settings related to SSL like SSLCiphersuite etc? Need your urgent help in resolving this. If you need more info from me to help resolve the topic, pls revert. Thanks, Shobha Re: Soap request gets stuck in JMS queue infinitely Hi, yes it works at times. Not sure if you understood my problem. In case the request gets stuck in queue , corresponding soap request runs forever. Is there any way to terminate it and go to next step or maybe terminate that testcase itself in soapUI. Re: Soap request gets stuck in JMS queue infinitely Hi Nmrao, Thanks for the response. I have already tried both script assertion and socket timeout , but did not help. I think script assertion will only come in picture once that request is complete, which does not happen in my case. Issue comes only when there is environment or any other issue , request gets stuck in JMS queue. Actually I am invoking testrunner batch file and scheduled to run it at intervals. So it creates problem at that point. Sorry i cannot show screenshots of endpoint. :( I have googled alot but dead end till now. Soap request gets stuck in JMS queue infinitely Hello, I have an urgent issue to be resolved. In my soap project , I am sending Soap request in JMS queue and next step in the testcase is to verify the response through groovy script. Sometimes due to environment issue, the requests are getting stuck in the queues, in that case the request runs infinitely. I want to it stop/timeout after certain period and go to next step in the Testcase which is groovy script. But unless it comes out of this soap request step it will not go to next step. Any way to help me out of this? If any other info needed pls let me know. Thankyou in advance, Shobha