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>
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218336#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...