How To Configure and Implement Remote JMS with EAP6
Issue
-
In production we use dedicated JMS servers for messaging. We're struggling to understand the different types of connection factories and their responsibilities and abilities.
-
On the one hand, we found the following article: https://access.redhat.com/solutions/1181253
There, the use of a pooled-connection-factory is suggested. On the other hand, we found https://docs.jboss.org/author/display/AS71/Messaging+configuration
There, it is said that pooled connections factories should only be used to send messages. -
The attached image shows the architecture we have in mind: a "Core-JBoss" (JBoss Kern in the image) that has a connection to another JBoss, the "JBoss JMS". On the JMS server, the queues are deployed. We want to connect to them from the core server that has the MDBs deployed.
-
So we need assistance on how to configure messaging on the core server, as well as on the JMS server.
-
Environment
- Red Hat JBoss Enterprise Application Platform (EAP) 6
- using default HornetQ as JMS provider.
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.