iridium-stomp 0.5.0

Async STOMP 1.2 client for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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