stompgem / stomp

A ruby gem for sending and receiving messages from a Stomp protocol compliant message queue. Includes: failover logic, ssl support.
http://stomp.github.com
Apache License 2.0
152 stars 80 forks source link

No documentation of transaction or header functionality #106

Closed warmfusion closed 9 years ago

warmfusion commented 9 years ago

I wanted to understand if this library was able to manage STOMP headers, and transactionality, but the documentation didn't really help.

It turns out in many cases the transaction, connection id and general purpose headers are indeed supported, but not documented very well as i had to look into the Connection and Client source code.

Can there be an example or indication of header support on the docs?

gmallard commented 9 years ago

Headers are documented in the various specifications:

http://stomp.github.io/

The gem implements the specs.

You should also look at these subdirectories of the gem install:

examples tests

gmallard commented 9 years ago

Closing. If you feel this needs further attention, please reopen with additional documentation.

In general stomp gem users are expected to: