[jboss-user] [JBoss Messaging Users] - Re: Reconnect after a lost connection

2009-12-06 Thread gaohoward
Hi, Have a look at JMS api doc, the Connection has a method setExceptionListener(). I think you need to implement the ExceptionListener. It should be straightforward. Howard View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269224#4269224 Reply to the post :

[jboss-user] [JBoss Messaging Users] - Re: Reconnect after a lost connection

2009-12-06 Thread GoldenHawk
"gaohoward" wrote : With JBoss Messaging, you have to do yourself by registering a connection listener. Please correct me if I'm wrong, but would this mean if I have a 'reset' connection, I could have a listener keep track & do a reconnect whenever this happens? And would you be so kind as to p

[jboss-user] [JBoss Messaging Users] - Re: Reconnect after a lost connection

2009-12-03 Thread gaohoward
With JBoss Messaging, you have to do yourself by registering a connection listener. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268910#4268910 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4268910

[jboss-user] [JBoss Messaging Users] - Re: Reconnect after a lost connection

2009-12-03 Thread droberts18
I am using the JBoss Messaging that is bundled with the JBoss 4.3 release. Version 1.4 according to the release notes. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268901#4268901 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss Messaging Users] - Re: Reconnect after a lost connection

2009-12-03 Thread timfox
This depends what messaging system you are talking about. "JBoss" has 3: JBoss MQ, JBoss Messaging and HornetQ. HornetQ certainly has auto reconnect functionality IIRC JBoss Messaging and JBoss MQ do not. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268893