- 
        1. Re: JMS queue configuration with JBossASclebert.suconic Apr 6, 2010 4:09 PM (in response to gonne)We have integrated HornetQ into JBoss 6 now. On JBoss 6, there are JBoss AS deployers that will scan the EARs.. etc. You would need to checkout AS6 from SVN now and build it yourself, or wait the next release (M3) that will happen in a couple weeks. With that release of JBoss AS6, HornetQ will be already installed by default. 
- 
        2. Re: JMS queue configuration with JBossASclebert.suconic Apr 6, 2010 5:43 PM (in response to gonne)If you want to build AS6 trunk with HornetQ on it: svn co http://anonsvn.jboss.org/repos/jbossas/trunk/ as6 cd as6 ./build.sh cd build/target you will see the application server under it. Just start it, and HornetQ will be already there. (With admin-console integrated.. etc). Please let us know if you find any issues Thanks! 
- 
        3. Re: JMS queue configuration with JBossASjaikiran Apr 7, 2010 3:31 AM (in response to clebert.suconic)1 of 1 people found this helpfulJust a FYI - The latest successful AS6 (trunk) nightly builds are also published here http://hudson.jboss.org/hudson/job/JBoss-AS-6.0.x/lastSuccessfulBuild/artifact/JBossAS_6_0/build/target/jboss-6.0.x.zip You can just download the zip and extract it, to get the AS. 
- 
        4. Re: JMS queue configuration with JBossASpetru_simion Apr 14, 2010 3:37 PM (in response to jaikiran)Downloaded latest build, today April 14, started the server, and using the console to create a Queue results in the same error message: java.lang.IllegalStateException:Failed to find template for: QueueTemplate 
- 
        5. Re: JMS queue configuration with JBossASclebert.suconic Apr 14, 2010 4:20 PM (in response to petru_simion)1 of 1 people found this helpfulI just did this following procedure: unzip jboss-6.0.x.zip cd ./jboss-6.0.0-SNAPSHOT #(make sure you don't have JBOSS_HOME defined) echo $JBOSS_HOME cd bin ./run.sh went to http://localhost:8080/admin-console user admin/admin went to Queues selected add new resource selected the default JMS template and it worked! Maybe you set JBoss_HOME by mistake.. or maybe you misunderstood some step? (You understand you don't need to download HornetQ if you donload the latest AS6, right?) if you still see an issue, please report how to replicate it. 
 
     
     
    