Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 7.2% on proxy.golang.org
Top 5.8% dependent packages on proxy.golang.org
Top 4.7% dependent repos on proxy.golang.org
Top 8.8% forks on proxy.golang.org

proxy.golang.org : github.com/drawdy/stomp-ws-go

Package stompngo implements a STOMP 1.1+ compatible client library. For more STOMP information, see the specification at: http://stomp.github.com/. Network Connect: You are responsible for first establishing a network connection. This network connection will be used when you create a stompngo.Connection to interact with the STOMP broker. Network Disconnect: When processing is complete, you MUST close the network connection. If you fail to do this, you will leak goroutines! The STOMP specification defines these physical frames that can be sent from a client to a STOMP broker: The STOMP specification defines these physical frames that a client can receive from a STOMP broker: The Subscribe method returns a channel from which you receive MessageData values. The channel returned has different characteristics depending on the Stomp Version, and the Headers you pass to Subscribe. For details on Subscribe requirements and behavior, see: https://github.com/gmallard/stompngo/wiki/subscribe-and-messagedata Receipts are never received on a subscription unique MessageData channel. They are always queued to the shared connection level stompgo.Connection.MessageData channel. The reason for this behavior is because RECEIPT frames do not contain a subscription Header (per the STOMP specifications). See the: https://github.com/gmallard/stompngo_examples package for several examples.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/drawdy/stomp-ws-go
Keywords: golang, stomp, stompwebsocket
License: Apache-2.0
Latest release: about 4 years ago
First release: about 4 years ago
Namespace: github.com/drawdy
Dependent packages: 1
Dependent repositories: 1
Stars: 11 on GitHub
Forks: 4 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 2 days ago

    Loading...
    Readme
    Loading...