1 Reply Latest reply on Mar 17, 2006 5:55 AM by adrian.brock

    JMS JDBC Persistence and Database down at jboss startup

    vanduyns

      I'm using Jboss 3.2.6. on linux and windows
      I define a Topic service using JDBC Persistence.
      When I start Jboss and the Database is down, the Topic seems not to be deployed (JNDI lookup return that topic is not bound)

      When i restart the Database, the Topic is always not bound. I need to redeploy the Datasource used by Topic persistence.

      My questions are:

      1] Is there a way to automatically rebound the Topic service when database restart ?

      2] If not, is there a way to rebound the Topic service using jmx-console or twiddle utility ?

      Thanks