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";
/// 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