DropBox(메시지 처리) 진행중

- 송신 부분 설계중
main
semin.baek 10 months ago
parent 7e3458ee7a
commit 97ad14ae68

@ -1,4 +1,20 @@
{ {
"who-am-i": {
"host-id": "first-agent",
"listen-port": 16801
},
"known-agent": [
{
"host-id": "second-agent",
"listen-port": 16801,
"drop-box-id-list": ["drop1", "drop2"]
},
{
"host-id": "third-agent",
"listen-port": 16801,
"drop-box-id-list": ["drop3", "drop4"]
}
],
"datasource": [ "datasource": [
{ {
"dataSourceId": "dfcms", "dataSourceId": "dfcms",
@ -31,5 +47,18 @@
"save-directory-root": "D:\\projects\\bsm-lab\\dfx\\run\\receive_file" "save-directory-root": "D:\\projects\\bsm-lab\\dfx\\run\\receive_file"
} }
] ]
} },
"postman": [
{
"postman-id": "postman1",
"task-type": "DB_READ_THEN_SEND",
"message": {
"message-type": "SAVE_DB_DATA",
"dataSourceId": "dfcms",
"sql-id": "dfcms.selectSome"
},
"recipient-host-id": "third-agent",
"recipient-drop-box-id": "drop3"
}
]
} }

Loading…
Cancel
Save