diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-10-18 13:19:23 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-10-18 13:19:28 -0400 |
commit | d382a5a38ef08e09b19dcd83279ac0c3118aef0d (patch) | |
tree | 23ce85db2ef1e057ece79be94bbf1f4e18750a7d /aai-resources | |
parent | ea2fdc87f565b7a31e171eb7c46d2b692c1ebb54 (diff) |
Add the https as transport type for dmaap
Issue-ID: AAI-1761
Change-Id: I22f83ad5fe5efd404657f6a4e71229a557dd2ce9
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-resources')
-rw-r--r-- | aai-resources/appconfig/application.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aai-resources/appconfig/application.properties b/aai-resources/appconfig/application.properties index 2e3342c..192093f 100644 --- a/aai-resources/appconfig/application.properties +++ b/aai-resources/appconfig/application.properties @@ -38,6 +38,7 @@ server.ssl.key-store-type=JKS # JMS bind address host port jms.bind.address=tcp://localhost:61647 dmaap.ribbon.listOfServers=mr.api.simpledemo.onap.org:3905 +dmaap.ribbon.transportType=https # Schema related attributes for the oxm and edges # Any additional schema related attributes should start with prefix schema |