Files
gorush/queue/nsq
2021-07-24 01:56:33 +08:00
..
2021-07-20 21:16:53 +08:00

NSQ

A realtime distributed messaging platform

Setup

start the NSQ lookupd

nsqlookupd

start the NSQ server

nsqd --lookupd-tcp-address=localhost:4160

start the NSQ admin dashboard

nsqadmin --lookupd-http-address localhost:4161

Testing

go test -v ./...