0 Replies Latest reply on Jan 29, 2003 4:59 PM by jnaveen

    Manage/Configure session/message driven beans using JMX in c

    jnaveen

      Hi,

      I want my message drive beans(MDB) to use a configuration property which could change at runtime. I could make my MBean which is responsible for managing the MDB,
      update a static variable of the MDB to acheive his. But
      if I cluster and the MDB is on multiple JVMs, this
      methodology will break. Is there any other way
      of doing this or does JMX somehow manage this.