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"