2 Replies Latest reply on Jul 1, 2005 5:34 AM by holodok

    MBean and Topics

    holodok

      Sorry for posting my question again, but I need the answer urgently.
      I coded an MBean that has attribute PublishTopic. When this attribute is set the publisher is created. The problem is that when I define the initial value for PublishTopic in jboss-service.xml, the method setPublishTopic fails, at JBoss startup, with message - Topic not bound. I think that's because topic is deployed after my MBean.
      Is there any way to make MBean wait for topic deployment?
      Please, help me.