Registry / messaging / go-stomp-stomp

go-stomp-stomp

JSON →
library2.1.4+incompatiblegogounverified

Package stomp provides operations that allow communication with a message broker that supports the STOMP protocol.

go get github.com/go-stomp/stomp
INSTALL
IMPORT
SIG · GO-STOMP-STOMP
G
go-stomp-stomp
messaginggov2.1.4+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

stomp
github.com/go-stomp/stomp

Connect to a STOMP message broker

package main import ( "fmt" "github.com/go-stomp/stomp" ) func main() { conn, err := stomp.Dial("tcp", "localhost:61613") if err != nil { panic(err) } defer conn.Disconnect() fmt.Println("Connected to STOMP broker") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.4+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
OpenAI (training)
1
Resources
go-stomp-stomp — go get go-stomp-stomp · libregistry