For the complete documentation index, see llms.txt. This page is also available as Markdown.

RabbitMQ Connection

Establish and maintain a connection to the TRADE data feed

This section covers everything you need to establish and maintain a connection to the TRADE data feed via RabbitMQ.

Overview

TRADE uses RabbitMQ to deliver real-time sports data. The connection process involves:

  1. Enabling your distribution - Activating your data package

  2. Establishing connection - Connecting to the RabbitMQ server

  3. Consuming messages - Processing incoming data messages

  4. Handling message types - Understanding and processing different message formats

Topics in This Section

Header-Based Routing

RabbitMQ messages include metadata headers you can read before deserializing the payload: MessageType on every message, FixtureId and SportId on data messages, and MarketId on market-related messages. Use them to route or filter at the consumer level without touching the message body. See RabbitMQ Header for the full list.

Connection Details

Connect using the username and password provided by your CSM. The host and virtual host depend on the feed type:

Parameter
InPlay
PreMatch

Host

stm-inplay.lsports.eu

stm-prematch.lsports.eu

Virtual Host

StmInPlay

StmPreMatch

Parameter
Value

Port

5672

Queue

_YOUR_PACKAGE_ID_ (e.g. _102030_)

Protocol

AMQP 0.9.1

Admins can view their RMQ credentials directly in TRADE — go to the avatar menu → AccountPlan & UsageMore (on your TRADE package) → Integration. If you need assistance, contact your CSM.

Last updated

Was this helpful?