rabbitmq.json 207 B

123456789101112
  1. {
  2. "ip": "127.0.0.1",
  3. "port": 5672,
  4. "user": "zx",
  5. "password": "zx123456",
  6. "binds": [
  7. {
  8. "ex": "statu_ex",
  9. "route_key": "test_command_queue"
  10. }
  11. ]
  12. }