Never mind..I was using the SingleConnectionFactory at the client
it needs to set reconnectOnException to true inorder to reconnect again
Type: Posts; User: vinandim; Keyword(s):
Never mind..I was using the SingleConnectionFactory at the client
it needs to set reconnectOnException to true inorder to reconnect again
I Got the problem, At the Client side connection was closed and it was throwing
rg.springframework.jms.IllegalStateException: Connection is closed; nested exception is...
Hi,
I am using jms DefaultMessageListenerContainer.We would like to do exception handling especially when the jms server is down.
In order to do that I overrided...