0 Replies Latest reply on Aug 24, 2010 3:51 AM by joydeep.sarkar

    Question regarding symmetric cluster load balancing

    joydeep.sarkar

      Hi,

       

      I have configured a symmetric cluster using two servers configured with JMS queue. Let us say, A and B.

      What I have seen is, when server A is down, messages are in waiting state which are destined for server A and get processed when server A comes up.

      By specifying address setting properties as follows, messages are consumed by the server B as soon as the server A is up.

       

            <address-setting match="jms.#">
                <redistribution-delay>0</redistribution-delay>
            </address-setting>

       

      Is there any configuration so that all the messages which are destined for server A, get redirected to server B when server A is down?


      Thanks in advance,

      Joydeep