Duplicate message detection
When publishing a message in an Infor Application Outbox, the message ID from the header will be checked. If a message with the same message ID was processed successfully before, the new message is ignored.
For that reason, ensure to use a unique message ID when sending a message to your outbox. Otherwise the message will be ignored. The message ID must be globally unique, so a sequence number generated by your application is not sufficient.