https://github.com/sublee/zmqproxy
A ØMQ proxy implementation in Go.
https://github.com/sublee/zmqproxy
Last synced: about 1 month ago
JSON representation
A ØMQ proxy implementation in Go.
- Host: GitHub
- URL: https://github.com/sublee/zmqproxy
- Owner: sublee
- License: bsd-3-clause
- Created: 2014-04-13T08:31:01.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-01-01T04:12:10.000Z (over 10 years ago)
- Last Synced: 2025-12-26T05:45:43.298Z (6 months ago)
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
zmqproxy
========
A ØMQ proxy implementation in Go.
$ go get github.com/sublee/zmqproxy
$ go install github.com/sublee/zmqproxy
$ zmqproxy --help
Usage of zmqproxy:
Runs ZeroMQ proxy.
Options:
-Q --queue choose 'queue' device
-F --forwarder choose 'forwarder' device
-S --streamer choose 'streamer' device
-f 5561 --frontend=5561 listening port the frontend socket binds to.
-b 5562 --backend=5562 listening port the backend socket binds to.
--no-traffic disable traffic reporting.
--help show usage message
$ zmqproxy -F
2014/04/24 08:40:47 ZeroMQ 'forwarder' device chosen
2014/04/24 08:40:47 Traffic reporting enabled
2014/04/24 08:40:47 Proxying between 5561[XSUB] and 5562[XPUB]...