Betting API — Queues
Bets Queue
| Property | Value |
|---|---|
| Queue name | {customerPrefix}.bets.snapshot.queue |
| Description | Messages containing the Bet holding the current state of the bet. The queue covers such flows as bet acceptance, rejections, voiding, size matching and cancelation. Upon arrival, it should fully override the existing snapshot after the version check. |
| Routing patterns | customerPrefix - customer unique prefix |
| Produces | BetSnapshot |
BetOutcomes Queue
| Property | Value |
|---|---|
| Queue name | {customerPrefix}.bets.outcomes.queue |
| Description | Messages containing full bet outcome snapshot. Upon arrival, should fully override existing snapshot after version check. |
| Routing patterns | customerPrefix - customer unique prefix |
| Produces | BetOutcome |