Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-8971

HazelcastAggregatorRepository redelivers incorrectly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Won't Fix
    • 2.14.1
    • 2.19.0
    • camel-hazelcast
    • None
    • Unknown

    Description

      seeing an incorrect redelivery of a message when using the UseLatestAggregationStrategy...

      this very basic route (see attached)...

      from("direct:start")
      .aggregate(constant(true), new UseLatestAggregationStrategy())
      .completionSize(2)
      .aggregationRepository(repo)
      .to("mock:mock");

      resulting in a duplicate message being processed through the aggregator route...

      if the default in-memory repo is used, the test behaves as expected...no unnecessary redelivery, etc.

      Attachments

        1. HazelcastAggRepo-redelivery-fix.patch
          8 kB
          Benjamin P. O'Day

        Issue Links

          Activity

            People

              Unassigned Unassigned
              boday Benjamin P. O'Day
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: