0 Replies Latest reply on Nov 28, 2007 8:13 AM by geniusfox

    javax.naming.NameNotFoundException: jmx not bound" in JbossM

    geniusfox

      Hi all:
      I use the Jboss4.04GA and deploy the jbossmq server with the /docs/examples/jms/standalone/build.xml. I want use RMIAdaptor to monitor the Queue length:

      RMIAdaptor server = (RMIAdaptor)ctx.lookup("jmx/invoker/RMIAdaptor");
       ObjectName name = new ObjectName("jboss.mq.destination:name=A ,service=Queue");...

      This code work well in default server, but it always occure a " javax.naming.NameNotFoundException: jmx not bound" excption in the jbossmq server . How can i fix that.