5 Replies Latest reply on Mar 15, 2005 11:08 AM by starksm64

    JBoss 3.2.3 Source code change for MessageCounter History

    k_s_ashok

      I downloaded JBoss 3.2.3 Source code.
      I changed MessageCounter class for my requirement Minute Basis MessageHistory and i am trying to store this minute basis message history values in one text file thru FileWriter.
      But jmx-console is MBean Based. MessageCounter is HTMLAdaptor MBean based.
      So updateDayCounter() in MessageCounter class is executed whenever i select particular Topic/Queue in the jms.mq.destination's jmx-console.

      Is it possible to execute updateDayCounter() without selecting particular Topic/Queue in the jms.mq.destination's jmx-console ? (or) some other option?