UT Queue

JSON →
library 6.2.3 ·javascript
verified Jun 7, 2026

UT Queue is a generic queue management library for Node.js, part of the UT framework (softwaregroup-bg). Current stable version is 6.2.3, released as part of the UT monorepo. It provides message prioritization, overflow handling, rate limiting, timeout handling, and metrics. Unlike simple queue libraries, it offers a contextual queue API tied to connection IDs (conId), allowing per-connection queue management. Primarily used within the UT ecosystem, it's less suited as a standalone general-purpose queue.