Files
Leonardo Lara Rodrigues 4baf074b52 sync file lines with en rev
2026-01-27 09:14:27 -03:00

115 lines
3.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 9c7e8795cb8933358082986ad62fd918a3fcf6a4 Maintainer: leonardolara Status: ready --><!-- CREDITS: leonardolara -->
<section xmlns="http://docbook.org/ns/docbook" xml:id="stomp.configuration">
&reftitle.runtime;
&extension.runtime;
<table>
<title>&ConfigureOptions; de Stomp</title>
<tgroup cols="4">
<thead>
<row>
<entry>&Name;</entry>
<entry>&Default;</entry>
<entry>&Changeable;</entry>
<entry>&Changelog;</entry>
</row>
</thead>
<tbody>
<row>
<entry><link linkend="ini.stomp.default-broker">stomp.default_broker</link></entry>
<entry>tcp://localhost:61613</entry>
<entry><constant>INI_ALL</constant></entry>
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
</row>
<row>
<entry><link linkend="ini.stomp.default-connection-timeout-sec">stomp.default_connection_timeout_sec</link></entry>
<entry>2</entry>
<entry><constant>INI_ALL</constant></entry>
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
</row>
<row>
<entry><link linkend="ini.stomp.default-connection-timeout-usec">stomp.default_connection_timeout_usec</link></entry>
<entry>0</entry>
<entry><constant>INI_ALL</constant></entry>
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
</row>
<row>
<entry><link linkend="ini.stomp.default-read-timeout-sec">stomp.default_read_timeout_sec</link></entry>
<entry>2</entry>
<entry><constant>INI_ALL</constant></entry>
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
</row>
<row>
<entry><link linkend="ini.stomp.default-read-timeout-usec">stomp.default_read_timeout_usec</link></entry>
<entry>0</entry>
<entry><constant>INI_ALL</constant></entry>
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
</row>
</tbody>
</tgroup>
</table>
&ini.descriptions.title;
<variablelist>
<varlistentry xml:id="ini.stomp.default-broker">
<term>
<parameter>stomp.default_broker</parameter>
<type>string</type>
</term>
<listitem>
<simpara>
O URI do broker padrão a ser usado ao conectar-se ao broker de mensagens se nenhum outro URI for especificado.
</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.stomp.default-connection-timeout-sec">
<term>
<parameter>stomp.default_connection_timeout_sec</parameter>
<type>int</type>
</term>
<listitem>
<simpara>
A parte dos segundos do tempo limite de conexão padrão.
</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.stomp.default-connection-timeout-usec">
<term>
<parameter>stomp.default_connection_timeout_usec</parameter>
<type>int</type>
</term>
<listitem>
<simpara>
A parte em microssegundos do tempo limite de conexão padrão.
</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.stomp.default-read-timeout-sec">
<term>
<parameter>stomp.default_read_timeout_sec</parameter>
<type>int</type>
</term>
<listitem>
<simpara>
A parte dos segundos do tempo limite de leitura padrão.
</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.stomp.default-read-timeout-usec">
<term>
<parameter>stomp.default_read_timeout_usec</parameter>
<type>int</type>
</term>
<listitem>
<simpara>
A parte em microssegundos do tempo limite de leitura padrão.
</simpara>
</listitem>
</varlistentry>
</variablelist>
</section>