1 Reply Latest reply on Sep 7, 2011 5:21 AM by balas0

    Making maxSession property configurable for a specific MDB

    balas0

      Hi ,

       

      How to make max Session value for an MDB user-configurable ?

       

      There is an MDB  that listens for a message from a specific queue.  It is defined as an annotation

       

      @ActivationConfigProperty(propertyName = "maxSession", propertyValue = "5") .

       

      In order to change the value of the maxSession , the code has to be compiled everytime.

       

      Is there a way to make it user configurable so that there is no build required and it involves changing some property and restarting  jboss OR change property without restarting jboss?

       

       

      Kindly help.

       

       

      Regards,

      balas0