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

https://github.com/afonsir/rss-parser-producer

Basic Go producer (Pub/Sub)
https://github.com/afonsir/rss-parser-producer

go producer rabbitmq

Last synced: 21 days ago
JSON representation

Basic Go producer (Pub/Sub)

Awesome Lists containing this project

README

          

# Start App

```bash
RABBITMQ_URI='amqp://:@localhost:5672' \
RABBITMQ_QUEUE='store_feed_entries' \
go run main.go
```