Process message with Producer logic
[nonrtric.git] / policy-agent / src / test / resources / test_application_configuration_with_dmaap_config.json
index d4a3972..c945360 100644 (file)
       "dmaap_publisher": {
          "type": "message_router",
          "dmaap_info": {
-            "topic_url": "https://dradmin:dradmin@localhost:2222/events/A1-P-RESULT"
+            "topic_url": "http://admin:admin@localhost:6845/events/A1-POLICY-AGENT-WRITE"
          }
       }
    },
    "streams_subscribes": {
       "dmaap_subscriber": {
          "dmaap_info": {
-            "topic_url": "http://dradmin:dradmin@localhost:2222/events/A1-P/users/sdnc1"
+            "topic_url": "http://admin:admin@localhost:6845/events/A1-POLICY-AGENT-READ/users/policy-agent"
          },
          "type": "message_router"
       }