Service Engine Architecture
1. Layer: Messenger
- handles client requests
- handles tasks on message level
- supports policies on message level
2. Layer: Broker
- its main task is controlling and validation of incoming messages
- after passing the broker the client request is valid
3. Layer Dispatcher
- Â the dispatcher calls the service actual implementationÂ
- handles timeouts, retry-methods and asychronous requests
Comments Off on Service Engine Architecture