This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: MDB auto-create destination in JBoss 5jaikiran Jan 19, 2009 10:41 AM (in response to greigm)but I don't have a jboss.xml file in my 5.0.0 structure 
 That's an optional file. So if it is not present, then you can create one under the META-INF folder of the EJB jar.
- 
        2. Re: MDB auto-create destination in JBoss 5greigm Jan 19, 2009 11:03 AM (in response to greigm)thanks, but I created a jboss.xml in my meta-inf dir and put this inside it: <jboss> <enterprise-beans> <message-driven> <create-destination>true</create-destination> </message-driven> </enterprise-beans> </jboss> 
 and JBoss really didn't like it - would I effectively have to specify all my MDBs in this file to use this function?
 
    