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>
diff --git a/bpmn/MSOInfrastructureBPMN/src/test/resources/mso.bpmn.urn.properties b/bpmn/MSOInfrastructureBPMN/src/test/resources/mso.bpmn.urn.properties
index fc84d9e..6dac08d 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.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