Registry / messaging / go-stomp-stomp-v3

go-stomp-stomp-v3

JSON →
library3.1.5gogounverified

A Go client for the STOMP protocol, enabling communication with message brokers.

go get github.com/go-stomp/stomp/v3
INSTALL
IMPORT
SIG · GO-STOMP-STOMP-V3
G
go-stomp-stomp-v3
messaginggov3.1.5
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/v3

Connects to a STOMP broker and sends a message.

package main import ( "github.com/go-stomp/stomp/v3" ) func main() { conn, _ := stomp.Dial("tcp", "localhost:61613") conn.Send("queue", "text/plain", []byte("hello")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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