1 Reply Latest reply on Apr 12, 2005 10:09 PM by adrian.brock

    How to depend on Connection Factory

    odigokid

      Hi,

      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