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 */ "password": "your encrypted password" /* optional: you can set up password for connection */ } } ] }
To add additional parameters/properties:
- go to official ActiveMQ documentation (http://activemq.apache.org/maven/apidocs/org/apache/activemq/ActiveMQConnectionFactory.html)
- choose public methods which names are beginning from set**() and are taken one single parameter (String, int, long or short type)
- set prefix in the name can be omitted