Hello, I posted a similar question already to the Springframework support forums without success so I wonder if somebody here had/has the same problem:
In order to reconnect a Springframework based JMS client application after connection failure or cluster failover I want to implement and set an ExceptionListener. I have done that successfully with a plain JMS test client but I have no idea how to do this with Springframework, as it hides the API away from the programmer. I read somewhere that a way to solve that would be to write a ConnectionFactory proxy that takes care of returning only valid connections similar to a connection pool. Does anyone have done something like that or can explain me a little bit how this would be done? Thanks in advance, Torsten View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919051#3919051 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919051 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
