Details
-
Type:
Improvement Request
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 5.0.0
-
Fix Version/s: 5.0.1
-
Component/s: Transporter
-
Security Level: Public
-
- Environment:
- -
Issue Links
| Depends | ||||
|---|---|---|---|---|
|
|
|
|||
Fixed in trunk, the error is sent back as an exchange through the router and not as a thrown exception because the NIO transporter is not built to send back an exception.
It is not really a problem, but it means the behaviour is a bit different than in local mode.
The main idea is that catching an exception from a send or receiving back an error in the exchange from a send should be considered equivalent for the sender.