Initial TCA commit into DCAEGEN2
[dcaegen2/analytics/tca.git] / dpo / dmaap.json
diff --git a/dpo/dmaap.json b/dpo/dmaap.json
new file mode 100644 (file)
index 0000000..8bb4dd5
--- /dev/null
@@ -0,0 +1,18 @@
+{
+       "tca_handle_in": {
+               "aaf_username": "USER",
+               "aaf_password": "PASSWORD",
+               "type": "message_router",
+               "dmaap_info": {
+                       "topic_url": "https://HOSTNAME:3905/events/com.att.dcae.dmaap.mtnje2.DcaeTestVESSub"
+               }
+       },
+       "tca_handle_out": {
+               "aaf_username": "USER",
+               "aaf_password": "PASSWORD",
+               "type": "message_router",
+               "dmaap_info": {
+                       "topic_url": "https://HOSTNAME:3905/events/com.att.dcae.dmaap.mtnje2.DcaeTestVESPub"
+               }
+       }
+}