diff options
author | Patrick Brady <pb071s@att.com> | 2017-10-12 14:15:22 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-10-12 14:15:51 -0700 |
commit | 298a0781eb151cdf3bf38382a59b59bbad9c97b1 (patch) | |
tree | 793b7b912b2e96e8fbae5bc4da65a59bf83f91eb /installation/src | |
parent | 288bdf740a60db96dd62a018b4e7c644779614e4 (diff) |
Change dmaap demo topic
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
Diffstat (limited to 'installation/src')
-rw-r--r-- | installation/src/main/properties/appc.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installation/src/main/properties/appc.properties b/installation/src/main/properties/appc.properties index eb3021d..cd88ff3 100644 --- a/installation/src/main/properties/appc.properties +++ b/installation/src/main/properties/appc.properties @@ -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 |