Skip to main content

Betting API — Queues

Bets Queue

PropertyValue
Queue name{customerPrefix}.bets.snapshot.queue
DescriptionMessages 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 patternscustomerPrefix - customer unique prefix
ProducesBetSnapshot

BetOutcomes Queue

PropertyValue
Queue name{customerPrefix}.bets.outcomes.queue
DescriptionMessages containing full bet outcome snapshot. Upon arrival, should fully override existing snapshot after version check.
Routing patternscustomerPrefix - customer unique prefix
ProducesBetOutcome