Hi, I am trying to test some JMS connection failure using the JMX console by starting and stopping a queue. The code to get a javax.jms.Queue object is :
Context ctx = new InitialContext(); destQueue = (Queue) ctx.lookup(queue); After stopping and restarting the queue, the code above throws a NamingException. Any help would be greatly appreciated. Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993093#3993093 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993093 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
