Skip to content

narslan/posixmq

Repository files navigation

posixmq

This package provides two things: A wrapper around posix message queues. It allows real time monitoring of the queues through epoll.

To listen on a queue

go run cmd/posixmq-listener/main.go sample_queue 

Send a message to the queue

go run cmd/posixmq-cli/main.go send sample_queue "a message"

About

Go API for posixmq with epoll

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages