[jboss-user] [EJB/JBoss] - Re: pb : having a jboss service depending on jms or NamingCo

jaikiran do-not-reply at jboss.com
Wed Dec 3 10:22:25 EST 2008


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

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



More information about the jboss-user mailing list