0 Replies Latest reply on Jun 6, 2006 6:28 PM by flarosa

    Specification/deployment of MDB with a JMS topic

    flarosa

      Hi,

      I've read some tutorials on creating an MDB with a JMS topic, but they all mention making specific configuration changes to files outside my EAR, or in some cases even making changes through the management consoles.

      This won't work well for me because I have many different server installations and I want to make EARs that work anywhere they are deployed, even to a brand-new server that hasn't been customized.

      Is it possible to configure a JMS topic within an EAR, in a way that the server will create it when the EAR is deployed? I can do this, for example, with ordinary EJBs and with the MDBs themselves by using files like ejb-jar.xml, jboss.xml and application.xml.

      Thanks,
      Frank