DudeWhoCode / kulay

High speed message passing between various queues and services
MIT License
12 stars 1 forks source link

Add channels and goroutines #2

Closed DudeWhoCode closed 7 years ago

DudeWhoCode commented 7 years ago

Add a channel on all producers and consumers so that other module can pull/push from the channel.

DudeWhoCode commented 7 years ago

Added channels for SQS producer/consumer and created initial working version