Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »


connections.json
{
    "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 */
            }
        }
    ]
}
  • No labels