Version bump.
[stompngo_examples.git] / README.md
blobeceb50b4947ebc6a79392f8c6aef916b601ecc08
1 # stompngo_examples - A collection of examples for package stompngo #
3 ## Features ##
5 * Full demonstration of support for STOMP protocols:
7     1. [Protocol Level 1.0](http://stomp.github.com/stomp-specification-1.0.html)
8     2. [Protocol Level 1.1](http://stomp.github.com/stomp-specification-1.1.html)
9     3. [Protocol Level 1.2](http://stomp.github.com/stomp-specification-1.2.html)
11 ## stompngo package ##
13 Uses the stompngo package at:
15 * [stompngo at github](https://github.com/gmallard/stompngo)
17 ## Installation ##
19 To install these example programs using a recent version of go:
21 * go get  github.com/gmallard/stompngo
22 * go get  github.com/gmallard/stompngo_examples/...
24 ## Contributions ##
26 Any and all are welcome by pull request or e-mail patch.
28 ## Canonical Repository ##
30 For the record, the canonical repository for this project is at:
32 * [stompngo_examples at github](https://github.com/gmallard/stompngo_examples)
34 ## Issues ##
36 Please review issues at the canonical repository.  File any new issues there as
37 well.
39 ## Interoperability with JMS and Java ##
41 Please review documentation in the 'jinterop' directory.