tokio-stomp 0.2.0

Asynchronous streaming STOMP client
Documentation

tokio-stomp

crates.io Build Status

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.

Documentation

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