Skip to content

SDK reference

Producers and consumers for each supported language.

BabelQueue provides SDKs so each language can produce and consume messages that conform to the standard without hand-rolling validation.

Supported languages

  • Laravel (PHP)
  • Go
  • Python
  • Java
  • .NET
  • Node.js

Each SDK does the same job in idiomatic form for its ecosystem: build a valid envelope when producing, and validate on the way in when consuming.

Tip

Mix and match freely — a producer in one language and a consumer in another is the intended use case, not an edge case.