[QFJ-363] Store rejected message in message table as well Created: 31/Oct/08 Updated: 15/Nov/12 Resolved: 05/Apr/10 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | Engine |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | New Feature | Priority: | Default |
Reporter: | Alvin Wang | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | None |
Description |
it seems to be the rejected message is stored only in messages_log, but not message table. This can cause confusion and inconvenience and I wonder why it is this way. |
Comments |
Comment by Steve Bate [ 05/Apr/10 ] |
If you are speaking of the message store, that is only for message resent requests. We wouldn't want to resend rejected messages. The message log is the appropriate place for save these messages. |