1 Reply Latest reply on Aug 18, 2003 6:43 PM by brianko

    MDB, xdoclet, and durable subscription

      Hi,

      I understand I need an entry like following in jboss.xml and jbossmq-state.xml to make a MDB durable subscriber. However, I have a problem as all our deployment descriptors are generated by xdoclet and it does not support mdb-user, mdb-passwd, mdb-client-id tag yet. That means I cannot enter those entries. Is there any way I can create MDB durable subscriber without those tag in jboss.xml.

      jboss.xml:

      <message-driven>
      <ejb-name>OrderValidationMDB</ejb-name>
      <configuration-name>Standard Message Driven Bean</configuration-name>
      <destination-jndi-name>topic/IncomingOrdersTopic</destination-jndi-name>
      <mdb-user>someOtheruser</mdb-user>
      <mdb-passwd>someOtherpasswd</mdb-passwd>
      <mdb-client-id>OrderValidationMDB</mdb-client-id>
      </message-driven>

      To match: (jbossmq-state.xml)

      someOtheruser
      someOtherpasswd
      OrderValidationMDB

      OrderValidationMDB
      IncomingOrdersTopic



      Brian