1 2 Previous Next 15 Replies Latest reply on Sep 5, 2007 12:17 PM by sergeysmirnov Go to original post
      • 15. Re: Ajax4jsf flooding and conversation resetting

        As Alex marked, if ignoreDupResponses="true", the next "similar" post is sent immediately. The primary motivation is understandable - to avoid delay between the update.
        However, on practice, this means that establishing Queue turn off the flooding, but ignoreDupResponses="true", turn it on back.

        So, right in the upcoming release, we will change the strategy for ignoreDupResponses. It will wait until the previous post comes back and only then ignore it and send the next one.

        1 2 Previous Next