This content has been marked as final.
Show 2 replies
-
1. Re: How do I embed a JMS Queue deployment within an EAR?
jaikiran Sep 14, 2010 2:33 AM (in response to ngoodman310)Create a *-hornetq-jms.xml file and place it at the root of the .ear. See this for an example of *-hornetq-jms.xml file http://community.jboss.org/message/559423#559423
-
2. Re: How do I embed a JMS Queue deployment within an EAR?
pgmjsd Jun 20, 2011 1:06 PM (in response to jaikiran)@jaikiran Putting the *-hornetq-jms.xml file in the root directory of the EAR didn't work for me. I had to put it in the META-INF directory of the EAR (where application.xml is).