{
  "$schema": "https://brittleboye.github.io/awesome-lattice/projects.schema.json",
  "category": {
    "id": "engines",
    "title": "Embedded Engines",
    "url": "https://brittleboye.github.io/awesome-lattice/engines/"
  },
  "slug": "latticemq",
  "name": "LatticeMQ",
  "description": "Kafka-style distributed message queue on the lattice. Two-level hierarchy of topics and partitions, each an append-only log with lattice merge semantics.",
  "longDescription": "LatticeMQ is a distributed message queue modelled after Kafka, built on the Convex lattice. It offers a two-level hierarchy of topics and partitions, where each partition is an append-only log. Producers write concurrently; consumers read by offset; all of it merges lattice-deterministically across replicas.\n\nLatticeMQ is useful when you need durable, ordered streams but want the replication, integrity, and decentralisation properties of lattice storage rather than a coordinator-based broker.",
  "homepage": null,
  "repo": "https://github.com/Convex-Dev/convex",
  "docs": null,
  "links": [
    {
      "label": "Javadoc",
      "url": "https://javadoc.io/doc/world.convex/convex-core"
    }
  ],
  "tags": [
    "queue",
    "pubsub",
    "messaging"
  ],
  "badge": null,
  "status": "active",
  "licensing": "open-source",
  "license": "Apache-2.0",
  "mcp": null,
  "url": "https://brittleboye.github.io/awesome-lattice/projects/engines/latticemq/",
  "markdown": "https://brittleboye.github.io/awesome-lattice/projects/engines/latticemq.md",
  "generated": "2026-04-19T08:15:29.495Z"
}