Hi, I have several JBoss servers communicating with each other using JMS, topics and MDBs.
Server A has a topic X where it can publish data for the other servers. Server B has a MDB connected to topic X on server A. Before some tasks on server B, I need to be sure that the MDB is correctly connected to topic X. I don't know how to do this. I tried to derive JMSContainerInvoker.sendNotification() to get notifications of connection problems but it doesn't work: when the server starts, I get notifications on the state going to Connecting and the Connected, but if I cut the network link between the two servers, I have no notification. Any help ? Nicolas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893523#3893523 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893523 ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
