From 0effa5dbe606330d0d89106ece8dac8490cf2371 Mon Sep 17 00:00:00 2001 From: Tamara Rivera Date: Mon, 8 Jun 2026 17:27:44 -0700 Subject: [PATCH] Add documentation for DefineCriticalErrorAction for the Bridge --- nservicebus/bridge/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nservicebus/bridge/configuration.md b/nservicebus/bridge/configuration.md index 22b4683079d..8f600973b26 100644 --- a/nservicebus/bridge/configuration.md +++ b/nservicebus/bridge/configuration.md @@ -126,6 +126,8 @@ snippet: custom-error-queue Messages moved to the error queue have the [`NServiceBus.FailedQ`](/nservicebus/messaging/headers.md#error-forwarding-headers-nservicebus-failedq) header set to allow scripted retries. Refer to the documentation for the [various transports](/transports) for more details on how to perform retries. +partial: critical-error + ## Auditing The bridge adds a `NServiceBus.Bridge.Transfer` header to a message while that message is transferred between transports.