2 Replies Latest reply on Mar 16, 2012 3:15 AM by kaka11

    The load balance on the server side problem

    kaka11

      In the cluster enviroment,

      1. After 1 consumer connected to the cluster server, then 1 producer sends the 100 messages to the cluster server, we can receive all of 100 messages.

      2. 1 producer sends the 100 messages to the cluster server, and after the messages were sent out, then 1 consumer to receive 50 messages, can not receive another 50 messages.

       

      From the remote debug and reading the source code, I know the load balance on the server side will caused that two different situations.

      So how to resovle that? Is it possible to receive the message in local queue and then receiver the message in remote queue?