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.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
ESM only (the package exports an ES module).
CJS require pattern: destructure the named export 'queues'. No default export.
Method is on the `queues` object, not default import.
Shows create, get, delete, and count operations using context with conId.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.
No traffic data recorded yet.