https://github.com/lukasjarosch/micro-pubsub
Testing pubsub with RabbitMQ and NATS
https://github.com/lukasjarosch/micro-pubsub
Last synced: 3 months ago
JSON representation
Testing pubsub with RabbitMQ and NATS
- Host: GitHub
- URL: https://github.com/lukasjarosch/micro-pubsub
- Owner: lukasjarosch
- Created: 2018-04-05T16:53:45.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2018-04-05T16:59:46.000Z (about 7 years ago)
- Last Synced: 2025-02-24T16:48:26.926Z (3 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# micro-pubsub
Testing pubsub with RabbitMQ and NATS. By default we use NATS, see below how to use RabbitMQ.## NATS
``docker-compose up nats````docker-compose run service``
## RabbitMQ
Uncomment the RabbitMQ address and comment out the nats address. Also change the broker to ``rabbitmq``.``docker-compose up rabbitmq``
``docker-compose run service``