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";
pub const MESSAGE_ID_HEADER: &str = "Shove-Message-Id";
/// 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 consumer group ID from a queue name.
/// Used by both the consumer and autoscaler to ensure consistency.
pub
/// Derives the DLQ consumer group ID from a DLQ topic name.
pub