Iwein Fuld 0c247c3a84 INT-1443: Reduce complexity and remove duplication in CorrelatingMessageBarrier
- factored out completeGroup and expireGroup methods
- cleaned up imports
- some formatting
- added javadoc to CorrelationStrategy

Note on the CorrelationStrategy changes:
According to Postel's law it is right for the CorrelatingMessageHandler to do a null check for the result of the CorrelationStrategy, but it is also a good idea to throw a more meaningful exception from the strategy itself. We cannot enforce this in the contract without inconveniencing the users, so we don't.
2010-09-12 12:55:45 +02:00
2010-09-08 01:18:45 -04:00
2010-09-10 13:38:59 +02:00
2010-09-04 07:54:39 -04:00

TODO: complete  

project distribution zip file can be built by executing

    src/main/scripts/build-distribution.sh


licensing, changelog and other project information can be found under

    src/main/resources
Description
No description provided
Readme 83 MiB
Languages
Java 99%
XSLT 0.9%