[agent] start rabbitmq , continue a lot

This commit is contained in:
zeaslity
2022-11-29 23:13:58 +08:00
parent 1230fd1f9b
commit fbcb193a57
25 changed files with 374 additions and 21 deletions

View File

@@ -1,6 +1,21 @@
server:
port: 9999
octopus:
message:
# agent boot up default common exchange
init_exchange: InitExchange
# server will send message to agent using this common queue
init_to_server: InitToServer
# agent boot up default common exchange routing key
init_to_server_key: InitToServerKey
# server will receive message from agent using this common queue
init_from_server: InitFromServer
# agent boot up default common exchange routing key
init_from_server_key: InitFromServerKey
# initialization register time out (unit ms) default is 5 min
init_ttl: "300000"
spring:
rabbitmq:
host: 127.0.0.1