# iridium-stomp Documentation
## Getting started
- [STOMP 1.2 Spec Summary](stomp_spec.md) — What STOMP is and how the protocol works
- [Subscriber Guide](subscriber-guide.md) — End-to-end tutorial: connect, subscribe, ack, reconnect, and handle errors
## CLI
- [CLI and TUI](cli.md) — Interactive client: commands, TUI panels, keyboard shortcuts, and session reports
## Reference
- [Subscriptions](subscriptions.md) — Subscribe methods, SubscriptionOptions, ack modes, and resubscribe behavior
- [Durable Subscriptions](durable_subscriptions.md) — Broker-specific recipes for RabbitMQ and ActiveMQ
- [Heartbeats](heartbeats.md) — Heartbeat negotiation, configuration, and monitoring