summaryrefslogtreecommitdiffstats
path: root/testsuites/integration/integration-common/src/main/resources/examples/config/JMS/JMS2JMSObjectEvent.json
blob: 1df3febfbbf6d0cf67e3ad063f87307e3a1c8666 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .ch { color: #75715e } /* Comment.Hashbang */
.highlight .cm { color: #75715e } /* Comment.Multiline */
.highlight .cp { color: #75715e } /* Comment.Preproc */
.highlight .cpf { color: #75715e } /* Comment.PreprocFile */
.highlight .c1 { color: #75715e } /* Comment.Single */
.highlight .cs { color: #75715e } /* Comment.Special *
{
    "engineServiceParameters": {
        "name": "MyApexEngine",
        "version": "0.0.1",
        "id": 45,
        "instanceCount": 4,
        "deploymentPort": 12553,
        "policyModelFileName": "examples/models/JMS/JMSTestModel.json",
        "engineParameters": {
            "executorParameters": {
                "JAVASCRIPT": {
                    "parameterClassName": "org.onap.policy.apex.plugins.executor.javascript.JavascriptExecutorParameters"
                }
            }
        }
    },
    "eventOutputParameters": {
        "aProducer": {
            "carrierTechnologyParameters": {
                "carrierTechnology": "JMS",
                "parameterClassName": "org.onap.policy.apex.plugins.event.carrier.jms.JmsCarrierTechnologyParameters",
                "parameters": {
                    "initialContextFactory": "org.onap.policy.apex.testsuites.integration.uservice.adapt.jms.TestInitialContextFactory",
                    "connectionFactory": "ConnectionFactory",
                    "providerURL": "remote://localhost:5445",
                    "securityPrincipal": "guest",
                    "securityCredentials": "IAmAGuest",
                    "producerTopic": "jms/topic/apexOut"
                }
            },
            "eventProtocolParameters": {
                "eventProtocol": "JMSOBJECT",
                "parameterClassName": "org.onap.policy.apex.plugins.event.protocol.jms.JmsObjectEventProtocolParameters"
            }
        }
    },
    "eventInputParameters": {
        "aConsumer": {
            "carrierTechnologyParameters": {
                "carrierTechnology": "JMS",
                "parameterClassName": "org.onap.policy.apex.plugins.event.carrier.jms.JmsCarrierTechnologyParameters",
                "parameters": {
                    "initialContextFactory": "org.onap.policy.apex.testsuites.integration.uservice.adapt.jms.TestInitialContextFactory",
                    "connectionFactory": "ConnectionFactory",
                    "providerURL": "remote://localhost:5445",
                    "securityPrincipal": "guest",
                    "securityCredentials": "IAmAGuest",
                    "consumerTopic": "jms/topic/apexIn"
                }
            },
            "eventProtocolParameters": {
                "eventProtocol": "JMSOBJECT",
                "parameterClassName": "org.onap.policy.apex.plugins.event.protocol.jms.JmsObjectEventProtocolParameters"
            }
        }
    }
}
Torvalds.

Please see our privacy policy and terms of use