2 Replies Latest reply on Sep 9, 2005 1:43 AM by nicov

    Monitoring MDB on remote topic

    nicov

      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