2 Replies Latest reply on Feb 2, 2007 2:37 PM by genman

    Advice wanted: Configure MDB using JMX

    dode

      I'd like to be able to change some attributes of an MDB using JMX. I looked through the forum and some docs and found useful stuff, but I am still unsure if this is the right way to do it (and if it works at all):

      Create an MBean extending ServiceMBeanSupport that looks up the MDB through JNDI and sets the attributes, and put it in a SAR as described here: http://wiki.jboss.org/wiki/Wiki.jsp?page=ExampleHelloWorldService

      I'd be happy if someone could advise.

      Torsten