1 # stompngo_examples - A collection of examples for package stompngo #
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)
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/...
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)
36 Please review issues at the canonical repository. File any new issues there as
39 ## Interoperability with JMS and Java ##
41 Please review documentation in the 'jinterop' directory.