rabbitmq_c2.prototxt 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. rabbitmq_parameters
  2. {
  3. # ip:"10.211.32.200"
  4. ip:"127.0.0.1"
  5. port:5672
  6. user:"zx"
  7. password:"123456"
  8. rabbitmq_reciever_vector
  9. {
  10. channel:601
  11. exchange_name:"statu_ex"
  12. binding_key:"measure_3219_statu_port"
  13. queue_name:"measure_3219_statu_queue_for_dispatch"
  14. queue_passive:0
  15. queue_durable:0
  16. queue_exclusive:0
  17. queue_auto_delete:1
  18. queue_meassage_ttl:1000
  19. consume_name:"measure_3219_statu_consume_for_dispatch"
  20. consume_no_local:0
  21. consume_no_ack:1
  22. consume_exclusive:0
  23. }
  24. rabbitmq_sender_status_vector
  25. {
  26. channel:731
  27. exchange_name:"statu_ex"
  28. routing_key:"dispatch_32_statu_port"
  29. timeout_ms:10000
  30. }
  31. rabbitmq_reciever_vector
  32. {
  33. channel:411
  34. exchange_name:"command_ex"
  35. binding_key:"dispatch_park_command_32_request_port"
  36. queue_name:"dispatch_park_command_32_request_queue"
  37. queue_passive:0
  38. queue_durable:1
  39. queue_exclusive:0
  40. queue_auto_delete:0
  41. consume_name:"dispatch_park_command_32_request_consume"
  42. consume_no_local:0
  43. consume_no_ack:0
  44. consume_exclusive:0
  45. }
  46. rabbitmq_reciever_vector
  47. {
  48. channel:421
  49. exchange_name:"command_ex"
  50. binding_key:"dispatch_pick_command_32_request_port"
  51. queue_name:"dispatch_pick_command_32_request_queue"
  52. queue_passive:0
  53. queue_durable:1
  54. queue_exclusive:0
  55. queue_auto_delete:0
  56. consume_name:"dispatch_pick_command_32_request_consume"
  57. consume_no_local:0
  58. consume_no_ack:0
  59. consume_exclusive:0
  60. }
  61. rabbitmq_sender_status_vector
  62. {
  63. channel:412
  64. exchange_name:"command_ex"
  65. routing_key:"dispatch_park_command_response_port"
  66. timeout_ms:0
  67. }
  68. rabbitmq_sender_status_vector
  69. {
  70. channel:422
  71. exchange_name:"command_ex"
  72. routing_key:"dispatch_pick_command_response_port"
  73. timeout_ms:0
  74. }
  75. }