How about doing this:
- Create a *-service.xml to define/configure the queue. For ex: myqueue-service.xml
- Package this myqueue-service.xml at the root of the EAR.
- Create a jboss-app.xml under the META-INF folder of the EAR with the following
contents:
<jboss>
| <module>
| <service>myqueue-service.xml</service>
| </module>
| </jboss>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194073#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...