tokio-stomp
An async STOMP client (and maybe eventually, server) for Rust, using the Tokio stack.
It aims to be fast and fully-featured with a simple streaming interface.
For full examples, see the examples directory.
License: MIT
TODO
- Support spec v1.1
- More precise errors
- Built-in ACK/NACK handling
- Auto-disconnect on ERROR