Wraps everything in try/catch to pickup any errors and log them. Ensures messages are always acked and we don't get in an infinite loop of errors if one submission causes an error.
The above happened when a validation was requested and then the submission was deleted before the validation took place.
Wraps everything in try/catch to pickup any errors and log them. Ensures messages are always acked and we don't get in an infinite loop of errors if one submission causes an error.
The above happened when a validation was requested and then the submission was deleted before the validation took place.