Skip to content
PackagesCommunicationDocs 1.3.x

@connectum/events-nats

NATS JetStream adapter with durable consumers, subjects, metadata, and at-least-once delivery.

Install

bash
npm install @connectum/events-nats
bash
pnpm add @connectum/events-nats
bash
bun add @connectum/events-nats

Start Here

typescript
import { NatsAdapter } from '@connectum/events-nats';

const adapter = NatsAdapter({
  servers: 'nats://localhost:4222',
});

For a complete, source-verified workflow, continue with the focused guide below.

Key Entry Points

Entry pointUse it to
NatsAdapterConnect EventBus to NATS JetStream.
NatsAdapterOptionsConfigure servers, stream, connection, and consumer behavior.

Runtime boundaries and extension seams remain in Connectum Runtime Architecture.

Learn / Configure / API Reference

Compare all Connectum packages by capability.