-
Full support of STOMP protocols:
Installation requires a working go environment. For current versions of go issue:
- go get github.com/gmallard/stompngo
The GOPATH environment variable must be set properly.
The examples in the included unit tests can be used as a good starting point.
Also see the examples project:
The tests for this STOMP client package run against recent releases of:
See the tests for relevant environment variables.
NOTE: For testing with rabbitmq, you also need export STOMP_RMQ="/"
due to the default vhost of rabbitmq is "/" instead of "localhost".
Any and all are welcome by pull request or e-mail patch.
News and notes will be posted from time to time at the stompngo wiki:
Please review and update that on occaision.
For the record, the canonical repository for this project is at:
Please review issues at the canonical repository. File any new issues there as well:
Contribution information (maintained semiautomatically, best efforts basis):
First Author Date | (Commit Count) | Name / E-mail |
---|---|---|
2011-10-10 | (0240) | gmallard / <[email protected]> |
2014-02-02 | (0001) | Kelsey Hightower / <[email protected]> |
2014-12-12 | (0001) | Logan Attwood / <[email protected]> |
2015-04-16 | (0002) | Max Garvey / <[email protected]> |
2016-04-11 | (0001) | Joakim Sernbrant / <[email protected]> |
2016-07-30 | (0120) | Guy M. Allard / <[email protected]> |
2017-03-01 | (0001) | Dan Corin / <[email protected]> |
2017-05-05 | (0001) | Jason Libbey / <[email protected]> |
2017-06-05 | (0001) | Dan Corin / <[email protected]> |
2017-11-06 | (0006) | tomsawyer / <[email protected]> |
2017-11-20 | (0001) | itomsawyer / <[email protected]> |
2018-03-12 | (0001) | GAOXIANG4 / <[email protected]> |