Skip to content
Matt Conroy edited this page Jan 25, 2015 · 2 revisions

Forklift has a built in auditing process that can send notification events to watches when a message is in any of these states.

  • Pending - Message has been received by Forklift and is ready to be assigned to a message handler.
  • Validating - Execution of the validation phase of message processing has started.
  • Invalid - Validation determined the message was not properly formatted.
  • Processing - Message is currently processing against the message handler.
  • Retrying - Same as Processing, but also indicates this is not he first time the messages has attempted to process.
  • Error - Processing of the message failed.
  • Complete - Processing of the message completed successfully.
Clone this wiki locally