I'll be using HornetQ 2.3.12 embedded in JBoss EAP 6.2 and need to have a few clustered queues.
Do I need to set up a JBoss cluster in order to have JMS clusters powered by HornetQ or HornetQ is independent? Based on the docs, I think it's the latter because the HornetQ clustering is part of HornetQ and can exist without JBoss.
The nodes are connected with a core bridge so the application deployed in each node will do a local JNDI lookup for the queue name, without the need to have clustered JNDI. Another reason that removes the need for the JBoss cluster.