0 Replies Latest reply on Jan 10, 2007 6:39 PM by batter

    Dependency on topic and queues in a clustered environment.

    batter

      How do you set that up? I have services that are dependent that queues and topics are created.

      I currently do something like this in my jboss-service.xml file:

      <mbean code="com.hp.ov.nms.notification.sample.SampleMessageListener" name="com.hp.ov.nms.notification:service=SampleTopicListener" <depends optional-attribute-name="DestinationName">jboss.mq.destination:service=Topic,name=nms.notification.sample1topic</depends>
       </mbean>
      


      The master node comes up fine, the other node keeps waiting:

      ObjectName: com.hp.ov.nms.notification:service=SampleTopicListener
       State: CONFIGURED
       I Depend On:
       jboss.mq.destination:service=Topic,name=nms.notification.sample1topic
       Depends On Me:
       com.hp.ov.nms.notification:service=SampleTopicSender


      I wanted to have the topic/queue name injected in my bean.

      Related question: how do I set up something so that I am sure that topics and queues are created? I first thought that the Barrier dependency was intended to do that; however if I noticed that the barrier service on my secondary nodes is 'created' but never started. Did I misunderstand this service and does it only get in the started state in case of failover?