Re: ProducerTemplate thread waits indefinitely when messaging system (Tibco EMS) was down

2017-05-09 Thread prasad.dl
Thanks for the information, I added all timeouts at my connection level. here is the connection code TibjmsConnectionFactory tibjmsConnectionFactory = new TibjmsConnectionFactory(); tibjmsConnectionFactory.setServerUrl(""); tibjmsConnectionFactory.setUserName(""); tibjmsConnectionFactory.setUserPa

ProducerTemplate thread waits indefinitely when messaging system (Tibco EMS) was down

2017-04-28 Thread prasad.dl
I am using producerTemplate.asyncCallback(., ., .) method to publish messages to Tibco EMS. While running my application, if EMS server down then so-many producertemplate threads as waiting and my server is creating lot of threads. Please help me to resolve the issue -- View this message in co