INTSAMPLES-64 Poller Sample using custom Trigger

For reference: https://jira.springsource.org/browse/INTSAMPLES-64

Shows how the polling period can be changed at runtime using a custom trigger.
This commit is contained in:
Gunnar Hillert
2012-02-14 17:06:30 -05:00
parent 66b25d3319
commit edd3f90299
7 changed files with 382 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ This is a good place to get started. The samples here are technically motivated
This category targets developers who are already more familiar with the Spring Integration framework (past getting started), but need some more guidance while resolving more advanced technical problems that you have to deal with when switching 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 an **Aggregator** for the situations where some messages might not ever arrive for aggregation, or any other issue that goes beyond a basic understanding and configuration of a particular component to address "what else you can do?" types of problems, this would be the right place to find relevant examples.
* **dynamic-poller** - Example shows usage of a **Poller** with a custom **Trigger** to change polling periods at runtime
* **async-gateway** - Example shows usage of an **Asynchronous Gateway**
* **errorhandling** - Demonstrates basic **Error Handling** capabilities of Spring Integration
* **file-processing** - Sample demonstrates how to wire a message flow to process files either sequentially (maintain the order) or concurrently (no order).