5 Replies Latest reply on Jul 8, 2010 1:00 PM by jaikiran

    Durable Scription MDB in JBoss 5

    davidsmall

      Hi, I noticed that the activation config for a durable scription in JBoss 4.x is different. In JBoss 4.x, it was ...

       

      @ActivationConfigProperty(propertyName="durability",  propertyValue="Durable")

       

      Now, in JBoss 5, I believe that it is ...

       

      @ActivationConfigProperty(propertyName="durable", propertyValue="true")

       

      Can someone confirm this for me and perhaps provide a link to the full list of activation configuration properties for MDBs on JBoss5. Also, is there a way to see the activation configuration properties for a deployed MDB. I looked in the JMX console, but did not find these listed anywhere.

       

      Thanks