diff options
author | Bancala, Ben (bb3476) <bb3476@att.com> | 2018-05-31 16:26:16 -0400 |
---|---|---|
committer | Bancala, Ben (bb3476) <bb3476@att.com> | 2018-06-01 13:55:34 -0400 |
commit | e0a312d161eb473aa4c1781bef5b17fbd6115bb5 (patch) | |
tree | 2569b61406109fee3608dba93dff6374214af2d6 /bpmn/MSOInfrastructureBPMN/src/test | |
parent | 5e443968bb53aee67f034882ce3afbe3eacf7ffa (diff) |
Updated mso bpmn urn properties app c
Issue-ID: SO-663
Change-Id: I875653072f3d4319503aa74b0198e16d1c868e5f
Signed-off-by: Bancala, Ben (bb3476) <bb3476@att.com>
swapped read and write in mso bpmn urn properties
Issue-ID: SO-663
Change-Id: I875653072f3d4319503aa74b0198e16d1c868e5f
Signed-off-by: Bancala, Ben (bb3476) <bb3476@att.com>
reversed the order of read and write
Issue-ID: SO-663
Change-Id: I875653072f3d4319503aa74b0198e16d1c868e5f
Signed-off-by: Bancala, Ben (bb3476) <bb3476@att.com>
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/src/test')
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/src/test/resources/mso.bpmn.urn.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/src/test/resources/mso.bpmn.urn.properties b/bpmn/MSOInfrastructureBPMN/src/test/resources/mso.bpmn.urn.properties index fc84d9ea85..6dac08dc56 100644 --- a/bpmn/MSOInfrastructureBPMN/src/test/resources/mso.bpmn.urn.properties +++ b/bpmn/MSOInfrastructureBPMN/src/test/resources/mso.bpmn.urn.properties @@ -114,10 +114,10 @@ policy.environment=TEST policy.endpoint=http://localhost:28090/pdp/api/
policy.default.disposition=Skip
-appc.client.topic.read=APPC-CL-FUSION-LCM-RESPONSE
-appc.client.topic.write=APPC-CL-FUSION-LCM
-appc.client.topic.sdnc.read=SDNC-LCM-READ
-appc.client.topic.sdnc.write=SDNC-LCM-WRITE
+appc.client.topic.read=APPC-LCM-WRITE
+appc.client.topic.write=APPC-LCM-READ
+appc.client.topic.sdnc.read=SDNC-LCM-WRITE
+appc.client.topic.sdnc.write=SDNC-LCM-READ
appc.client.topic.read.timeout=100
appc.client.response.timeout=300
appc.client.poolMembers=localhost:28090
|