gorush/queue/nsq
Bo-Yi Wu ce6e87639a
chore: support custom parameter in queue (#608)
* chore: support custom parameter in queue

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2021-07-24 01:29:47 +08:00
..
README.md chore: init log package (#606) 2021-07-20 21:16:53 +08:00
nsq.go chore(NSQ): support custom run func and maxInFlight flag (#604) 2021-07-18 11:44:33 +08:00
nsq_test.go chore: support custom parameter in queue (#608) 2021-07-24 01:29:47 +08:00

README.md

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 ./...