This content has been marked as final. 
    
Show                 2 replies
    
- 
        
1. Re: Define queues inside .ear file
peterj Mar 16, 2009 11:26 AM (in response to kdekooter)Yes, you should be able to do that. Place the *-service.xml file containing your destinations in the base directory of the EAR file, and then add a META-INF/jboss-app.xml file containing:
<jboss-app> <module> <service>myqueues-service.xml</service> </model> </jboss-app>
 - 
        
2. Re: Define queues inside .ear file
kdekooter Mar 16, 2009 3:38 PM (in response to kdekooter)Thanks Peter!
That was the piece of the puzzle I was missing.