A bridge between Postgres and RabbitMQ written on GO
-
Install your dependencies
dep ensure -vendor-only
-
Build your app
go build
-
Run your app
./postrabbit
CHANNEL_LIST - tets,test1,test2
RABBITMQ_URL - RabbitMQ url
POSTGRES_URL - Postgres url
DEFAULT_EXCHANGE_NAME - exchange name for simple messages
DELAY_EXCHANGE_NAME - exchange name for delay messages
Copyright (c) 2017
Licensed under the MIT license.