lileio / pubsub

A Publish & Subscribe library, with pluggable providers and middleware for Golang
MIT License
137 stars 23 forks source link

Create rabbitmq.go as a baseline support #24

Open nadilas opened 4 years ago

nadilas commented 4 years ago

A baseline rabbitMQ provider for subscribing to exchanges with optional support for routing keys.

Publish still needs to be implemented though...

arbarlow commented 4 years ago

Hey, if publish is implemented then I'll glady take a look and take it in as an Alpha level adapter

nadilas commented 4 years ago

Forgot to upload it. You can check it out now