This content has been marked as final.
Show 3 replies
-
1. Re: Migrating from JBoss 5 to JBoss 6
Justin Bertram Apr 15, 2014 9:58 AM (in response to Sankalp Madaan)Please clarify exactly what container you are using? Are you using JBoss AS 6, JBoss EAP 6, or something else?
-
2. Re: Migrating from JBoss 5 to JBoss 6
Sankalp Madaan Apr 15, 2014 10:16 AM (in response to Justin Bertram)Sorry, it is JBoss EAP 6.1
-
3. Re: Migrating from JBoss 5 to JBoss 6
Justin Bertram Apr 15, 2014 10:32 AM (in response to Sankalp Madaan)You have 2 options:
- Specify your activation configuration properties in ejb-jar.xml.
- Modify the "hornetq-ra" <pooled-connection-factory> in your server configuration to use a connector pointing at the server in question. Take a look at the Java EE examples shipped with HornetQ for further details on that approach.