Spring Integration Tutorial (Part 5) - Routers

Preview:

DESCRIPTION

In this installment of our Spring Integration tutorial, we examine routers. Routers distribute messages to one or more message channels. Some routers (content routers) examine the message payload or headers in order to select a particular destination message channel. Other routers (recipient list routers) simply distribute the message to all listed message channels.

Citation preview

  • 1. Copyright 2014 by Intertech, Inc.

2. Copyright 2014 by Intertech, Inc. 3. Copyright 2014 by Intertech, Inc. 4. Copyright 2014 by Intertech, Inc. 5. Copyright 2014 by Intertech, Inc. 6. Copyright 2014 by Intertech, Inc.

Recommended