spring-integration icon indicating copy to clipboard operation
spring-integration copied to clipboard

Add CorrelatingMessageBarrier [INT-1174]

Open spring-operator opened this issue 15 years ago • 2 comments

Iwein Fuld opened INT-1174 and commented

This component should serve as a stateful barrier that - contrary to CorrelatingMessageHandler - allows an asynchronous receiver to pull messages out of it.


Affects: 2.0 M4

Issue Links:

  • #5075 Give CorrelatingMessageHandler a way to retry messages after a time-out expires. ("is depended on by")
  • #5123 Add locking strategy to AbstractMessageGroupStore

spring-operator avatar Jun 13 '10 21:06 spring-operator

Iwein Fuld commented

I've sandboxed this here: http://github.com/iwein/Spring-Integration-Sandbox/tree/master/message-store/

spring-operator avatar Jun 13 '10 21:06 spring-operator

Iwein Fuld commented

Added the first draft version. Still needs some docs and extra test coverage.

spring-operator avatar Jun 14 '10 02:06 spring-operator