Files
spring-integration-samples/intermediate
Gary Russell 542f3569e4 INTSAMPLES-88 Message Handler Advice Samples
Initial Commit

Stateless Retry

INTSAMPLES-88 Add Stateful Retry (AMQP)

INTSAMPLES-88 Add Circuit Breaker Demo

INTSAMPLES-88 Add Expression Evaluating Advice

See README.md

Fix EE

Polishing
2012-09-24 12:53:30 +01:00
..
2012-08-13 11:41:48 -04:00

Intermediate Samples

This category targets developers who are already familiar with the Spring Integration framework (past getting started), but need some more guidance while resolving more advanced technical problems that they have to deal with once having switched to a Messaging architecture.

For example; If you are looking for an answer on how to handle errors in various scenarios or how to properly configure the Aggregator for the situations where some messages might not ever arrive for aggregation etc., and any other issue that goes beyond a basic understanding and configuration of a particular component and addresses "what else you can do with it" type of problem, this would be the right place to find these type of samples.