From 97ad14ae68d16713f94f3f19828f153032d78fb1 Mon Sep 17 00:00:00 2001 From: "semin.baek" Date: Thu, 13 Mar 2025 17:48:03 +0900 Subject: [PATCH] =?UTF-8?q?DropBox(=EB=A9=94=EC=8B=9C=EC=A7=80=20=EC=B2=98?= =?UTF-8?q?=EB=A6=AC)=20=EC=A7=84=ED=96=89=EC=A4=91=20=20-=20=EC=86=A1?= =?UTF-8?q?=EC=8B=A0=20=EB=B6=80=EB=B6=84=20=EC=84=A4=EA=B3=84=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/docs/settings-examples/dfxagent.json | 31 +++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/src/docs/settings-examples/dfxagent.json b/src/docs/settings-examples/dfxagent.json index 73f6bba..6891334 100644 --- a/src/docs/settings-examples/dfxagent.json +++ b/src/docs/settings-examples/dfxagent.json @@ -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": [ { "dataSourceId": "dfcms", @@ -31,5 +47,18 @@ "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" + } + ] }