VXQueue
A Kafka-style message queue and broker for high-throughput event streaming, with topics, partitions, and durable produce and consume APIs.
What VXQueue does.
Topics and partitions
Organize event streams into topics split across partitions for parallelism and ordered delivery.
Produce and consume APIs
Publish messages and consume with offset commits so clients track exactly what they have processed.
Transactions
Group produces and commits into atomic transactions for exactly-once processing semantics.
Compaction and retention
Keep the latest value per key with log compaction, or age out data with configurable retention.
Quotas
Apply produce and consume quotas to keep clients fair and protect cluster capacity.
Multi-cluster admin
Administer topics, partitions, and settings across multiple clusters from one place.
Where teams use it.
- Decouple microservices with durable event streams
- Buffer high-volume ingestion for downstream processing
- Feed change events into data pipelines and lakehouses
Part of the Veeexa platform.
VXQueue shares one identity (VXAuth), one bill (VXBilling), and one API surface with the rest of Veeexa. Adopt it alone, or alongside the services below.
VXQuery
A DuckDB-backed federated SQL service that queries object-store data in place across S3 and VXS3 sources without moving it first.
LAKEHOUSEVXLake
A data lakehouse that ingests from many connectors into versioned tables, with schema evolution, time-travel, and per-table access control.
LOG PLATFORMVXLogStream
A cloud-native, multi-tenant log aggregation platform for ingesting, storing, indexing, and querying logs with built-in governance.