📄️ Flow control directives
Flow control directives determine what happens after pattern matching. They provide fine-grained control over error handling and execution flow.
📄️ Retry strategies
Reqon provides configurable retry strategies for handling transient failures. Choose the right strategy based on your API's behavior.
📄️ Dead letter queues
Dead letter queues (DLQ) store failed items for later processing. They prevent data loss when errors occur and allow for manual or automated retry.