eventStreamQueueName
eventStreamQueueName(
stream):string
Defined in: packages/server/src/events/queue.ts:142
The queue name an Event stream is provisioned under: pgxsinkit_events_<stream> (ADR-0053 decision 5), the
SAME derivation the deploy-time DDL emits — one definition, so a runtime call can never address a queue the
migration did not create.
The name is re-validated here even though defineSyncRegistry already validated it at module eval:
the queue name is interpolated into backend SQL, and a value arriving from a non-registry caller must not
be able to smuggle anything past that.
Parameters
Section titled “Parameters”stream
Section titled “stream”string
Returns
Section titled “Returns”string