Categorygithub.com/andreychuk/postrabbit
modulepackage
0.0.2
Repository: https://github.com/andreychuk/postrabbit.git
Documentation: pkg.go.dev

# README

postrabbit

About

A bridge between Postgres and RabbitMQ written on GO Build Status Go Report Card

Getting Started

  1. Make sure you have GO and DEP installed.

  2. Install your dependencies

    dep ensure -vendor-only
    
    
  3. Build your app

    go build
    
    
  4. Run your app

    ./postrabbit
    

Environment Variables

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

License

Copyright (c) 2017

Licensed under the MIT license.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author