5 Replies Latest reply on Apr 5, 2004 6:16 PM by gokturk

    HAJMS fail over problem

    gokturk

      I am trying to use HAJMS to achieve fault tolerance, I think I stumbled into a bug. Messageid seems to be kept in memory separately in each server in the cluster. If there are persistent messages stored into database and waiting to be consumed, trying to fail over to other server causes database to throw unique constraint exception on messageid. I think max(messageid) needs to be taken from persistent store during fail over to avoid this problem.