Agent Billing MQ Config
7/8/26Less than 1 minute
Agent Billing MQ Config
Info
RabbitMQ configuration for billing and usage message queues.
Exchange
| Property | Value |
|---|---|
| Exchange | agent.billing.exchange |
| Type | Topic |
Queues
| Queue | Routing Key | Description |
|---|---|---|
| agent.billing.deduct | agent.billing.deduct | Billing deduction |
| agent.billing.deduct.retry | agent.billing.deduct.retry | Retry queue |
| agent.billing.deduct.dlq | agent.billing.deduct.dlq | Dead letter queue |
| agent.usage.stats | agent.usage.stats | Usage statistics |
Message Flow
Producer → Exchange → Queue → Consumer
↓
Retry Queue (on failure)
↓
DLQ (after max retries)Warning
DLQ messages are persisted to MySQL for manual resolution.
Changelog
7/8/26, 5:52 AM
View All Changelog
9f290-on

