Docs · Services

Managed Queue (NATS JetStream)

Durable streams with replay, retention policies, and pull/push consumers. Multi-tenant via NATS accounts.

Tutorial

1. Create a topic

Topic = JetStream stream. Subjects default to <topic>.>.

cloudnx queue create orders --max-gb 10 --retention limits

2. Publish & subscribe

Use the official nats CLI or any NATS client library; connection string is shown on the topic detail page.

nats --server tls://queue.cloudnx.in:4223 \
  --creds ~/cloudnx-queue.creds \
  pub orders.created '{"id":1}'

Pricing

₹0.05 per 1M messages · ₹3 per GB stored per month.

CLI

All operations have a cloudnx queue subcommand. Run cloudnx queue --help for the full surface.