Repository: qpid-site Updated Branches: refs/heads/asf-site 1112dee92 -> fa81b737f
DISPATCH-304 - Added width and height to qpid-dispatch console images Project: http://git-wip-us.apache.org/repos/asf/qpid-site/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-site/commit/7bcc8100 Tree: http://git-wip-us.apache.org/repos/asf/qpid-site/tree/7bcc8100 Diff: http://git-wip-us.apache.org/repos/asf/qpid-site/diff/7bcc8100 Branch: refs/heads/asf-site Commit: 7bcc8100534c3bca1e7342ad2a595fdda7244308 Parents: 1112dee Author: Ganesh Murthy <[email protected]> Authored: Wed May 4 08:42:23 2016 -0400 Committer: Ganesh Murthy <[email protected]> Committed: Wed May 4 08:42:23 2016 -0400 ---------------------------------------------------------------------- .../book/console_operation.html | 12 ++++++------ .../releases/qpid-dispatch-master/book/schema.html | 16 ++++++++++++---- content/releases/qpid-dispatch-master/index.html | 2 +- .../qpid-dispatch-master/man/qdrouterd.conf.html | 16 ++++++++++++---- .../book/console_operation.html.in | 12 ++++++------ .../qpid-dispatch-master/book/schema.html.in | 16 ++++++++++++---- input/releases/qpid-dispatch-master/index.md | 2 +- .../qpid-dispatch-master/man/qdrouterd.conf.html.in | 16 ++++++++++++---- 8 files changed, 62 insertions(+), 30 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-site/blob/7bcc8100/content/releases/qpid-dispatch-master/book/console_operation.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-dispatch-master/book/console_operation.html b/content/releases/qpid-dispatch-master/book/console_operation.html index 6dfb6ee..d4a3aea 100644 --- a/content/releases/qpid-dispatch-master/book/console_operation.html +++ b/content/releases/qpid-dispatch-master/book/console_operation.html @@ -121,7 +121,7 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/> <div class="section" id="logging-in-to-a-router-network"> <h2>4.3.1. Logging in to a router network<a class="headerlink" href="#logging-in-to-a-router-network" title="Permalink to this headline">.</a></h2> <p>The console communicates to the router network using the proton javascript bindings. When run from a web page, the proton bindings use web sockets to send and receive commands. However, the dispatch router requires tcp. Therefore a web-sockets to tcp proxy is used.</p> -<img alt="../_images/console_login.png" src="../_images/console_login.png" /> +<a class="reference internal image-reference" href="../_images/console_login.png"><img alt="../_images/console_login.png" src="../_images/console_login.png" style="width: 1000px; height: 500px;" /></a> <p>Enter the address of a proxy that is connected to a router in the network.</p> <p>User name and password are not used at this time.</p> <p>The Autostart checkbox, when checked, will automatically log in with the previous host:port the next time you start the console.</p> @@ -129,27 +129,27 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/> <div class="section" id="overview-page"> <h2>4.3.2. Overview page<a class="headerlink" href="#overview-page" title="Permalink to this headline">.</a></h2> <p>On the overview page, aggregate information about routers, addresses, and connections is displayed.</p> -<img alt="../_images/console_overview.png" src="../_images/console_overview.png" /> +<a class="reference internal image-reference" href="../_images/console_overview.png"><img alt="../_images/console_overview.png" src="../_images/console_overview.png" style="width: 1000px; height: 500px;" /></a> </div> <div class="section" id="topology-page"> <h2>4.3.3. Topology page<a class="headerlink" href="#topology-page" title="Permalink to this headline">.</a></h2> <p>This page displays the router network in a graphical form showing how the routers are connected and information about the individual routers and links.</p> -<img alt="../_images/console_topology.png" src="../_images/console_topology.png" /> +<a class="reference internal image-reference" href="../_images/console_topology.png"><img alt="../_images/console_topology.png" src="../_images/console_topology.png" style="width: 1000px; height: 500px;" /></a> </div> <div class="section" id="router-entity-details-page"> <h2>4.3.4. Router entity details page<a class="headerlink" href="#router-entity-details-page" title="Permalink to this headline">.</a></h2> -<img alt="../_images/console_entity.png" src="../_images/console_entity.png" /> +<a class="reference internal image-reference" href="../_images/console_entity.png"><img alt="../_images/console_entity.png" src="../_images/console_entity.png" style="width: 1000px; height: 500px;" /></a> <p>Displays detailed information about entities such as routers, links, addresses, memory.</p> <p>Numeric attributes can be graphed by clicking on the graph icon.</p> </div> <div class="section" id="charts-page"> <h2>4.3.5. Charts page<a class="headerlink" href="#charts-page" title="Permalink to this headline">.</a></h2> -<img alt="../_images/console_charts.png" src="../_images/console_charts.png" /> +<a class="reference internal image-reference" href="../_images/console_charts.png"><img alt="../_images/console_charts.png" src="../_images/console_charts.png" style="width: 1000px; height: 500px;" /></a> <p>This page displays graphs of numeric values that are on the entity details page.</p> </div> <div class="section" id="schema-page"> <h2>4.3.6. Schema page<a class="headerlink" href="#schema-page" title="Permalink to this headline">.</a></h2> -<img alt="../_images/console_schema.png" src="../_images/console_schema.png" /> +<a class="reference internal image-reference" href="../_images/console_schema.png"><img alt="../_images/console_schema.png" src="../_images/console_schema.png" style="width: 1000px; height: 500px;" /></a> <p>This page displays the json schema that is used to manage the router network.</p> </div> </div> http://git-wip-us.apache.org/repos/asf/qpid-site/blob/7bcc8100/content/releases/qpid-dispatch-master/book/schema.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-dispatch-master/book/schema.html b/content/releases/qpid-dispatch-master/book/schema.html index e2e8933..d6aa4e0 100644 --- a/content/releases/qpid-dispatch-master/book/schema.html +++ b/content/releases/qpid-dispatch-master/book/schema.html @@ -154,18 +154,18 @@ running using the <cite>qdrouterd(8)</cite> tool’s <cite>create</cite> ope be modified using the <cite>update</cite> operation, see the entity descriptions below.</p> <div class="section" id="container"> <h3>3.4.1.1. container<a class="headerlink" href="#container" title="Permalink to this headline">.</a></h3> -<p>Attributes related to the AMQP container.</p> +<p>(DEPRECATED)Attributes related to the AMQP container. All container attributes are now available in the router entity. The container entity will be removed in future releases</p> <p>Operations allowed: <cite>READ</cite></p> <dl class="docutils"> <dt><em>containerName</em> (string, <cite>CREATE</cite>)</dt> <dd>The name of the AMQP container. If not specified, the container name will be set to a value of the container’s choosing. The automatically assigned container name is not guaranteed to be persistent across restarts of the container.</dd> -<dt><em>workerThreads</em> (integer, default=1, <cite>CREATE</cite>)</dt> +<dt><em>workerThreads</em> (integer, default=4, <cite>CREATE</cite>)</dt> <dd>The number of threads that will be created to process message traffic and other application work (timers, non-amqp file descriptors, etc.) .</dd> <dt><em>debugDump</em> (path, <cite>CREATE</cite>)</dt> <dd>A file to dump debugging information that can’t be logged normally.</dd> <dt><em>saslConfigPath</em> (path, <cite>CREATE</cite>)</dt> <dd>Absolute path to the SASL configuration file.</dd> -<dt><em>saslConfigName</em> (string, default=’qdrouterd’, <cite>CREATE</cite>)</dt> +<dt><em>saslConfigName</em> (string, <cite>CREATE</cite>)</dt> <dd>Name of the SASL configuration. This string + ‘.conf’ is the name of the configuration file.</dd> </dl> </div> @@ -174,7 +174,7 @@ be modified using the <cite>update</cite> operation, see the entity descriptions <p>Tracks peer routers and computes routes to destinations.</p> <p>Operations allowed: <cite>READ</cite></p> <dl class="docutils"> -<dt><em>routerId</em> (string, <cite>CREATE</cite>)</dt> +<dt><em>routerId</em> (string, required, <cite>CREATE</cite>)</dt> <dd>Router’s unique identity.</dd> <dt><em>mode</em> (One of [‘standalone’, ‘interior’], default=’standalone’, <cite>CREATE</cite>)</dt> <dd>In standalone mode, the router operates as a single component. It does not participate in the routing protocol and therefore will not cooperate with other routers. In interior mode, the router operates in cooperation with other interior routers in an interconnected network.</dd> @@ -198,6 +198,14 @@ be modified using the <cite>update</cite> operation, see the entity descriptions <dd>Number of links attached to the router node.</dd> <dt><em>nodeCount</em> (integer)</dt> <dd>Number of known peer router nodes.</dd> +<dt><em>workerThreads</em> (integer, default=4, <cite>CREATE</cite>)</dt> +<dd>The number of threads that will be created to process message traffic and other application work (timers, non-amqp file descriptors, etc.) .</dd> +<dt><em>debugDump</em> (path, <cite>CREATE</cite>)</dt> +<dd>A file to dump debugging information that can’t be logged normally.</dd> +<dt><em>saslConfigPath</em> (path, <cite>CREATE</cite>)</dt> +<dd>Absolute path to the SASL configuration file.</dd> +<dt><em>saslConfigName</em> (string, default=’qdrouterd’, <cite>CREATE</cite>)</dt> +<dd>Name of the SASL configuration. This string + ‘.conf’ is the name of the configuration file.</dd> </dl> </div> <div class="section" id="listener"> http://git-wip-us.apache.org/repos/asf/qpid-site/blob/7bcc8100/content/releases/qpid-dispatch-master/index.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-dispatch-master/index.html b/content/releases/qpid-dispatch-master/index.html index 5b357c3..8a5a112 100644 --- a/content/releases/qpid-dispatch-master/index.html +++ b/content/releases/qpid-dispatch-master/index.html @@ -124,7 +124,7 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/> incomplete. For a smoother experience, see the <a href="/releases/qpid-dispatch-0.5/index.html">current stable release</a>.</p> -<p>This content was generated at 13:53 on Monday, 25 April 2016.</p> +<p>This content was generated at 08:35 on Wednesday, 04 May 2016.</p> </div> http://git-wip-us.apache.org/repos/asf/qpid-site/blob/7bcc8100/content/releases/qpid-dispatch-master/man/qdrouterd.conf.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-dispatch-master/man/qdrouterd.conf.html b/content/releases/qpid-dispatch-master/man/qdrouterd.conf.html index 51c8685..f84b896 100644 --- a/content/releases/qpid-dispatch-master/man/qdrouterd.conf.html +++ b/content/releases/qpid-dispatch-master/man/qdrouterd.conf.html @@ -209,17 +209,17 @@ listener { <h2>Configuration Sections<a class="headerlink" href="#configuration-sections" title="Permalink to this headline">.</a></h2> <div class="section" id="container"> <h3>container<a class="headerlink" href="#container" title="Permalink to this headline">.</a></h3> -<p>Attributes related to the AMQP container.</p> +<p>(DEPRECATED)Attributes related to the AMQP container. All container attributes are now available in the router entity. The container entity will be removed in future releases</p> <dl class="docutils"> <dt><em>containerName</em> (string)</dt> <dd>The name of the AMQP container. If not specified, the container name will be set to a value of the container’s choosing. The automatically assigned container name is not guaranteed to be persistent across restarts of the container.</dd> -<dt><em>workerThreads</em> (integer, default=1)</dt> +<dt><em>workerThreads</em> (integer, default=4)</dt> <dd>The number of threads that will be created to process message traffic and other application work (timers, non-amqp file descriptors, etc.) .</dd> <dt><em>debugDump</em> (path)</dt> <dd>A file to dump debugging information that can’t be logged normally.</dd> <dt><em>saslConfigPath</em> (path)</dt> <dd>Absolute path to the SASL configuration file.</dd> -<dt><em>saslConfigName</em> (string, default=’qdrouterd’)</dt> +<dt><em>saslConfigName</em> (string)</dt> <dd>Name of the SASL configuration. This string + ‘.conf’ is the name of the configuration file.</dd> </dl> </div> @@ -227,7 +227,7 @@ listener { <h3>router<a class="headerlink" href="#router" title="Permalink to this headline">.</a></h3> <p>Tracks peer routers and computes routes to destinations.</p> <dl class="docutils"> -<dt><em>routerId</em> (string)</dt> +<dt><em>routerId</em> (string, required)</dt> <dd>Router’s unique identity.</dd> <dt><em>mode</em> (One of [‘standalone’, ‘interior’], default=’standalone’)</dt> <dd>In standalone mode, the router operates as a single component. It does not participate in the routing protocol and therefore will not cooperate with other routers. In interior mode, the router operates in cooperation with other interior routers in an interconnected network.</dd> @@ -243,6 +243,14 @@ listener { <dd>Time in seconds after which link state is declared stale if no RA is received.</dd> <dt><em>mobileAddrMaxAge</em> (integer, default=60)</dt> <dd>(DEPRECATED) This value is no longer used in the router.</dd> +<dt><em>workerThreads</em> (integer, default=4)</dt> +<dd>The number of threads that will be created to process message traffic and other application work (timers, non-amqp file descriptors, etc.) .</dd> +<dt><em>debugDump</em> (path)</dt> +<dd>A file to dump debugging information that can’t be logged normally.</dd> +<dt><em>saslConfigPath</em> (path)</dt> +<dd>Absolute path to the SASL configuration file.</dd> +<dt><em>saslConfigName</em> (string, default=’qdrouterd’)</dt> +<dd>Name of the SASL configuration. This string + ‘.conf’ is the name of the configuration file.</dd> </dl> </div> <div class="section" id="listener"> http://git-wip-us.apache.org/repos/asf/qpid-site/blob/7bcc8100/input/releases/qpid-dispatch-master/book/console_operation.html.in ---------------------------------------------------------------------- diff --git a/input/releases/qpid-dispatch-master/book/console_operation.html.in b/input/releases/qpid-dispatch-master/book/console_operation.html.in index 5ef47b8..9c104ef 100644 --- a/input/releases/qpid-dispatch-master/book/console_operation.html.in +++ b/input/releases/qpid-dispatch-master/book/console_operation.html.in @@ -5,7 +5,7 @@ <div class="section" id="logging-in-to-a-router-network"> <h2>4.3.1. Logging in to a router network<a class="headerlink" href="#logging-in-to-a-router-network" title="Permalink to this headline">.</a></h2> <p>The console communicates to the router network using the proton javascript bindings. When run from a web page, the proton bindings use web sockets to send and receive commands. However, the dispatch router requires tcp. Therefore a web-sockets to tcp proxy is used.</p> -<img alt="../_images/console_login.png" src="../_images/console_login.png" /> +<a class="reference internal image-reference" href="../_images/console_login.png"><img alt="../_images/console_login.png" src="../_images/console_login.png" style="width: 1000px; height: 500px;" /></a> <p>Enter the address of a proxy that is connected to a router in the network.</p> <p>User name and password are not used at this time.</p> <p>The Autostart checkbox, when checked, will automatically log in with the previous host:port the next time you start the console.</p> @@ -13,27 +13,27 @@ <div class="section" id="overview-page"> <h2>4.3.2. Overview page<a class="headerlink" href="#overview-page" title="Permalink to this headline">.</a></h2> <p>On the overview page, aggregate information about routers, addresses, and connections is displayed.</p> -<img alt="../_images/console_overview.png" src="../_images/console_overview.png" /> +<a class="reference internal image-reference" href="../_images/console_overview.png"><img alt="../_images/console_overview.png" src="../_images/console_overview.png" style="width: 1000px; height: 500px;" /></a> </div> <div class="section" id="topology-page"> <h2>4.3.3. Topology page<a class="headerlink" href="#topology-page" title="Permalink to this headline">.</a></h2> <p>This page displays the router network in a graphical form showing how the routers are connected and information about the individual routers and links.</p> -<img alt="../_images/console_topology.png" src="../_images/console_topology.png" /> +<a class="reference internal image-reference" href="../_images/console_topology.png"><img alt="../_images/console_topology.png" src="../_images/console_topology.png" style="width: 1000px; height: 500px;" /></a> </div> <div class="section" id="router-entity-details-page"> <h2>4.3.4. Router entity details page<a class="headerlink" href="#router-entity-details-page" title="Permalink to this headline">.</a></h2> -<img alt="../_images/console_entity.png" src="../_images/console_entity.png" /> +<a class="reference internal image-reference" href="../_images/console_entity.png"><img alt="../_images/console_entity.png" src="../_images/console_entity.png" style="width: 1000px; height: 500px;" /></a> <p>Displays detailed information about entities such as routers, links, addresses, memory.</p> <p>Numeric attributes can be graphed by clicking on the graph icon.</p> </div> <div class="section" id="charts-page"> <h2>4.3.5. Charts page<a class="headerlink" href="#charts-page" title="Permalink to this headline">.</a></h2> -<img alt="../_images/console_charts.png" src="../_images/console_charts.png" /> +<a class="reference internal image-reference" href="../_images/console_charts.png"><img alt="../_images/console_charts.png" src="../_images/console_charts.png" style="width: 1000px; height: 500px;" /></a> <p>This page displays graphs of numeric values that are on the entity details page.</p> </div> <div class="section" id="schema-page"> <h2>4.3.6. Schema page<a class="headerlink" href="#schema-page" title="Permalink to this headline">.</a></h2> -<img alt="../_images/console_schema.png" src="../_images/console_schema.png" /> +<a class="reference internal image-reference" href="../_images/console_schema.png"><img alt="../_images/console_schema.png" src="../_images/console_schema.png" style="width: 1000px; height: 500px;" /></a> <p>This page displays the json schema that is used to manage the router network.</p> </div> </div> http://git-wip-us.apache.org/repos/asf/qpid-site/blob/7bcc8100/input/releases/qpid-dispatch-master/book/schema.html.in ---------------------------------------------------------------------- diff --git a/input/releases/qpid-dispatch-master/book/schema.html.in b/input/releases/qpid-dispatch-master/book/schema.html.in index fe78596..d35c432 100644 --- a/input/releases/qpid-dispatch-master/book/schema.html.in +++ b/input/releases/qpid-dispatch-master/book/schema.html.in @@ -38,18 +38,18 @@ running using the <cite>qdrouterd(8)</cite> tool’s <cite>create</cite> ope be modified using the <cite>update</cite> operation, see the entity descriptions below.</p> <div class="section" id="container"> <h3>3.4.1.1. container<a class="headerlink" href="#container" title="Permalink to this headline">.</a></h3> -<p>Attributes related to the AMQP container.</p> +<p>(DEPRECATED)Attributes related to the AMQP container. All container attributes are now available in the router entity. The container entity will be removed in future releases</p> <p>Operations allowed: <cite>READ</cite></p> <dl class="docutils"> <dt><em>containerName</em> (string, <cite>CREATE</cite>)</dt> <dd>The name of the AMQP container. If not specified, the container name will be set to a value of the container’s choosing. The automatically assigned container name is not guaranteed to be persistent across restarts of the container.</dd> -<dt><em>workerThreads</em> (integer, default=1, <cite>CREATE</cite>)</dt> +<dt><em>workerThreads</em> (integer, default=4, <cite>CREATE</cite>)</dt> <dd>The number of threads that will be created to process message traffic and other application work (timers, non-amqp file descriptors, etc.) .</dd> <dt><em>debugDump</em> (path, <cite>CREATE</cite>)</dt> <dd>A file to dump debugging information that can’t be logged normally.</dd> <dt><em>saslConfigPath</em> (path, <cite>CREATE</cite>)</dt> <dd>Absolute path to the SASL configuration file.</dd> -<dt><em>saslConfigName</em> (string, default=’qdrouterd’, <cite>CREATE</cite>)</dt> +<dt><em>saslConfigName</em> (string, <cite>CREATE</cite>)</dt> <dd>Name of the SASL configuration. This string + ‘.conf’ is the name of the configuration file.</dd> </dl> </div> @@ -58,7 +58,7 @@ be modified using the <cite>update</cite> operation, see the entity descriptions <p>Tracks peer routers and computes routes to destinations.</p> <p>Operations allowed: <cite>READ</cite></p> <dl class="docutils"> -<dt><em>routerId</em> (string, <cite>CREATE</cite>)</dt> +<dt><em>routerId</em> (string, required, <cite>CREATE</cite>)</dt> <dd>Router’s unique identity.</dd> <dt><em>mode</em> (One of [‘standalone’, ‘interior’], default=’standalone’, <cite>CREATE</cite>)</dt> <dd>In standalone mode, the router operates as a single component. It does not participate in the routing protocol and therefore will not cooperate with other routers. In interior mode, the router operates in cooperation with other interior routers in an interconnected network.</dd> @@ -82,6 +82,14 @@ be modified using the <cite>update</cite> operation, see the entity descriptions <dd>Number of links attached to the router node.</dd> <dt><em>nodeCount</em> (integer)</dt> <dd>Number of known peer router nodes.</dd> +<dt><em>workerThreads</em> (integer, default=4, <cite>CREATE</cite>)</dt> +<dd>The number of threads that will be created to process message traffic and other application work (timers, non-amqp file descriptors, etc.) .</dd> +<dt><em>debugDump</em> (path, <cite>CREATE</cite>)</dt> +<dd>A file to dump debugging information that can’t be logged normally.</dd> +<dt><em>saslConfigPath</em> (path, <cite>CREATE</cite>)</dt> +<dd>Absolute path to the SASL configuration file.</dd> +<dt><em>saslConfigName</em> (string, default=’qdrouterd’, <cite>CREATE</cite>)</dt> +<dd>Name of the SASL configuration. This string + ‘.conf’ is the name of the configuration file.</dd> </dl> </div> <div class="section" id="listener"> http://git-wip-us.apache.org/repos/asf/qpid-site/blob/7bcc8100/input/releases/qpid-dispatch-master/index.md ---------------------------------------------------------------------- diff --git a/input/releases/qpid-dispatch-master/index.md b/input/releases/qpid-dispatch-master/index.md index b4f7570..62e24e2 100644 --- a/input/releases/qpid-dispatch-master/index.md +++ b/input/releases/qpid-dispatch-master/index.md @@ -27,7 +27,7 @@ Code and documentation found here may be unstable, incorrect, or incomplete. For a smoother experience, see the [current stable release]({{current_dispatch_release_url}}/index.html). -This content was generated at 13:53 on Monday, 25 April 2016. +This content was generated at 08:35 on Wednesday, 04 May 2016. </div> http://git-wip-us.apache.org/repos/asf/qpid-site/blob/7bcc8100/input/releases/qpid-dispatch-master/man/qdrouterd.conf.html.in ---------------------------------------------------------------------- diff --git a/input/releases/qpid-dispatch-master/man/qdrouterd.conf.html.in b/input/releases/qpid-dispatch-master/man/qdrouterd.conf.html.in index b217c42..0b343f7 100644 --- a/input/releases/qpid-dispatch-master/man/qdrouterd.conf.html.in +++ b/input/releases/qpid-dispatch-master/man/qdrouterd.conf.html.in @@ -93,17 +93,17 @@ listener { <h2>Configuration Sections<a class="headerlink" href="#configuration-sections" title="Permalink to this headline">.</a></h2> <div class="section" id="container"> <h3>container<a class="headerlink" href="#container" title="Permalink to this headline">.</a></h3> -<p>Attributes related to the AMQP container.</p> +<p>(DEPRECATED)Attributes related to the AMQP container. All container attributes are now available in the router entity. The container entity will be removed in future releases</p> <dl class="docutils"> <dt><em>containerName</em> (string)</dt> <dd>The name of the AMQP container. If not specified, the container name will be set to a value of the container’s choosing. The automatically assigned container name is not guaranteed to be persistent across restarts of the container.</dd> -<dt><em>workerThreads</em> (integer, default=1)</dt> +<dt><em>workerThreads</em> (integer, default=4)</dt> <dd>The number of threads that will be created to process message traffic and other application work (timers, non-amqp file descriptors, etc.) .</dd> <dt><em>debugDump</em> (path)</dt> <dd>A file to dump debugging information that can’t be logged normally.</dd> <dt><em>saslConfigPath</em> (path)</dt> <dd>Absolute path to the SASL configuration file.</dd> -<dt><em>saslConfigName</em> (string, default=’qdrouterd’)</dt> +<dt><em>saslConfigName</em> (string)</dt> <dd>Name of the SASL configuration. This string + ‘.conf’ is the name of the configuration file.</dd> </dl> </div> @@ -111,7 +111,7 @@ listener { <h3>router<a class="headerlink" href="#router" title="Permalink to this headline">.</a></h3> <p>Tracks peer routers and computes routes to destinations.</p> <dl class="docutils"> -<dt><em>routerId</em> (string)</dt> +<dt><em>routerId</em> (string, required)</dt> <dd>Router’s unique identity.</dd> <dt><em>mode</em> (One of [‘standalone’, ‘interior’], default=’standalone’)</dt> <dd>In standalone mode, the router operates as a single component. It does not participate in the routing protocol and therefore will not cooperate with other routers. In interior mode, the router operates in cooperation with other interior routers in an interconnected network.</dd> @@ -127,6 +127,14 @@ listener { <dd>Time in seconds after which link state is declared stale if no RA is received.</dd> <dt><em>mobileAddrMaxAge</em> (integer, default=60)</dt> <dd>(DEPRECATED) This value is no longer used in the router.</dd> +<dt><em>workerThreads</em> (integer, default=4)</dt> +<dd>The number of threads that will be created to process message traffic and other application work (timers, non-amqp file descriptors, etc.) .</dd> +<dt><em>debugDump</em> (path)</dt> +<dd>A file to dump debugging information that can’t be logged normally.</dd> +<dt><em>saslConfigPath</em> (path)</dt> +<dd>Absolute path to the SASL configuration file.</dd> +<dt><em>saslConfigName</em> (string, default=’qdrouterd’)</dt> +<dd>Name of the SASL configuration. This string + ‘.conf’ is the name of the configuration file.</dd> </dl> </div> <div class="section" id="listener"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
