Registry / messaging / asim-mq

asim-mq

JSON →
library1.0.0gogounverified

A simple message queue implementation for Go applications.

go get github.com/asim/mq
INSTALL
IMPORT
SIG · ASIM-MQ
A
asim-mq
messaginggov1.0.0
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.

mq
github.com/asim/mq

Creates a message queue, publishes a message, and subscribes to receive it.

package main import ( "fmt" "github.com/asim/mq" ) func main() { q := mq.New() q.Publish("topic", []byte("hello")) msg, _ := q.Subscribe("topic") fmt.Println(string(msg)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
30
OpenAI (training)
1
Resources
asim-mq — go get asim-mq · libregistry