[QFJ-273] Catch any application callback exceptions and log them. Created: 19/Dec/07 Updated: 15/Jan/08 Resolved: 21/Dec/07 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | 1.3.1 |
Type: | Improvement | Priority: | Default |
Reporter: | Steve Bate | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | None |
Description |
Do not allow application callback exceptions to effect the engine operation. |
Comments |
Comment by Steve Bate [ 21/Dec/07 ] |
Catching exceptiions for all callbacks except incoming message callbacks (fromApp, fromAdmin). Those exceptions will propagate and result in subsequent resend activity. |