From c64320a45b77eb3474f1f3f7372f1cd1f85ddfef Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 10 Feb 2021 14:01:23 +0000 Subject: Remove URL and useerid from JMS plugin This review makes the default URL and userid for JMS null, the actual values must be specified as parameters. Issue-ID: POLICY-3035 Change-Id: I9c06d94d8816092425e2df58b849d837ad953fb2 Signed-off-by: liamfallon --- .../src/main/resources/examples/config/JMS/JMS2JMSJsonEvent.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/integration/integration-common/src/main/resources/examples/config/JMS/JMS2JMSJsonEvent.json') diff --git a/testsuites/integration/integration-common/src/main/resources/examples/config/JMS/JMS2JMSJsonEvent.json b/testsuites/integration/integration-common/src/main/resources/examples/config/JMS/JMS2JMSJsonEvent.json index 89c24a719..63239a406 100644 --- a/testsuites/integration/integration-common/src/main/resources/examples/config/JMS/JMS2JMSJsonEvent.json +++ b/testsuites/integration/integration-common/src/main/resources/examples/config/JMS/JMS2JMSJsonEvent.json @@ -7403,7 +7403,7 @@ "parameters": { "initialContextFactory": "org.onap.policy.apex.testsuites.integration.uservice.adapt.jms.TestInitialContextFactory", "connectionFactory": "ConnectionFactory", - "providerURL": "remote://localhost:5445", + "providerUrl": "remote://localhost:4447", "securityPrincipal": "guest", "securityCredentials": "IAmAGuest", "producerTopic": "jms/topic/apexOut", @@ -7424,7 +7424,7 @@ "parameters": { "initialContextFactory": "org.onap.policy.apex.testsuites.integration.uservice.adapt.jms.TestInitialContextFactory", "connectionFactory": "ConnectionFactory", - "providerURL": "remote://localhost:5445", + "providerUrl": "remote://localhost:4447", "securityPrincipal": "guest", "securityCredentials": "IAmAGuest", "consumerTopic": "jms/topic/apexIn" -- cgit 1.2.3-korg