pub const RETRY_COUNT_HEADER: &str = "Shove-Retry-Count";
pub const DEATH_REASON_HEADER: &str = "Shove-Death-Reason";
pub const ORIGINAL_QUEUE_HEADER: &str = "Shove-Original-Queue";
pub const DEATH_COUNT_HEADER: &str = "Shove-Death-Count";
/// Max consecutive connection-level failures before giving up.
/// Distinct from `ConsumerOptions::max_retries` which is per-message.
pub const CONNECTION_RETRIES: u32 = 10;
/// Derives the durable consumer name from a queue name.
/// Used by both the consumer and autoscaler to ensure consistency.
pub
/// Derives the DLQ consumer name from a DLQ stream name.
pub