aboutsummaryrefslogtreecommitdiffstats
path: root/runtime-acm/src/test/resources/parameters/TestParameters.json
diff options
context:
space:
mode:
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>2024-06-10 17:08:04 +0100
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>2024-06-11 09:57:17 +0100
commitc616ee76ee72202bdf485de86b53a92837620c38 (patch)
treecf85106d3ac1f749616a90e160e1c90cc3c4f5fa /runtime-acm/src/test/resources/parameters/TestParameters.json
parenta48f784beca5e7aa189217c52cfa83452cf8fc47 (diff)
Add Synchronization topic in acm runtime
New sync topic for acm-ppnt synchronization Added publisher for the sync topic Refactor MessageDispatcherActivator for processing more than one topic parameter. Issue-ID: POLICY-5030 Change-Id: Id765b433beaf3f51fad9a9c66403a93d21c33797 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Diffstat (limited to 'runtime-acm/src/test/resources/parameters/TestParameters.json')
-rw-r--r--runtime-acm/src/test/resources/parameters/TestParameters.json16
1 files changed, 14 insertions, 2 deletions
diff --git a/runtime-acm/src/test/resources/parameters/TestParameters.json b/runtime-acm/src/test/resources/parameters/TestParameters.json
index 8192b7214..1558abc2e 100644
--- a/runtime-acm/src/test/resources/parameters/TestParameters.json
+++ b/runtime-acm/src/test/resources/parameters/TestParameters.json
@@ -20,10 +20,15 @@
"databasePassword": "P01icY",
"persistenceUnit": "InstantiationTests"
},
+ "topics":{
+ "operationTopic": "policy-acruntime-participant",
+ "syncTopic": "acm-ppnt-sync"
+ },
"topicParameterGroup": {
+
"topicSources": [
{
- "topic": "POLICY-ACRUNTIME-PARTICIPANT",
+ "topic": "${topics.operationTopic}",
"servers": [
"localhost"
],
@@ -33,7 +38,14 @@
],
"topicSinks": [
{
- "topic": "POLICY-ACRUNTIME-PARTICIPANT",
+ "topic": "${topics.operationTopic}",
+ "servers": [
+ "localhost"
+ ],
+ "topicCommInfrastructure": "NOOP"
+ },
+ {
+ "topic": "${topics.syncTopic}",
"servers": [
"localhost"
],