An open API service indexing awesome lists of open source software.

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

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