Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.11 KB

README.md

File metadata and controls

42 lines (23 loc) · 1.11 KB

stompngo_examples - A collection of examples for package stompngo

Features

stompngo package

Uses the stompngo package at:

Installation

To install these example programs using a recent version of go:

  • go get github.com/gmallard/stompngo
  • go get github.com/gmallard/stompngo_examples/...

Contributions

Any and all are welcome by pull request or e-mail patch.

Canonical Repository

For the record, the canonical repository for this project is at:

Issues

Please review issues at the canonical repository. File any new issues there as well.

Interoperability with JMS and Java

Please review documentation in the 'jinterop' directory.