Red Hat DocumentationFuse Message BrokerToggle FramesPrintFeedback

Broker Properties

Global properties

Table 15 describes the broker properties you can set as options on a broker URI or in a broker properties file.

Table 15. Broker URI Properties

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

Property file specific

Table 16 describes additional properties that you can set in a broker properties file.

Table 16. Property File Properties

PropertyDefaultDescription
transportConnectors tcp:\\localhost:61616Specifies a comma separated list of transport URIs on which the broker will listen for client connections. See ???? for more information.
networkConnectors  Specifies a comma separated list of URIs on which the broker will listen for connections with other brokers. See ???? for more information.

Comments powered by Disqus