项目作者: diegohce

项目描述 :
RabbitMQ virtual host cloning tool
高级语言: Go
项目地址: git://github.com/diegohce/rabbithat.git
创建时间: 2017-08-15T22:07:23Z
项目社区:https://github.com/diegohce/rabbithat

开源协议:GNU Affero General Public License v3.0

下载


Rabbit Hat

RabbitMQ virtual host cloning tool.

Usage

Rabbit Hat arguments

  1. Usage of rabbithat:
  2. -source-file string
  3. File to read source rabbit data (json format)
  4. -source-password string
  5. Source rabbit password
  6. -source-rabbit string
  7. Source rabbit address:port
  8. -source-user string
  9. Source rabbit username
  10. -source-vhost string
  11. Source rabbit virtual host
  12. -target-file string
  13. File to dump source rabbit data (json format)
  14. -target-password string
  15. Target rabbit password
  16. -target-rabbit string
  17. Target rabbit address:port
  18. -target-user string
  19. Target rabbit username
  20. -target-vhost string
  21. Target rabbit virtual host
  22. -version
  23. Rabbit Hat version

Building

After setting Go environment values
(goenv.sh might help),
go to src directory and run from the command line:

go build rabbithat.go