[jboss-user] [JBoss Messaging] - Re: Define queues inside .ear file

PeterJ do-not-reply at jboss.com
Mon Mar 16 11:26:14 EDT 2009


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#4218336

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4218336



More information about the jboss-user mailing list