Versions Compared

Key

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

...


Code Block
languagejs
themeRDark
titleconnections.json
linenumberstrue
{
    "Region": "your region", /*Region name for which this config was defined */
    "Connections": [
        {
            "ConnectionName": "my.activemq.connection", /* name of ActiveMQ connection */
            "ComponentName": "eagle-amq", /* name of component */
            "Parameters": {
                "brokerURL": "tcp://*****.eagleinvsys.com:61616" /* connection url */
            }
        }
    ]
}


To add additional parameters/properties: