1 Reply Latest reply on Jun 27, 2008 10:52 AM by adrian.brock

    how Mbean connect to a queue when JbossAS startup?

      I write a Mbean, and want to connect to a queue when it starts. if I hot deploy the MBean, it work correctly, but when the system start (the Mbean is deployed), my Mbean can not find "ConnectionFactory", I add

      jboss:service=Naming in jboss-service.xml

      the error is also.

      I also asked the same question in JMX forum topic,
      http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4154914#4154914

      how can write to solve the problem?