0 Replies Latest reply on Mar 7, 2012 2:39 PM by foutjo

    MDB's not load balancing after all servers shutdown

    foutjo

      Not sure if this would be related to a previous bug that I uncovered in this thread:

      https://community.jboss.org/message/722167#722167

       

      I have MDB clustered on 3 machines.

      I have a controller produce 500 messages to the message queue.

      All three clustered MDB's load balance the messages in a round robin fashion just fine. (Cool stuff!)

       

      If I shutdown server #3 then server #2 and then server #1 with messages remaining in the queue when I restart the servers the remaining messages will only get consumed by the MDB on server #1.

       

      As I mentioned I'm not sure if its because of the nodes getting disconnected from the cluster correctly.

       

      Hopefully one of the experts will let me know if this a bug that needs to be fixed to.

       

      Thanks.