Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

connections.json
Code Block
languagejsjson
{
    "Region": "OracleDBName SID of the regionfrom cfg/db_connection.ini", /*Oracle SID of region name to which this config belongs */
    "Connections": [
        {
            "ConnectionName": "my.activemq.connection", /* name of ActiveMQ connection. Do NOT use underscore character ("_") in name */
            "ComponentName": "eagle-amq", /* reference to component name defined in components.json! Check it out. */
            "Parameters": {
                "brokerURL": "tcp://*****.eagleinvsys.com:61616", /* connection url */

				"clientID": "Client ID",               /* optional: sets the JMS clientID to use for the created connection */
            }
        }
    ]
}

...