stomp 0.3.5

A full STOMP 1.2 client implementation. Allows programs to interact with message queueing services like ActiveMQ and RabbitMQ.
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]

name = "stomp"
version = "0.3.5"
authors = [ "zslayton <zack.slayton@gmail.com" ]
repository = "https://github.com/zslayton/stomp-rs"
readme = "README.md"
description = "A full STOMP 1.2 client implementation. Allows programs to interact with message queueing services like ActiveMQ and RabbitMQ."
keywords = [ "stomp", "mq", "activemq", "rabbitmq", "queue" ] 
license = "MIT"

[lib]
name = "stomp"