I am in need of some help with testing out our reconnect logic for our JMS
based code. What is the best way to simulate a JMS connection failure?
I have set an ExceptionListener on the connection object, but when I try an
stop the destination from the jmx-console, no exception is being thrown. I am
using JBoss 4.0.3SP1.
| connection.setExceptionListener( new ExceptionListener()
| {
| public void onException( JMSException jmsException )
| {
| System.out.println( "@@@@@@@@@@@@" );
| }
| });
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982652#3982652
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982652
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user