|
useJmx
| true | Specifies if the broker will connect to a JMX server. |
|
persistent
| true | Specifies whether the broker uses persistent storage. |
|
populateJMSXUserID
| false | Specifies whether the broker populates the JMSXUserID
property of messages to indicate the authenticated sender username of the person
who sent the message. |
|
useShutdownHook
| true | Specifies if the broker installs a shutdown hook so that it can properly shut
itself down on a JVM kill. |
|
brokerName
| localhost | Specifies the name of the broker. |
|
brokerId
| hostname | Specifies the ID of the broker. |
|
deleteAllMessagesOnStartup
| false | Specifies if all the messages in the persistent store will be deleted on broker
startup. |
|
enableStatistics
| true | Specifies if statistics gathering is enabled. |