https://github.com/madhurjain/messagebroker
Sample Message Broker Implementation in Go
https://github.com/madhurjain/messagebroker
Last synced: 2 months ago
JSON representation
Sample Message Broker Implementation in Go
- Host: GitHub
- URL: https://github.com/madhurjain/messagebroker
- Owner: madhurjain
- Created: 2016-03-03T07:13:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-03T07:15:44.000Z (about 9 years ago)
- Last Synced: 2023-03-13T09:10:50.132Z (about 2 years ago)
- Language: Go
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Message Broker Test Project
===========================1. Start Broker Application [defaults to port 8080]
2. Run Consumer Sample Application [starts on any avaialble free port] and creates 5 consumers
3. Run Publisher Sample Application passing QueueId and Message via Command Line Arguments