Refactor reactive processor sample application

This commit is contained in:
Soby Chacko
2019-10-29 10:24:01 -04:00
parent 56ffe4b99d
commit 5cc9d346cf
21 changed files with 768 additions and 131 deletions

View File

@@ -0,0 +1,7 @@
version: '3'
services:
rabbitmq:
image: rabbitmq:management
ports:
- 5672:5672
- 15672:15672