Skip to content

Commit

Permalink
Updated README to reflect property file usage
Browse files Browse the repository at this point in the history
[skip-ci]
  • Loading branch information
Brett Delle Grazie committed Sep 28, 2018
1 parent a0575be commit 093af36
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ A complicated example configuration file might look like:
Assuming two brokers on 192.168.0.10 and 192.168.0.11, with JMX on 1098 and OpenWire on 61616 (but no security)

```
-jmxUrl service:jmx:rmi:///jndi/rmi://192.168.0.10:1098/jmxrmi
-jmxUrl service:jmx:rmi:///jndi/rmi://192.168.0.11:1098/jmxrmi
-jmsUrl tcp://(192.168.0.10:61616,192.168.0.11:61616)?clientID=artemis-manager&sslEnabled=true
-jmxUrl
service:jmx:rmi:///jndi/rmi://192.168.0.10:1098/jmxrmi
-jmxUrl
service:jmx:rmi:///jndi/rmi://192.168.0.11:1098/jmxrmi
-jmsUrl
tcp://(192.168.0.10:61616,192.168.0.11:61616)?clientID=artemis-manager&sslEnabled=true
```

In the examples below it is assumed a configuration file of artemis.config has been created like that shown above
Expand Down

0 comments on commit 093af36

Please sign in to comment.