This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # Fixed URLs ## Fixed Success These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended. * [ ] http://www.apache.org/licenses/LICENSE-2.0 with 300 occurrences migrated to: https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
Quote Sample
This example demonstrates the following aspects of the CORE EIP support available with Spring Integration:
- Channel Adapter (Inbound and Stdout)
- Poller with Interval Triggers
- Service Activator
It is a very simple example that introduces you to Channel adapters and Pollers.
Messages are simply being emitted by the Poller (interval based) triggering the nextTicker() method of the TickerStream class and are then sent to a tickers channel, from which they are retrieved by the TickerStream service.
The TickerStream service generates random ticker symbols, sending them to the quotes channel, from which they are retrieved by the QuoteService (annotation based Service Activator). The QuoteService generates random quotes, sending them to the Stdout Channel Adapter, where they are printed to the console.
To execute sample simply run QuoteDemoTest. You should see the output similar to this:
XNY: 90.03
XMR: 17.11
IWR: 35.85
KHR: 54.43
WUW: 95.29
YYC: 7.44
DYW: 84.76
TIW: 28.31
HGE: 28.90