Versions Compared

Key

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

...


Code Block
languagejs
themeRDark
titleconnections.json
linenumberstrue
{
    "Region": "Oracle SID of the region", /*RegionOracle SID of region name forto which this config was definedbelongs */
    "Connections": [
        {
            "ConnectionName": "my.activemq.connection", /* name of ActiveMQ connection */
            "ComponentName": "eagle-amq", /* name of component */
            "Parameters": {
                "brokerURL": "tcp://*****.eagleinvsys.com:61616", /* connection url */

				"password": "your encrypted password", /* optional: sets the JMS password used for connections */
				"userName": "user name", /* optional: sets the JMS userName used by connections */
				"clientID": "Client ID" /* optional: sets the JMS clientID to use for the created connection */
            }
        }
    ]
}


...