1 2 Previous Next 16 Replies Latest reply on Jun 4, 2012 12:40 PM by smswamy Go to original post
      • 15. Re: Clustered JMS Queue / Stateful EJB replication / remote lookup
        sixtdeu

        this are the right config params:

         

        <connection-factory name="RemoteConnectionFactory">
                                    <connectors>
                                        <connector-ref connector-name="netty"/>
                                    </connectors>
                                    <entries>
                                        <entry name="RemoteConnectionFactory"/>
                                        <entry name="java:jboss/exported/jms/RemoteConnectionFactory"/>
                                    </entries>
                                </connection-factory>

         

        My client makes lookup to the jms/RemoteConnectionFactory which has netty connector defined

        • 16. Re: Clustered JMS Queue / Stateful EJB replication / remote lookup
          smswamy

          Hi, I am facing the similar problem. My messages are load balanced within 2 nodes of the JBOSS AS 7.1 if both the nodes are in the same server. If the node are in different physical machines, my messages are not load balanced ...Have you figured it out ? Do we need to use "ConnectionFactory" or "RemoteConnectionFactory" to lookup the messages ? Can you please suggest the solution ?

          1 2 Previous Next