Skip to content

Commit

Permalink
Merge pull request #134 from ioFog/saeid/hornetq-update
Browse files Browse the repository at this point in the history
HornetQ update / `isolated_docker_container` configuration
  • Loading branch information
alexandershpak authored Nov 28, 2018
2 parents d3db0a0 + ffcd5e3 commit 9242fd6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions daemon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,13 @@
</dependency>
<dependency>
<groupId>org.hornetq</groupId>
<artifactId>hornetq-core</artifactId>
<version>2.3.0.BETA1</version>
<artifactId>hornetq-core-client</artifactId>
<version>2.3.0.Final</version>
</dependency>
<dependency>
<groupId>org.hornetq</groupId>
<artifactId>hornetq-server</artifactId>
<version>2.3.0.Final</version>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public enum CommandLineConfigParam {
STATUS_FREQUENCY("10", "sf", "status_update_freq", "statusFrequency"),
CHANGE_FREQUENCY("20", "cf", "get_changes_freq", "changeFrequency"),
DEVICE_SCAN_FREQUENCY("60", "sd", "scan_devices_freq", "deviceScanFrequency"),
WATCHDOG_ENABLED("on", "idc", "watchdogEnabled", "watchdogEnabled"),
WATCHDOG_ENABLED("off", "idc", "isolated_docker_container", "watchdogEnabled"),
GPS_MODE ("", "", "", "gpsMode"),
GPS_COORDINATES (GpsMode.AUTO.name().toLowerCase(), "gps", "gps", "gpscoordinates"),
POST_DIAGNOSTICS_FREQ ("10", "df", "post_diagnostics_freq", "postdiagnosticsfreq"),
Expand Down

0 comments on commit 9242fd6

Please sign in to comment.