Integration message queue improvements
When sending messages towards ONEiO in an interval that falls within a second, messages may have been processed in a different order than they were sent. This has caused unwanted behavior in how routing rules are applied.
To reduce the possibility of this occurring, we have increased the precision of the timestamps used to determine the order of message processing down from second to millisecond-level precision.
This improvement has been rolled out and is available to all of our customers.
Comments
This solved some state ping-pongs for us wen order of messages was inverted.
Please sign in to leave a comment.