1 Reply Latest reply on Apr 4, 2006 4:46 PM by canders6

    start/stopDelivery() on MDB from JSP using JMX

    ccraddo

      I want to invoke the start/stopDelivery() methods on a MDB but am unable to figure out the correct ObjectName to use. Using JMX console in see the following.. How do I construct the appropriate object to invoke on
      server = MBeanServerLocator.locateJBoss();

      Domain Name: jboss.j2ee
      service: EJB
      plugin: invoker
      binding: singleton-message-driven-bean
      jndiName: local/testEJB@13787050

      Anyone have any ideas or doc I can look at?

      Thanks.