Pesquisar

Este conteúdo não está disponível no idioma selecionado.

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

Aprender

Experimente, compre e venda

Comunidades

Sobre a documentação da Red Hat

Ajudamos os usuários da Red Hat a inovar e atingir seus objetivos com nossos produtos e serviços com conteúdo em que podem confiar.

Tornando o open source mais inclusivo

A Red Hat está comprometida em substituir a linguagem problemática em nosso código, documentação e propriedades da web. Para mais detalhes veja oBlog da Red Hat.

Sobre a Red Hat

Fornecemos soluções robustas que facilitam o trabalho das empresas em plataformas e ambientes, desde o data center principal até a borda da rede.

© 2024 Red Hat, Inc.