Message Processing
The Message Processing Use Case covers the following requirements
- Connectivity to financial networks and protocols (FIX, SWIFT, XML)
- Grouping of messages
- Correlation of messages (e.g. for cancellation)
- Content-based routing
- Message Multicast
- Low(er) latency
like indicated in the following diagram

These requirement can be implemented with the following ISB
concepts and features:
- FIX and SWIFT connectivity
- Message transformation to normalized format
- Caching and JMS channeling for sequencing
- Routing via transition conditions
- Transient processing/write-behind for highest throughput/lowest latency
The concepts are described in the respective sections.