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

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

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``