0 Replies Latest reply on Apr 4, 2005 6:41 PM by odigokid

    Mbean needs to depend on ConnectionFactory

    odigokid

      Hi,

      Note: This question was also submitted on the JCA forum. I didn't know which forum was more appropriate.

      I have and Mbean that depends on a Queue. I added this depends statement to my jboss-service.xml file

      jboss.mq.destination:name=EventReceiverQueue,service=Queue

      Now I get errors saying the Connection not Bound.

      I figure that this has something to do with the fact that I am using the ConnectionFactory when setting up my Queue in the MBean.

      So the question is what MBean I need to depend on to make sure that the connections are bound.

      I have tried CacheConnectionManager and ConnectionFactoryDeployer which are both in the jboss:jca domain, but still I get the error.

      Anyone knows which Mbean I should depend on?

      Thanks in advance.

      Corey