Change dmaap demo topic 33/18633/1
authorPatrick Brady <pb071s@att.com>
Thu, 12 Oct 2017 21:15:22 +0000 (14:15 -0700)
committerPatrick Brady <pb071s@att.com>
Thu, 12 Oct 2017 21:15:51 +0000 (14:15 -0700)
The topic did not match what policy is
going to send.

Change-Id: I70dfb889864bf5b7f2bb951ebe2f4662582d4bb3
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: APPC-272

installation/src/main/properties/appc.properties

index eb3021d..cd88ff3 100644 (file)
@@ -23,8 +23,8 @@
 ### Properties for demo  ###
 ###                                            ###
 appc.demo.poolMembers=10.0.11.1:3904
-appc.demo.topic.read=APPC-DEMO-TOPIC
-appc.demo.topic.write=APPC-DEMO-TOPIC
+appc.demo.topic.read=APPC-CL
+appc.demo.topic.write=APPC-CL
 appc.demo.client.name=appcDemoEventListener
 appc.demo.threads.queuesize.min=1
 appc.demo.threads.queuesize.max=1000