搜索

此内容没有您所选择的语言版本。

Appendix C. Server Options

download PDF

Server options table

Table C.1, “ActiveMQ TransportConnector Server Options” shows the options to change the behavior of TransportConnector in ActiveMQ broker configuration on the server.
Table C.1. ActiveMQ TransportConnector Server Options
OptionDefaultDescription
urinullSpecifies the bind address for the transport connector.
namenullSpecifies the name of the transport connector instance.
discoveryURInullSpecifies the multicast discovery address for client connection to find the broker.
enableStatusMonitorfalseMonitors the state of the connections and determines whether the connections are blocked.
updateClusterClientsfalseUpdates the client connections about the changes in the broker status.
rebalanceClusterClientsfalseRebalances clients automatically across the cluster on changes to the topology.
updateClusterClientsOnRemovefalseUpdates clients if a broker is removed from the cluster.
updateClusterFilternullA comma separated list of regular expressions that specifies the list of brokers included for client updates.
allowLinkStealingfalseSpecifies that if the last two or more connections have the same id, for example clientID for JMS then the last connection is deemed as a valid connection and the older connections are closed by the broker. This property is enable for default for MQTT transport.
Example C.1, “Server Options Configuration” shows the configuration of enableStatusMonitor server option.

Example C.1. Server Options Configuration

<broker > 
...
  <transportConnectors >
  <transportConnector name="openwire" uri="tcp://0.0.0.0:61616" enableStatusMonitor="true" >
  <transportConnectors >
...
  <broker >
Red Hat logoGithubRedditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

© 2024 Red Hat, Inc.