You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2016/06/23 16:39:29 UTC

[05/14] qpid-site git commit: DISPATCH-399: Convert documentation to asciidoc format

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/bddb7c98/input/releases/qpid-dispatch-master/man/qdmanage.html.in
----------------------------------------------------------------------
diff --git a/input/releases/qpid-dispatch-master/man/qdmanage.html.in b/input/releases/qpid-dispatch-master/man/qdmanage.html.in
deleted file mode 100644
index 277b193..0000000
--- a/input/releases/qpid-dispatch-master/man/qdmanage.html.in
+++ /dev/null
@@ -1,137 +0,0 @@
-
-  
-  <div class="section" id="qdmanage-manual-page">
-<h1>qdmanage manual page<a class="headerlink" href="#qdmanage-manual-page" title="Permalink to this headline">.</a></h1>
-<div class="section" id="synopsis">
-<h2>Synopsis<a class="headerlink" href="#synopsis" title="Permalink to this headline">.</a></h2>
-<p>qdmanage <em>operation</em> [<em>options...</em>] [<em>arguments...</em>]</p>
-</div>
-<div class="section" id="description">
-<h2>Description<a class="headerlink" href="#description" title="Permalink to this headline">.</a></h2>
-<p>An AMQP management client for use with qdrouterd. Sends AMQP management
-operations requests and prints the response in JSON format. This is a
-generic AMQP management tool and can be used with any standard AMQP
-managed endpoint, not just with qdrouter.</p>
-</div>
-<div class="section" id="operations">
-<h2>Operations<a class="headerlink" href="#operations" title="Permalink to this headline">.</a></h2>
-<dl class="docutils">
-<dt><cite>query</cite> [<em>ATTR</em>...]</dt>
-<dd>Print the attributes named in the ATTR list or all attributes if
-none are listed. Print attributes for all entities by default, use
-&#8211;type, &#8211;name and &#8211;identity options to restrict what is printed.</dd>
-<dt><cite>create</cite> [<em>ATTR=VALUE</em>...]</dt>
-<dd>Create a new entity with the specified attributes. With the &#8211;stdin
-option, read attributes from stdin. This can be a JSON map of
-attributes to create a single entity, or a JSON list of maps to
-create multiple entitiees.</dd>
-<dt><cite>read</cite></dt>
-<dd>Print the attributes of an entity specified by the &#8211;name or
-&#8211;identity options.</dd>
-<dt><cite>update</cite> [<em>ATTR=VALUE</em>...]</dt>
-<dd>Update the attributes of an existing entity. With the &#8211;stdin
-option, read attributes from stdin. This can be a JSON map of
-attributes to update a single entity, or a JSON list of maps to
-update multiple entitiees. If an ATTR name is listed with no =VALUE,
-that attribute will be deleted from the entity.</dd>
-<dt><cite>delete</cite></dt>
-<dd>Delete an entity specified by the &#8211;name or &#8211;identity options.</dd>
-<dt><cite>get-types</cite> [<em>TYPE</em>]</dt>
-<dd>List entity types with their base types. With no arguments list all
-types.</dd>
-<dt><cite>get-operations</cite> [<em>TYPE</em>]</dt>
-<dd>List entity types with their operations. With no arguments list all
-types.</dd>
-<dt><cite>get-attributes</cite> [<em>TYPE</em>]</dt>
-<dd>List entity types with their attributes. With no arguments list all
-types.</dd>
-<dt><cite>get-annotations</cite> [<em>TYPE</em>]</dt>
-<dd>List entity types with their annotations. With no arguments list all
-types.</dd>
-<dt><cite>get-mgmt-nodes</cite></dt>
-<dd>List all other known management nodes connected to this one.</dd>
-<dt><cite>get-json-schema</cite> [<em>INDENT</em>]</dt>
-<dd>Get the router schema in JSON format. Optional integer indent for
-formatted output.</dd>
-<dt><cite>get-log</cite> [<em>INDENT</em>]</dt>
-<dd>Get recent log entries from the router.</dd>
-</dl>
-</div>
-<div class="section" id="options">
-<h2>Options<a class="headerlink" href="#options" title="Permalink to this headline">.</a></h2>
-<p>-h, &#8211;help
-:   show this help message and exit</p>
-<p>&#8211;version
-:   Print version and exit.</p>
-<p>&#8211;type=TYPE
-:   Type of entity to operate on.</p>
-<p>&#8211;name=NAME
-:   Name of entity to operate on.</p>
-<p>&#8211;identity=ID
-:   Identity of entity to operate on.</p>
-<p>&#8211;indent=INDENT
-:   Pretty-printing indent. -1 means don&#8217;t pretty-print</p>
-<p>&#8211;stdin
-:   Read attributes as JSON map or list of maps from stdin.</p>
-<p>&#8211;body=BODY
-:   JSON value to use as body of a non-standard operation</p>
-<p>&#8211;properties=PROPERTIES
-:   JSON map to use as properties for a non-standard operation call.</p>
-<div class="section" id="connection-options">
-<h3>Connection Options<a class="headerlink" href="#connection-options" title="Permalink to this headline">.</a></h3>
-<p>-b URL, &#8211;bus=URL
-:   URL of the messaging bus to connect to (default 0.0.0.0)</p>
-<p>-r ROUTER-ID, &#8211;router=ROUTER-ID
-:   Router to be queried</p>
-<p>-t SECS, &#8211;timeout=SECS
-:   Maximum time to wait for connection in seconds (default 5)</p>
-<p>&#8211;ssl-certificate=CERT
-:   Client SSL certificate (PEM Format)</p>
-<p>&#8211;ssl-key=KEY
-:   Client SSL private key (PEM Format)</p>
-<p>&#8211;ssl-trustfile=TRUSTED-CA-DB
-:   Trusted Certificate Authority Database file (PEM Format)</p>
-<p>&#8211;ssl-password=PASSWORD
-:   Certificate password, will be prompted if not specifed.</p>
-</div>
-</div>
-<div class="section" id="files">
-<h2>Files<a class="headerlink" href="#files" title="Permalink to this headline">.</a></h2>
-<dl class="docutils">
-<dt>/usr/local/share/doc/qpid-dispatch/qdrouter.json</dt>
-<dd>Management schema for qdrouterd.</dd>
-<dt>/usr/local/share/doc/qpid-dispatch/qdrouter.json.readme.txt</dt>
-<dd>Explanation of the management schema.</dd>
-</dl>
-</div>
-<div class="section" id="examples">
-<h2>Examples<a class="headerlink" href="#examples" title="Permalink to this headline">.</a></h2>
-<p>Show the logging configuration</p>
-<div class="highlight-python"><div class="highlight"><pre><span></span>qdmanage query --type=log
-</pre></div>
-</div>
-<p>Enable debug and higher log messages by default:</p>
-<div class="highlight-python"><div class="highlight"><pre><span></span>qdmanage udpdate name=log/DEFAULT enable=debug+
-</pre></div>
-</div>
-<p>Enable trace log messages only for the MESSAGE moudle and direct MESSAGE
-logs to the file &#8220;test.log&#8221;</p>
-<div class="highlight-python"><div class="highlight"><pre><span></span>qdmanage udpdate name=log/MESSAGE enable=trace output=test.log
-</pre></div>
-</div>
-<p>Set MESSAGE logging back to the default:</p>
-<div class="highlight-python"><div class="highlight"><pre><span></span>qdmanage udpdate name=log/MESSAGE enable=default
-</pre></div>
-</div>
-<p>Disable MESSAGE logging:</p>
-<div class="highlight-python"><div class="highlight"><pre><span></span>qdmanage udpdate name=log/MESSAGE enable=none
-</pre></div>
-</div>
-</div>
-<div class="section" id="see-also">
-<h2>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">.</a></h2>
-<p><em>qdrouterd(8)</em>, <em>qdstat(8)</em>, <em>qdrouterd.conf(5)</em></p>
-<p><a class="reference external" href="http://qpid.apache.org/components/dispatch-router">http://qpid.apache.org/components/dispatch-router</a></p>
-</div>
-</div>
-

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/bddb7c98/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
deleted file mode 100644
index 2c83beb..0000000
--- a/input/releases/qpid-dispatch-master/man/qdrouterd.conf.html.in
+++ /dev/null
@@ -1,385 +0,0 @@
-
-  
-  <div class="section" id="qdrouterd-conf-manual-page">
-<h1>qdrouterd.conf manual page<a class="headerlink" href="#qdrouterd-conf-manual-page" title="Permalink to this headline">.</a></h1>
-<div class="section" id="synopsis">
-<h2>Synopsis<a class="headerlink" href="#synopsis" title="Permalink to this headline">.</a></h2>
-<p>qdroutered.conf is the configuration file for the dispatch router.</p>
-</div>
-<div class="section" id="description">
-<h2>Description<a class="headerlink" href="#description" title="Permalink to this headline">.</a></h2>
-<p>The configuration file is made up of sections with this syntax:</p>
-<div class="highlight-python"><div class="highlight"><pre><span></span>sectionName {
-    attributeName: attributeValue
-    attributeName: attributeValue
-    ...
-}
-</pre></div>
-</div>
-<p>For example you can define a router using the &#8220;router&#8221; section</p>
-<div class="highlight-python"><div class="highlight"><pre><span></span>router {
-    mode: standalone
-    id: Router.A
-    ...
-}
-</pre></div>
-</div>
-<p>or define a listener using the &#8220;listener&#8221; section</p>
-<div class="highlight-python"><div class="highlight"><pre><span></span>listener {
-    host: 0.0.0.0
-    port: 20102
-    saslMechanisms: ANONYMOUS
-    ...
-}
-</pre></div>
-</div>
-<p>or define a connector using the &#8220;connector&#8221; section</p>
-<div class="highlight-python"><div class="highlight"><pre><span></span>connector {
-    role: inter-router
-    host: 0.0.0.0
-    port: 20003
-    saslMechanisms: ANONYMOUS
-    ...
-}
-</pre></div>
-</div>
-<p>&#8220;sslProfile&#8221; section with SSL credentials can be included in multiple &#8220;listener&#8221; or &#8220;connector&#8221; entities. Here&#8217;s an example, note
-how the &#8216;sslProfile&#8217; attribute of &#8216;listener&#8217; sections references the &#8216;name&#8217;
-attribute of &#8216;sslProfile&#8217; sections.</p>
-<div class="highlight-python"><div class="highlight"><pre><span></span>sslProfile {
-    name: ssl-profile-one
-    certDb: ca-certificate-1.pem
-    certFile: server-certificate-1.pem
-    keyFile: server-private-key.pem
-}
-
-listener {
-    sslProfile: ssl-profile-one
-    host: 0.0.0.0
-    port: 20102
-    saslMechanisms: ANONYMOUS
-}
-</pre></div>
-</div>
-</div>
-<div class="section" id="configuration-sections">
-<h2>Configuration Sections<a class="headerlink" href="#configuration-sections" title="Permalink to this headline">.</a></h2>
-<div class="section" id="sslprofile">
-<h3>sslProfile<a class="headerlink" href="#sslprofile" title="Permalink to this headline">.</a></h3>
-<p>Attributes for setting TLS/SSL configuration for connections.</p>
-<p>Used by: <strong>listener</strong>, <strong>connector</strong>.</p>
-<dl class="docutils">
-<dt><em>certDb</em> (path)</dt>
-<dd>The absolute path to the database that contains the public certificates of trusted certificate authorities (CA).</dd>
-<dt><em>certFile</em> (path)</dt>
-<dd>The absolute path to the file containing the PEM-formatted public certificate to be used on the local end of any connections using this profile.</dd>
-<dt><em>keyFile</em> (path)</dt>
-<dd>The absolute path to the file containing the PEM-formatted private key for the above certificate.</dd>
-<dt><em>passwordFile</em> (path)</dt>
-<dd>If the above private key is password protected, this is the absolute path to a file containing the password that unlocks the certificate key.</dd>
-<dt><em>password</em> (string)</dt>
-<dd>An alternative to storing the password in a file referenced by passwordFile is to supply the password right here in the configuration file.  This option can be used by supplying the password in the &#8216;password&#8217; option.  Don&#8217;t use both password and passwordFile in the same profile.</dd>
-<dt><em>uidFormat</em> (string)</dt>
-<dd>A list of x509 client certificate fields that will be used to build a string that will uniquely identify the client certificate owner. For e.g. a value of &#8216;cou&#8217; indicates that the uid will consist of c - common name concatenated with o - organization-company name concatenated with u - organization unit; or a value of &#8216;o2&#8217; indicates that the uid will consist of o (organization name) concatenated with 2 (the sha256 fingerprint of the entire certificate) . Allowed values can be any combination of &#8216;c&#8217;( ISO3166 two character country code), &#8216;s&#8217;(state or province), &#8216;l&#8217;(Locality; generally - city), &#8216;o&#8217;(Organization - Company Name), &#8216;u&#8217;(Organization Unit - typically certificate type or brand), &#8216;n&#8217;(CommonName - typically a user name for client certificates) and &#8216;1&#8217;(sha1 certificate fingerprint, as displayed in the fingerprints section when looking at a certificate with say a web bro
 wser is the hash of the entire certificate) and 2 (sha256 certificate fingerprint) and 5 (sha512 certificate fingerprint).</dd>
-<dt><em>displayNameFile</em> (string)</dt>
-<dd>The absolute path to the file containing the unique id to dispay name mapping</dd>
-<dt><em>name</em> (string)</dt>
-<dd>name of the sslProfile</dd>
-</dl>
-</div>
-<div class="section" id="container">
-<h3>container<a class="headerlink" href="#container" title="Permalink to this headline">.</a></h3>
-<p>(DEPRECATED)Attributes related to the AMQP container. This entity has been deprecated. Use the router entity instead.</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&#8217;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=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&#8217;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)</dt>
-<dd>Name of the SASL configuration.  This string + &#8216;.conf&#8217; is the name of the configuration file.</dd>
-</dl>
-</div>
-<div class="section" id="router">
-<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>
-<dd>(DEPRECATED) Router&#8217;s unique identity. This attribute has been deprecated. Use id instead</dd>
-<dt><em>id</em> (string)</dt>
-<dd>Router&#8217;s unique identity. One of id or routerId is required. The router will fail to start without id or routerId</dd>
-<dt><em>mode</em> (One of [&#8216;standalone&#8217;, &#8216;interior&#8217;], default=&#8217;standalone&#8217;)</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>
-<dt><em>helloInterval</em> (integer, default=1)</dt>
-<dd>Interval in seconds between HELLO messages sent to neighbor routers.</dd>
-<dt><em>helloMaxAge</em> (integer, default=3)</dt>
-<dd>Time in seconds after which a neighbor is declared lost if no HELLO is received.</dd>
-<dt><em>raInterval</em> (integer, default=30)</dt>
-<dd>Interval in seconds between Router-Advertisements sent to all routers in a stable network.</dd>
-<dt><em>raIntervalFlux</em> (integer, default=4)</dt>
-<dd>Interval in seconds between Router-Advertisements sent to all routers during topology fluctuations.</dd>
-<dt><em>remoteLsMaxAge</em> (integer, default=60)</dt>
-<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&#8217;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=&#8217;qdrouterd&#8217;)</dt>
-<dd>Name of the SASL configuration.  This string + &#8216;.conf&#8217; is the name of the configuration file.</dd>
-</dl>
-</div>
-<div class="section" id="listener">
-<h3>listener<a class="headerlink" href="#listener" title="Permalink to this headline">.</a></h3>
-<p>Listens for incoming connections to the router.</p>
-<dl class="docutils">
-<dt><em>saslMechanisms</em> (string)</dt>
-<dd>Space separated list of accepted SASL authentication mechanisms.</dd>
-<dt><em>authenticatePeer</em> (boolean)</dt>
-<dd>yes: Require the peer&#8217;s identity to be authenticated; no: Do not require any authentication.</dd>
-<dt><em>requireEncryption</em> (boolean)</dt>
-<dd>yes: Require the connection to the peer to be encrypted; no: Permit non-encrypted communication with the peer</dd>
-<dt><em>requireSsl</em> (boolean)</dt>
-<dd>yes: Require the use of SSL or TLS on the connection; no: Allow clients to connect without SSL or TLS.</dd>
-<dt><em>trustedCerts</em> (path)</dt>
-<dd>This optional setting can be used to reduce the set of available CAs for client authentication.  If used, this setting must provide the absolute path to a PEM file that contains the trusted certificates.</dd>
-<dt><em>maxFrameSize</em> (integer, default=16384)</dt>
-<dd>Defaults to 16384.  If specified, it is the maximum frame size in octets that will be used in the connection-open negotiation with a connected peer.  The frame size is the largest contiguous set of uninterrupted data that can be sent for a message delivery over the connection. Interleaving of messages on different links is done at frame granularity.</dd>
-<dt><em>idleTimeoutSeconds</em> (integer, default=16)</dt>
-<dd>The idle timeout, in seconds, for connections through this listener.  If no frames are received on the connection for this time interval, the connection shall be closed.</dd>
-<dt><em>requirePeerAuth</em> (boolean)</dt>
-<dd>(DEPRECATED) This attribute is now controlled by the authenticatePeer attribute.</dd>
-<dt><em>allowUnsecured</em> (boolean)</dt>
-<dd>(DEPRECATED) This attribute is now controlled by the requireEncryption attribute.</dd>
-<dt><em>allowNoSasl</em> (boolean)</dt>
-<dd>(DEPRECATED) This attribute is now controlled by the authenticatePeer attribute.</dd>
-<dt><em>stripAnnotations</em> (One of [&#8216;in&#8217;, &#8216;out&#8217;, &#8216;both&#8217;, &#8216;no&#8217;], default=&#8217;both&#8217;)</dt>
-<dd>[&#8216;in&#8217;, &#8216;out&#8217;, &#8216;both&#8217;, &#8216;no&#8217;] in: Strip the dispatch router specific annotations only on ingress; out: Strip the dispatch router specific annotations only on egress; both: Strip the dispatch router specific annotations on both ingress and egress; no - do not strip dispatch router specific annotations</dd>
-<dt><em>linkCapacity</em> (integer)</dt>
-<dd>The capacity of links within this connection, in terms of message deliveries.  The capacity is the number of messages that can be in-flight concurrently for each link.</dd>
-<dt><em>name</em> (string, unique)</dt>
-<dd>Unique name optionally assigned by user. Can be changed.</dd>
-<dt><em>host</em> (string)</dt>
-<dd>IP address: ipv4 or ipv6 literal or a host name</dd>
-<dt><em>port</em> (string)</dt>
-<dd>Port number or symbolic service name.</dd>
-<dt><em>protocolFamily</em> (One of [&#8216;IPv4&#8217;, &#8216;IPv6&#8217;])</dt>
-<dd>[&#8216;IPv4&#8217;, &#8216;IPv6&#8217;] IPv4: Internet Protocol version 4; IPv6: Internet Protocol version 6.  If not specified, the protocol family will be automatically determined from the address.</dd>
-<dt><em>role</em> (One of [&#8216;normal&#8217;, &#8216;inter-router&#8217;, &#8216;route-container&#8217;, &#8216;on-demand&#8217;])</dt>
-<dd>The role of an established connection. In the normal role, the connection is assumed to be used for AMQP clients that are doing normal message delivery over the connection.  In the inter-router role, the connection is assumed to be to another router in the network.  Inter-router discovery and routing protocols can only be used over inter-router connections. route-container role can be used for router-container connections, for example, a router-broker connection. on-demand role has been deprecated.</dd>
-<dt><em>cost</em> (integer)</dt>
-<dd>For the &#8216;inter-router&#8217; role only.  This value assigns a cost metric to the inter-router connection.  The default (and minimum) value is one.  Higher values represent higher costs.  The cost is used to influence the routing algorithm as it attempts to use the path with the lowest total cost from ingress to egress.</dd>
-<dt><em>sslProfile</em> (string)</dt>
-<dd>name of the sslProfile</dd>
-</dl>
-</div>
-<div class="section" id="connector">
-<h3>connector<a class="headerlink" href="#connector" title="Permalink to this headline">.</a></h3>
-<p>Establishes an outgoing connection from the router.</p>
-<dl class="docutils">
-<dt><em>saslMechanisms</em> (string)</dt>
-<dd>Space separated list of accepted SASL authentication mechanisms.</dd>
-<dt><em>allowRedirect</em> (boolean, default=True)</dt>
-<dd>Allow the peer to redirect this connection to another address.</dd>
-<dt><em>maxFrameSize</em> (integer, default=65536)</dt>
-<dd>Maximum frame size in octets that will be used in the connection-open negotiation with a connected peer.  The frame size is the largest contiguous set of uninterrupted data that can be sent for a message delivery over the connection. Interleaving of messages on different links is done at frame granularity.</dd>
-<dt><em>idleTimeoutSeconds</em> (integer, default=16)</dt>
-<dd>The idle timeout, in seconds, for connections through this connector.  If no frames are received on the connection for this time interval, the connection shall be closed.</dd>
-<dt><em>stripAnnotations</em> (One of [&#8216;in&#8217;, &#8216;out&#8217;, &#8216;both&#8217;, &#8216;no&#8217;], default=&#8217;both&#8217;)</dt>
-<dd>[&#8216;in&#8217;, &#8216;out&#8217;, &#8216;both&#8217;, &#8216;no&#8217;] in: Strip the dispatch router specific annotations only on ingress; out: Strip the dispatch router specific annotations only on egress; both: Strip the dispatch router specific annotations on both ingress and egress; no - do not strip dispatch router specific annotations</dd>
-<dt><em>linkCapacity</em> (integer)</dt>
-<dd>The capacity of links within this connection, in terms of message deliveries.  The capacity is the number of messages that can be in-flight concurrently for each link.</dd>
-<dt><em>verifyHostName</em> (boolean, default=True)</dt>
-<dd>yes: Ensures that when initiating a connection (as a client) the host name in the URL to which this connector connects to matches the host name in the digital certificate that the peer sends back as part of the SSL connection; no: Does not perform host name verification</dd>
-<dt><em>saslUsername</em> (string)</dt>
-<dd>The user name that the connector is using to connect to a peer.</dd>
-<dt><em>saslPassword</em> (string)</dt>
-<dd>The password that the connector is using to connect to a peer.</dd>
-<dt><em>name</em> (string, unique)</dt>
-<dd>Unique name optionally assigned by user. Can be changed.</dd>
-<dt><em>host</em> (string)</dt>
-<dd>IP address: ipv4 or ipv6 literal or a host name</dd>
-<dt><em>port</em> (string)</dt>
-<dd>Port number or symbolic service name.</dd>
-<dt><em>protocolFamily</em> (One of [&#8216;IPv4&#8217;, &#8216;IPv6&#8217;])</dt>
-<dd>[&#8216;IPv4&#8217;, &#8216;IPv6&#8217;] IPv4: Internet Protocol version 4; IPv6: Internet Protocol version 6.  If not specified, the protocol family will be automatically determined from the address.</dd>
-<dt><em>role</em> (One of [&#8216;normal&#8217;, &#8216;inter-router&#8217;, &#8216;route-container&#8217;, &#8216;on-demand&#8217;])</dt>
-<dd>The role of an established connection. In the normal role, the connection is assumed to be used for AMQP clients that are doing normal message delivery over the connection.  In the inter-router role, the connection is assumed to be to another router in the network.  Inter-router discovery and routing protocols can only be used over inter-router connections. route-container role can be used for router-container connections, for example, a router-broker connection. on-demand role has been deprecated.</dd>
-<dt><em>cost</em> (integer)</dt>
-<dd>For the &#8216;inter-router&#8217; role only.  This value assigns a cost metric to the inter-router connection.  The default (and minimum) value is one.  Higher values represent higher costs.  The cost is used to influence the routing algorithm as it attempts to use the path with the lowest total cost from ingress to egress.</dd>
-<dt><em>sslProfile</em> (string)</dt>
-<dd>name of the sslProfile</dd>
-</dl>
-</div>
-<div class="section" id="log">
-<h3>log<a class="headerlink" href="#log" title="Permalink to this headline">.</a></h3>
-<p>Configure logging for a particular module. You can use the <cite>UPDATE</cite> operation to change log settings while the router is running.</p>
-<dl class="docutils">
-<dt><em>module</em> (One of [&#8216;ROUTER&#8217;, &#8216;ROUTER_CORE&#8217;, &#8216;ROUTER_HELLO&#8217;, &#8216;ROUTER_LS&#8217;, &#8216;ROUTER_MA&#8217;, &#8216;MESSAGE&#8217;, &#8216;SERVER&#8217;, &#8216;AGENT&#8217;, &#8216;CONTAINER&#8217;, &#8216;ERROR&#8217;, &#8216;POLICY&#8217;, &#8216;DEFAULT&#8217;], required)</dt>
-<dd>Module to configure. The special module &#8216;DEFAULT&#8217; specifies defaults for all modules.</dd>
-<dt><em>enable</em> (string, default=&#8217;default&#8217;, required)</dt>
-<dd>Levels are: trace, debug, info, notice, warning, error, critical. The enable string is a comma-separated list of levels. A level may have a trailing &#8216;+&#8217; to enable that level and above. For example &#8216;trace,debug,warning+&#8217; means enable trace, debug, warning, error and critical. The value &#8216;none&#8217; means disable logging for the module. The value &#8216;default&#8217; means use the value from the DEFAULT module.</dd>
-<dt><em>timestamp</em> (boolean)</dt>
-<dd>Include timestamp in log messages.</dd>
-<dt><em>source</em> (boolean)</dt>
-<dd>Include source file and line number in log messages.</dd>
-<dt><em>output</em> (string)</dt>
-<dd>Where to send log messages. Can be &#8216;stderr&#8217;, &#8216;syslog&#8217; or a file name.</dd>
-</dl>
-</div>
-<div class="section" id="fixedaddress">
-<h3>fixedAddress<a class="headerlink" href="#fixedaddress" title="Permalink to this headline">.</a></h3>
-<p>(DEPRECATED) Establishes treatment for addresses starting with a prefix. This entity has been deprecated. Use address instead</p>
-<dl class="docutils">
-<dt><em>prefix</em> (string, required)</dt>
-<dd>The address prefix (always starting with &#8216;/&#8217;).</dd>
-<dt><em>phase</em> (integer)</dt>
-<dd>The phase of a multi-hop address passing through one or more waypoints.</dd>
-<dt><em>fanout</em> (One of [&#8216;multiple&#8217;, &#8216;single&#8217;], default=&#8217;multiple&#8217;)</dt>
-<dd>One of &#8216;multiple&#8217; or &#8216;single&#8217;.  Multiple fanout is a non-competing pattern.  If there are multiple consumers using the same address, each consumer will receive its own copy of every message sent to the address.  Single fanout is a competing pattern where each message is sent to only one consumer.</dd>
-<dt><em>bias</em> (One of [&#8216;closest&#8217;, &#8216;spread&#8217;], default=&#8217;closest&#8217;)</dt>
-<dd>Only if fanout is single.  One of &#8216;closest&#8217; or &#8216;spread&#8217;.  Closest bias means that messages to an address will always be delivered to the closest (lowest cost) subscribed consumer. Spread bias will distribute the messages across subscribers in an approximately even manner.</dd>
-</dl>
-</div>
-<div class="section" id="waypoint">
-<h3>waypoint<a class="headerlink" href="#waypoint" title="Permalink to this headline">.</a></h3>
-<p>(DEPRECATED) A remote node that messages for an address pass through. This entity has been deprecated. Use autoLink instead</p>
-<dl class="docutils">
-<dt><em>address</em> (string, required)</dt>
-<dd>The AMQP address of the waypoint.</dd>
-<dt><em>connector</em> (string, required)</dt>
-<dd>The name of the on-demand connector used to reach the waypoint&#8217;s container.</dd>
-<dt><em>inPhase</em> (integer, default=-1)</dt>
-<dd>The phase of the address as it is routed _to_ the waypoint.</dd>
-<dt><em>outPhase</em> (integer, default=-1)</dt>
-<dd>The phase of the address as it is routed _from_ the waypoint.</dd>
-</dl>
-</div>
-<div class="section" id="linkroutepattern">
-<h3>linkRoutePattern<a class="headerlink" href="#linkroutepattern" title="Permalink to this headline">.</a></h3>
-<p>(DEPRECATED) An address pattern to match against link sources and targets to cause the router to link-route the attach across the network to a remote node. This entity has been deprecated. Use linkRoute instead</p>
-<dl class="docutils">
-<dt><em>prefix</em> (string, required)</dt>
-<dd>An address prefix to match against target and source addresses.  This pattern must be of the form &#8216;&lt;text&gt;.&lt;text1&gt;.&lt;textN&gt;&#8217; or &#8216;&lt;text&gt;&#8217; or &#8216;&lt;text&gt;.&#8217; and matches any address that contains that prefix.  For example, if the prefix is set to org.apache (or org.apache.), any address that has the prefix &#8216;org.apache&#8217;  (like org.apache.dev) will match. Note that a prefix must not start with a (.), can end in a (.) and can contain zero or more dots (.).  Any characters between the dots are simply treated as part of the address</dd>
-<dt><em>dir</em> (One of [&#8216;in&#8217;, &#8216;out&#8217;, &#8216;both&#8217;], default=&#8217;both&#8217;)</dt>
-<dd>Link direction for match: &#8216;in&#8217; matches only links inbound to the client; &#8216;out&#8217; matches only links outbound from the client; &#8216;both&#8217; matches any link.</dd>
-<dt><em>connector</em> (string)</dt>
-<dd>The name of the on-demand connector used to reach the target node&#8217;s container.  If this value is not provided, it means that the target container is expected to be connected to a different router in the network.  This prevents links to a link-routable address from being misinterpreted as message-routing links when there is no route to a valid destination available.</dd>
-</dl>
-</div>
-<div class="section" id="address">
-<h3>address<a class="headerlink" href="#address" title="Permalink to this headline">.</a></h3>
-<p>Entity type for address configuration.  This is used to configure the treatment of message-routed deliveries within a particular address-space.  The configuration controls distribution and address phasing.</p>
-<dl class="docutils">
-<dt><em>prefix</em> (string, required)</dt>
-<dd>The address prefix for the configured settings</dd>
-<dt><em>distribution</em> (One of [&#8216;multicast&#8217;, &#8216;closest&#8217;, &#8216;balanced&#8217;], default=&#8217;balanced&#8217;)</dt>
-<dd>Treatment of traffic associated with the address</dd>
-<dt><em>waypoint</em> (boolean)</dt>
-<dd>Designates this address space as being used for waypoints.  This will cause the proper address-phasing to be used.</dd>
-<dt><em>ingressPhase</em> (integer)</dt>
-<dd>Advanced - Override the ingress phase for this address</dd>
-<dt><em>egressPhase</em> (integer)</dt>
-<dd>Advanced - Override the egress phase for this address</dd>
-</dl>
-</div>
-<div class="section" id="linkroute">
-<h3>linkRoute<a class="headerlink" href="#linkroute" title="Permalink to this headline">.</a></h3>
-<p>Entity type for link-route configuration.  This is used to identify remote containers that shall be destinations for routed link-attaches.  The link-routing configuration applies to an addressing space defined by a prefix.</p>
-<dl class="docutils">
-<dt><em>prefix</em> (string, required)</dt>
-<dd>The address prefix for the configured settings</dd>
-<dt><em>containerId</em> (string)</dt>
-<dd>ContainerID for the target container</dd>
-<dt><em>connection</em> (string)</dt>
-<dd>The name from a connector or listener</dd>
-<dt><em>distribution</em> (One of [&#8216;linkBalanced&#8217;], default=&#8217;linkBalanced&#8217;)</dt>
-<dd>Treatment of traffic associated with the address</dd>
-<dt><em>dir</em> (One of [&#8216;in&#8217;, &#8216;out&#8217;], required)</dt>
-<dd>The permitted direction of links: &#8216;in&#8217; means client senders; &#8216;out&#8217; means client receivers</dd>
-</dl>
-</div>
-<div class="section" id="autolink">
-<h3>autoLink<a class="headerlink" href="#autolink" title="Permalink to this headline">.</a></h3>
-<p>Entity type for configuring auto-links.  Auto-links are links whose lifecycle is managed by the router.  These are typically used to attach to waypoints on remote containers (brokers, etc.).</p>
-<dl class="docutils">
-<dt><em>addr</em> (string, required)</dt>
-<dd>The address of the provisioned object</dd>
-<dt><em>dir</em> (One of [&#8216;in&#8217;, &#8216;out&#8217;], required)</dt>
-<dd>The direction of the link to be created.  In means into the router, out means out of the router.</dd>
-<dt><em>phase</em> (integer)</dt>
-<dd>The address phase for this link.  Defaults to &#8216;0&#8217; for &#8216;out&#8217; links and &#8216;1&#8217; for &#8216;in&#8217; links.</dd>
-<dt><em>containerId</em> (string)</dt>
-<dd>ContainerID for the target container</dd>
-<dt><em>connection</em> (string)</dt>
-<dd>The name from a connector or listener</dd>
-</dl>
-</div>
-<div class="section" id="console">
-<h3>console<a class="headerlink" href="#console" title="Permalink to this headline">.</a></h3>
-<p>Start a websocket/tcp proxy and http file server to serve the web console</p>
-<dl class="docutils">
-<dt><em>listener</em> (string)</dt>
-<dd>The name of the listener to send the proxied tcp traffic to.</dd>
-<dt><em>wsport</em> (integer, default=5673)</dt>
-<dd>port on which to listen for websocket traffic</dd>
-<dt><em>proxy</em> (string)</dt>
-<dd>The full path to the proxy program to run.</dd>
-<dt><em>home</em> (string)</dt>
-<dd>The full path to the html/css/js files for the console.</dd>
-<dt><em>args</em> (string)</dt>
-<dd>Optional args to pass the proxy program for logging, authentication, etc.</dd>
-</dl>
-</div>
-<div class="section" id="policy">
-<h3>policy<a class="headerlink" href="#policy" title="Permalink to this headline">.</a></h3>
-<p>Defines global connection limit</p>
-<dl class="docutils">
-<dt><em>maximumConnections</em> (integer)</dt>
-<dd>Global maximum number of concurrent client connections allowed. Zero implies no limit. This limit is always enforced even if no other policy settings have been defined.</dd>
-<dt><em>enableAccessRules</em> (boolean)</dt>
-<dd>Enable user rule set processing and connection denial.</dd>
-<dt><em>policyFolder</em> (path)</dt>
-<dd>The absolute path to a folder that holds policyRuleset definition .json files. For a small system the rulesets may all be defined in this file. At a larger scale it is better to have the policy files in their own folder and to have none of the rulesets defined here. All rulesets in all .json files in this folder are processed.</dd>
-<dt><em>defaultApplication</em> (string)</dt>
-<dd>Application policyRuleset to use for connections with no open.hostname or a hostname that does not match any existing policy. For users that don&#8217;t wish to use open.hostname or any multi-tennancy feature, this default policy can be the only policy in effect for the network.</dd>
-<dt><em>defaultApplicationEnabled</em> (boolean)</dt>
-<dd>Enable defaultApplication policy fallback logic.</dd>
-</dl>
-</div>
-<div class="section" id="policyruleset">
-<h3>policyRuleset<a class="headerlink" href="#policyruleset" title="Permalink to this headline">.</a></h3>
-<p>Per application definition of the locations from which users may connect and the groups to which users belong.</p>
-<dl class="docutils">
-<dt><em>maxConnections</em> (integer)</dt>
-<dd>Maximum number of concurrent client connections allowed. Zero implies no limit.</dd>
-<dt><em>maxConnPerUser</em> (integer)</dt>
-<dd>Maximum number of concurrent client connections allowed for any single user. Zero implies no limit.</dd>
-<dt><em>maxConnPerHost</em> (integer)</dt>
-<dd>Maximum number of concurrent client connections allowed for any remote host. Zero implies no limit.</dd>
-<dt><em>userGroups</em> (map)</dt>
-<dd>A map where each key is a user group name and the corresponding value is a CSV string naming the users in that group. Users who are assigned to one or more groups are deemed &#8216;restricted&#8217;. Restricted users are subject to connection ingress policy and are assigned policy settings based on the assigned user groups. Unrestricted users may be allowed or denied. If unrestricted users are allowed to connect then they are assigned to user group default.</dd>
-<dt><em>ingressHostGroups</em> (map)</dt>
-<dd>A map where each key is an ingress host group name and the corresponding value is a CSV string naming the IP addresses or address ranges in that group. IP addresses may be FQDN strings or numeric IPv4 or IPv6 host addresses. A host range is two host addresses of the same address family separated with a hyphen.  The wildcard host address &#8216;*&#8217; represents any host address.</dd>
-<dt><em>ingressPolicies</em> (map)</dt>
-<dd>A map where each key is a user group name and the corresponding value is a CSV string naming the ingress host group names that restrict the ingress host for the user group. Users who are members of the user group are allowed to connect only from a host in one of the named ingress host groups.</dd>
-<dt><em>connectionAllowDefault</em> (boolean)</dt>
-<dd>Unrestricted users, those who are not members of a defined user group, are allowed to connect to this application. Unrestricted users are assigned to the &#8216;default&#8217; user group and receive &#8216;default&#8217; settings.</dd>
-<dt><em>settings</em> (map)</dt>
-<dd>A map where each key is a user group name and the value is a map of the corresponding settings for that group.</dd>
-</dl>
-</div>
-</div>
-<div class="section" id="see-also">
-<h2>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">.</a></h2>
-<p><em>qdrouterd(8)</em>, <em>qdmanage(8)</em></p>
-<p><a class="reference external" href="http://qpid.apache.org/components/dispatch-router">http://qpid.apache.org/components/dispatch-router</a></p>
-</div>
-</div>
-

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/bddb7c98/input/releases/qpid-dispatch-master/man/qdrouterd.html.in
----------------------------------------------------------------------
diff --git a/input/releases/qpid-dispatch-master/man/qdrouterd.html.in b/input/releases/qpid-dispatch-master/man/qdrouterd.html.in
deleted file mode 100644
index e45fe2c..0000000
--- a/input/releases/qpid-dispatch-master/man/qdrouterd.html.in
+++ /dev/null
@@ -1,43 +0,0 @@
-
-  
-  <div class="section" id="qdrouterd-manual-page">
-<h1>qdrouterd manual page<a class="headerlink" href="#qdrouterd-manual-page" title="Permalink to this headline">.</a></h1>
-<div class="section" id="synopsis">
-<h2>SYNOPSIS<a class="headerlink" href="#synopsis" title="Permalink to this headline">.</a></h2>
-<p>qdrouterd [<em>options</em>]</p>
-</div>
-<div class="section" id="description">
-<h2>DESCRIPTION<a class="headerlink" href="#description" title="Permalink to this headline">.</a></h2>
-<p>The Qpid Dispatch router (qdrouterd) is a network daemon that directs
-AMQP 1.0 messages between endpoints, such as messaging clients and
-servers.</p>
-</div>
-<div class="section" id="options">
-<h2>OPTIONS<a class="headerlink" href="#options" title="Permalink to this headline">.</a></h2>
-<p>-c, &#8211;config=PATH (/usr/local/etc/qpid-dispatch/qdrouterd.conf)
-:   Load configuration from file at PATH</p>
-<p>-I, &#8211;include=PATH (/usr/local/lib/qpid-dispatch/python)
-:   Location of Dispatch&#8217;s Python library</p>
-<p>-d, &#8211;daemon
-:   Run process as a SysV-style daemon</p>
-<p>-P, &#8211;pidfile
-:   If daemon, the file for the stored daemon pid</p>
-<p>-U, &#8211;user
-:   If daemon, the username to run as</p>
-<p>-h, &#8211;help
-:   Print this help</p>
-</div>
-<div class="section" id="files">
-<h2>FILES<a class="headerlink" href="#files" title="Permalink to this headline">.</a></h2>
-<dl class="docutils">
-<dt>/usr/local/etc/qdrouterd.conf</dt>
-<dd>Configuration flie.</dd>
-</dl>
-</div>
-<div class="section" id="see-also">
-<h2>SEE ALSO<a class="headerlink" href="#see-also" title="Permalink to this headline">.</a></h2>
-<p><em>qdrouterd.conf(5)</em>, <em>qdstat(8)</em>, <em>qdmanage(8)</em></p>
-<p><a class="reference external" href="http://qpid.apache.org/components/dispatch-router">http://qpid.apache.org/components/dispatch-router</a></p>
-</div>
-</div>
-

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/bddb7c98/input/releases/qpid-dispatch-master/man/qdstat.html.in
----------------------------------------------------------------------
diff --git a/input/releases/qpid-dispatch-master/man/qdstat.html.in b/input/releases/qpid-dispatch-master/man/qdstat.html.in
deleted file mode 100644
index 4a897f6..0000000
--- a/input/releases/qpid-dispatch-master/man/qdstat.html.in
+++ /dev/null
@@ -1,273 +0,0 @@
-
-  
-  <div class="section" id="qdstat-manual-page">
-<h1>qdstat manual page<a class="headerlink" href="#qdstat-manual-page" title="Permalink to this headline">.</a></h1>
-<div class="section" id="synopsis">
-<h2>Synopsis<a class="headerlink" href="#synopsis" title="Permalink to this headline">.</a></h2>
-<p>qdstat [options]</p>
-</div>
-<div class="section" id="description">
-<h2>Description<a class="headerlink" href="#description" title="Permalink to this headline">.</a></h2>
-<p><em>qdstat</em> shows status information about networks of Dispatch routers. It
-can display connections, network nodes and links, and router stats such
-as memory use.</p>
-</div>
-<div class="section" id="options">
-<h2>Options<a class="headerlink" href="#options" title="Permalink to this headline">.</a></h2>
-<p>-h, &#8211;help
-:   show this help message and exit</p>
-<p>&#8211;version
-:   Print version and exit.</p>
-<p>-g, &#8211;general
-:   Show General Router Stats</p>
-<p>-c, &#8211;connections
-:   Show Connections</p>
-<p>-l, &#8211;links
-:   Show Router Links</p>
-<p>-n, &#8211;nodes
-:   Show Router Nodes</p>
-<p>-a, &#8211;address
-:   Show Router Addresses</p>
-<p>-m, &#8211;memory
-:   Show Router Memory Stats</p>
-<p>&#8211;autolinks
-:   Show Auto Links</p>
-<p>&#8211;linkroutes
-:   Show Link Routes</p>
-<p>-v, &#8211;verbose
-:   Show maximum detail</p>
-<p>&#8211;log
-:   Show recent log entries</p>
-<p>&#8211;limit=LIMIT
-:   Limit number of log entries</p>
-<div class="section" id="connection-options">
-<h3>Connection Options<a class="headerlink" href="#connection-options" title="Permalink to this headline">.</a></h3>
-<p>-b URL, &#8211;bus=URL
-:   URL of the messaging bus to connect to (default 0.0.0.0)</p>
-<p>-r ROUTER-ID, &#8211;router=ROUTER-ID
-:   Router to be queried</p>
-<p>-t SECS, &#8211;timeout=SECS
-:   Maximum time to wait for connection in seconds (default 5)</p>
-<p>&#8211;ssl-certificate=CERT
-:   Client SSL certificate (PEM Format)</p>
-<p>&#8211;ssl-key=KEY
-:   Client SSL private key (PEM Format)</p>
-<p>&#8211;ssl-trustfile=TRUSTED-CA-DB
-:   Trusted Certificate Authority Database file (PEM Format)</p>
-<p>&#8211;ssl-password=PASSWORD
-:   Certificate password, will be prompted if not specifed.</p>
-</div>
-</div>
-<div class="section" id="output-columns">
-<h2>Output Columns<a class="headerlink" href="#output-columns" title="Permalink to this headline">.</a></h2>
-<div class="section" id="qdstat-c">
-<h3>qdstat -c<a class="headerlink" href="#qdstat-c" title="Permalink to this headline">.</a></h3>
-<p>Id
-:   Unique connection identifier</p>
-<p>host
-:   The hostname or internet address of the remotely connected AMQP container</p>
-<p>container
-:   The container-name of the remotely connected AMQP container</p>
-<p>role
-:   The configured role of the connection</p>
-<blockquote>
-<div><ul class="simple">
-<li>normal - Normal connections from client to router</li>
-<li>inter-router - Connection between routers to form a network</li>
-<li>route-container - Connection to/from a Broker or other host to receive link-routes and waypoints</li>
-</ul>
-</div></blockquote>
-<p>dir
-:   The direction of connection establishment</p>
-<blockquote>
-<div><ul class="simple">
-<li>in - The connection was initiated by the remote container</li>
-<li>out - The connection was initiated by this router</li>
-</ul>
-</div></blockquote>
-<p>security
-:   A description of the security/encryption in effect for this connection</p>
-<p>authentication
-:   The method and user-id of the authenticated user for this connection</p>
-</div>
-<div class="section" id="qdstat-l">
-<h3>qdstat -l<a class="headerlink" href="#qdstat-l" title="Permalink to this headline">.</a></h3>
-<p>type
-:   Type of link</p>
-<blockquote>
-<div><ul class="simple">
-<li>router-control - An inter-router link that is reserved for control messages exchanged between routers</li>
-<li>inter-router - An inter-router link that is used for normal message-routed deliveries</li>
-<li>endpoint - A normal link to an external endpoint container</li>
-</ul>
-</div></blockquote>
-<p>dir
-:   The direction of message flow on the link</p>
-<blockquote>
-<div><ul class="simple">
-<li>in - Deliveries flow inbound to the router</li>
-<li>out - Deliveries flow outbound from the router</li>
-</ul>
-</div></blockquote>
-<p>conn id
-:   Unique identifier of the connection over which this link is attached</p>
-<p>id
-:   Unique identifier of this link</p>
-<p>peer
-:   For link-routed links, the unique identifier of the peer link.  In link routing, an inbound link is paired with an outbound link</p>
-<p>class
-:   Class of the address bound to the link</p>
-<p>addr
-:   The address bound to the link</p>
-<p>phs
-:   The phase of the address bound to the link</p>
-<p>cap
-:   The capacity, in deliveries, of the link</p>
-<p>undel
-:   The number of undelivered messages stored on the link&#8217;s FIFO</p>
-<p>unsettled
-:   The number of unsettled deliveries being tracked by the link</p>
-<p>deliveries
-:   The total number of deliveries that have transited this link</p>
-<p>admin
-:   The administrative status of the link</p>
-<blockquote>
-<div><ul class="simple">
-<li>enabled - The link is enabled for normal operation</li>
-<li>disabled - The link is disabled and should be quiescing or stopped (not yet supported)</li>
-</ul>
-</div></blockquote>
-<p>oper
-:   The operational status of the link</p>
-<blockquote>
-<div><ul class="simple">
-<li>up - The link is operational</li>
-<li>down - The link is not attached</li>
-<li>quiescing - The link is in the process of quiescing (not yet supported)</li>
-<li>idle - The link has completed quiescing and is idle (not yet supported)</li>
-</ul>
-</div></blockquote>
-<p>name
-:   The link name (only shown if the -v option is provided)</p>
-</div>
-<div class="section" id="qdstat-n">
-<h3>qdstat -n<a class="headerlink" href="#qdstat-n" title="Permalink to this headline">.</a></h3>
-<p>router-id
-:   Identifier of the router</p>
-<p>next-hop
-:   If this router is not a neighbor, identifies the next-hop neighbor used to reach this router</p>
-<p>link
-:   Unique identifier of the link to the neighbor router</p>
-<p>cost
-:   The topology cost to this remote router (with -v option only)</p>
-<p>neighbors
-:   The list of neighbor routers (the router&#8217;s link-state) (with -v option only)</p>
-<p>valid-origins
-:   The list of origin routers for which the best path to the listed router passes through this router (with -v option only)</p>
-</div>
-<div class="section" id="qdstat-a">
-<h3>qdstat -a<a class="headerlink" href="#qdstat-a" title="Permalink to this headline">.</a></h3>
-<p>class
-:   The class of the listed address</p>
-<blockquote>
-<div><ul class="simple">
-<li>local - Address that is local to this router</li>
-<li>topo - Topological address used for router control messages</li>
-<li>router - A summary router address used to route messages to a remote router&#8217;s local addresses</li>
-<li>mobile - A mobile address for an attached consumer or producer</li>
-</ul>
-</div></blockquote>
-<p>addr
-:   The address text</p>
-<p>phs
-:   For mobile addresses only, the phase of the address.  Direct addresses have only a phase 0.  Waypoint addresses have multiple phases, normally 0 and 1.</p>
-<p>distrib
-:   Distribution method used for this address</p>
-<blockquote>
-<div><ul class="simple">
-<li>multicast - A copy of each message is delivered once to each consumer for the address</li>
-<li>closest - Each message is delivered to only one consumer for the address.  The closest (lowest cost) consumer will be chosen.  If there are multiple lowest-cost consumers, deliveries will be spread across those consumers.</li>
-<li>balanced - Each message is delivered to only one consumer for the address.  The consumer with the fewest outstanding (unsettled) deliveries will be chosen.  The cost of the route to the consumer is a threshold for delivery (i.e. higher cost consumers will only receive deliveries if closer consumers are backed up).</li>
-<li>flood - Used only for router-control traffic.  This is multicast without prevention of duplicate deliveries.</li>
-</ul>
-</div></blockquote>
-<p>in-proc
-:   The number of in-process consumers for this address</p>
-<p>local
-:   The number of local (on this router) consumers for this address</p>
-<p>remote
-:   The number of remote routers that have at least one consumer for this address</p>
-<p>cntnr
-:   The number of locally attached containers that are destinations for link-routes on this address</p>
-<p>in
-:   The number of deliveries for this address that entered the network on this router</p>
-<p>out
-:   The number of deliveries for this address that exited the network on this router</p>
-<p>thru
-:   The number of deliveries for this address that were forwarded to other routers</p>
-<p>to-proc
-:   The number of deliveries for this address that were delivered to an in-process consumer</p>
-<p>from-proc
-:   The number of deliveries for this address that were received from an in-process producer</p>
-</div>
-<div class="section" id="qdstat-linkroutes">
-<h3>qdstat &#8211;linkroutes<a class="headerlink" href="#qdstat-linkroutes" title="Permalink to this headline">.</a></h3>
-<p>prefix
-:   The prefix for matching addresses of routed links</p>
-<p>dir
-:   The direction (from the router&#8217;s perspective) of matching links</p>
-<p>distrib
-:   The distribution method used for routed links</p>
-<blockquote>
-<div><ul class="simple">
-<li>linkBalanced - the only supported distribution for routed links</li>
-</ul>
-</div></blockquote>
-<p>status
-:   Operational status of the link route</p>
-<blockquote>
-<div><ul class="simple">
-<li>active - Route is actively routing attaches (i.e. ready for use)</li>
-<li>inactive - Route is inactive because there is no local destination connected</li>
-</ul>
-</div></blockquote>
-</div>
-<div class="section" id="qstat-autolinks">
-<h3>qstat &#8211;autolinks<a class="headerlink" href="#qstat-autolinks" title="Permalink to this headline">.</a></h3>
-<p>addr
-:   The address of the auto link</p>
-<p>dir
-:   The direction of message flow for the auto link</p>
-<blockquote>
-<div><ul class="simple">
-<li>in - Messages flow in from the route-container to the router network</li>
-<li>out - Messages flow out to the route-container from the router network</li>
-</ul>
-</div></blockquote>
-<p>phs
-:   Phase of the address for this auto link</p>
-<p>link
-:   Unique identifier of the link managed by this auto link</p>
-<p>status
-:   The operational status of this auto link</p>
-<blockquote>
-<div><ul class="simple">
-<li>inactive - There is no connected container for this auto link</li>
-<li>attaching - The link is attaching to the container</li>
-<li>failed - The link-attach failed</li>
-<li>active - The link is operational</li>
-<li>quiescing - The link is quiescing (not yet supported)</li>
-<li>idle - The link is idle (not yet supported)</li>
-</ul>
-</div></blockquote>
-<p>lastErr
-:   The description of the last attach failure that occurred on this auto link</p>
-</div>
-</div>
-<div class="section" id="see-also">
-<h2>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">.</a></h2>
-<p><em>qdrouterd(8)</em>, <em>qdmanage(8)</em>, <em>qdrouterd.conf(5)</em></p>
-<p><a class="reference external" href="http://qpid.apache.org/components/dispatch-router">http://qpid.apache.org/components/dispatch-router</a></p>
-</div>
-</div>
-

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/bddb7c98/input/releases/qpid-dispatch-master/qdmanage.8.html
----------------------------------------------------------------------
diff --git a/input/releases/qpid-dispatch-master/qdmanage.8.html b/input/releases/qpid-dispatch-master/qdmanage.8.html
new file mode 100644
index 0000000..1e40998
--- /dev/null
+++ b/input/releases/qpid-dispatch-master/qdmanage.8.html
@@ -0,0 +1,988 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+    "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<head>
+<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
+<meta name="generator" content="AsciiDoc 8.6.8" />
+<title>qmanage(8)</title>
+<style type="text/css">
+/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
+
+/* Default font. */
+body {
+  font-family: Georgia,serif;
+}
+
+/* Title font. */
+h1, h2, h3, h4, h5, h6,
+div.title, caption.title,
+thead, p.table.header,
+#toctitle,
+#author, #revnumber, #revdate, #revremark,
+#footer {
+  font-family: Arial,Helvetica,sans-serif;
+}
+
+body {
+  margin: 1em 5% 1em 5%;
+}
+
+a {
+  color: blue;
+  text-decoration: underline;
+}
+a:visited {
+  color: fuchsia;
+}
+
+em {
+  font-style: italic;
+  color: navy;
+}
+
+strong {
+  font-weight: bold;
+  color: #083194;
+}
+
+h1, h2, h3, h4, h5, h6 {
+  color: #527bbd;
+  margin-top: 1.2em;
+  margin-bottom: 0.5em;
+  line-height: 1.3;
+}
+
+h1, h2, h3 {
+  border-bottom: 2px solid silver;
+}
+h2 {
+  padding-top: 0.5em;
+}
+h3 {
+  float: left;
+}
+h3 + * {
+  clear: left;
+}
+h5 {
+  font-size: 1.0em;
+}
+
+div.sectionbody {
+  margin-left: 0;
+}
+
+hr {
+  border: 1px solid silver;
+}
+
+p {
+  margin-top: 0.5em;
+  margin-bottom: 0.5em;
+}
+
+ul, ol, li > p {
+  margin-top: 0;
+}
+ul > li     { color: #aaa; }
+ul > li > * { color: black; }
+
+.monospaced, code, pre {
+  font-family: "Courier New", Courier, monospace;
+  font-size: inherit;
+  color: navy;
+  padding: 0;
+  margin: 0;
+}
+
+
+#author {
+  color: #527bbd;
+  font-weight: bold;
+  font-size: 1.1em;
+}
+#email {
+}
+#revnumber, #revdate, #revremark {
+}
+
+#footer {
+  font-size: small;
+  border-top: 2px solid silver;
+  padding-top: 0.5em;
+  margin-top: 4.0em;
+}
+#footer-text {
+  float: left;
+  padding-bottom: 0.5em;
+}
+#footer-badges {
+  float: right;
+  padding-bottom: 0.5em;
+}
+
+#preamble {
+  margin-top: 1.5em;
+  margin-bottom: 1.5em;
+}
+div.imageblock, div.exampleblock, div.verseblock,
+div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock,
+div.admonitionblock {
+  margin-top: 1.0em;
+  margin-bottom: 1.5em;
+}
+div.admonitionblock {
+  margin-top: 2.0em;
+  margin-bottom: 2.0em;
+  margin-right: 10%;
+  color: #606060;
+}
+
+div.content { /* Block element content. */
+  padding: 0;
+}
+
+/* Block element titles. */
+div.title, caption.title {
+  color: #527bbd;
+  font-weight: bold;
+  text-align: left;
+  margin-top: 1.0em;
+  margin-bottom: 0.5em;
+}
+div.title + * {
+  margin-top: 0;
+}
+
+td div.title:first-child {
+  margin-top: 0.0em;
+}
+div.content div.title:first-child {
+  margin-top: 0.0em;
+}
+div.content + div.title {
+  margin-top: 0.0em;
+}
+
+div.sidebarblock > div.content {
+  background: #ffffee;
+  border: 1px solid #dddddd;
+  border-left: 4px solid #f0f0f0;
+  padding: 0.5em;
+}
+
+div.listingblock > div.content {
+  border: 1px solid #dddddd;
+  border-left: 5px solid #f0f0f0;
+  background: #f8f8f8;
+  padding: 0.5em;
+}
+
+div.quoteblock, div.verseblock {
+  padding-left: 1.0em;
+  margin-left: 1.0em;
+  margin-right: 10%;
+  border-left: 5px solid #f0f0f0;
+  color: #888;
+}
+
+div.quoteblock > div.attribution {
+  padding-top: 0.5em;
+  text-align: right;
+}
+
+div.verseblock > pre.content {
+  font-family: inherit;
+  font-size: inherit;
+}
+div.verseblock > div.attribution {
+  padding-top: 0.75em;
+  text-align: left;
+}
+/* DEPRECATED: Pre version 8.2.7 verse style literal block. */
+div.verseblock + div.attribution {
+  text-align: left;
+}
+
+div.admonitionblock .icon {
+  vertical-align: top;
+  font-size: 1.1em;
+  font-weight: bold;
+  text-decoration: underline;
+  color: #527bbd;
+  padding-right: 0.5em;
+}
+div.admonitionblock td.content {
+  padding-left: 0.5em;
+  border-left: 3px solid #dddddd;
+}
+
+div.exampleblock > div.content {
+  border-left: 3px solid #dddddd;
+  padding-left: 0.5em;
+}
+
+div.imageblock div.content { padding-left: 0; }
+span.image img { border-style: none; }
+a.image:visited { color: white; }
+
+dl {
+  margin-top: 0.8em;
+  margin-bottom: 0.8em;
+}
+dt {
+  margin-top: 0.5em;
+  margin-bottom: 0;
+  font-style: normal;
+  color: navy;
+}
+dd > *:first-child {
+  margin-top: 0.1em;
+}
+
+ul, ol {
+    list-style-position: outside;
+}
+ol.arabic {
+  list-style-type: decimal;
+}
+ol.loweralpha {
+  list-style-type: lower-alpha;
+}
+ol.upperalpha {
+  list-style-type: upper-alpha;
+}
+ol.lowerroman {
+  list-style-type: lower-roman;
+}
+ol.upperroman {
+  list-style-type: upper-roman;
+}
+
+div.compact ul, div.compact ol,
+div.compact p, div.compact p,
+div.compact div, div.compact div {
+  margin-top: 0.1em;
+  margin-bottom: 0.1em;
+}
+
+tfoot {
+  font-weight: bold;
+}
+td > div.verse {
+  white-space: pre;
+}
+
+div.hdlist {
+  margin-top: 0.8em;
+  margin-bottom: 0.8em;
+}
+div.hdlist tr {
+  padding-bottom: 15px;
+}
+dt.hdlist1.strong, td.hdlist1.strong {
+  font-weight: bold;
+}
+td.hdlist1 {
+  vertical-align: top;
+  font-style: normal;
+  padding-right: 0.8em;
+  color: navy;
+}
+td.hdlist2 {
+  vertical-align: top;
+}
+div.hdlist.compact tr {
+  margin: 0;
+  padding-bottom: 0;
+}
+
+.comment {
+  background: yellow;
+}
+
+.footnote, .footnoteref {
+  font-size: 0.8em;
+}
+
+span.footnote, span.footnoteref {
+  vertical-align: super;
+}
+
+#footnotes {
+  margin: 20px 0 20px 0;
+  padding: 7px 0 0 0;
+}
+
+#footnotes div.footnote {
+  margin: 0 0 5px 0;
+}
+
+#footnotes hr {
+  border: none;
+  border-top: 1px solid silver;
+  height: 1px;
+  text-align: left;
+  margin-left: 0;
+  width: 20%;
+  min-width: 100px;
+}
+
+div.colist td {
+  padding-right: 0.5em;
+  padding-bottom: 0.3em;
+  vertical-align: top;
+}
+div.colist td img {
+  margin-top: 0.3em;
+}
+
+@media print {
+  #footer-badges { display: none; }
+}
+
+#toc {
+  margin-bottom: 2.5em;
+}
+
+#toctitle {
+  color: #527bbd;
+  font-size: 1.1em;
+  font-weight: bold;
+  margin-top: 1.0em;
+  margin-bottom: 0.1em;
+}
+
+div.toclevel0, div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {
+  margin-top: 0;
+  margin-bottom: 0;
+}
+div.toclevel2 {
+  margin-left: 2em;
+  font-size: 0.9em;
+}
+div.toclevel3 {
+  margin-left: 4em;
+  font-size: 0.9em;
+}
+div.toclevel4 {
+  margin-left: 6em;
+  font-size: 0.9em;
+}
+
+span.aqua { color: aqua; }
+span.black { color: black; }
+span.blue { color: blue; }
+span.fuchsia { color: fuchsia; }
+span.gray { color: gray; }
+span.green { color: green; }
+span.lime { color: lime; }
+span.maroon { color: maroon; }
+span.navy { color: navy; }
+span.olive { color: olive; }
+span.purple { color: purple; }
+span.red { color: red; }
+span.silver { color: silver; }
+span.teal { color: teal; }
+span.white { color: white; }
+span.yellow { color: yellow; }
+
+span.aqua-background { background: aqua; }
+span.black-background { background: black; }
+span.blue-background { background: blue; }
+span.fuchsia-background { background: fuchsia; }
+span.gray-background { background: gray; }
+span.green-background { background: green; }
+span.lime-background { background: lime; }
+span.maroon-background { background: maroon; }
+span.navy-background { background: navy; }
+span.olive-background { background: olive; }
+span.purple-background { background: purple; }
+span.red-background { background: red; }
+span.silver-background { background: silver; }
+span.teal-background { background: teal; }
+span.white-background { background: white; }
+span.yellow-background { background: yellow; }
+
+span.big { font-size: 2em; }
+span.small { font-size: 0.6em; }
+
+span.underline { text-decoration: underline; }
+span.overline { text-decoration: overline; }
+span.line-through { text-decoration: line-through; }
+
+div.unbreakable { page-break-inside: avoid; }
+
+
+/*
+ * xhtml11 specific
+ *
+ * */
+
+div.tableblock {
+  margin-top: 1.0em;
+  margin-bottom: 1.5em;
+}
+div.tableblock > table {
+  border: 3px solid #527bbd;
+}
+thead, p.table.header {
+  font-weight: bold;
+  color: #527bbd;
+}
+p.table {
+  margin-top: 0;
+}
+/* Because the table frame attribute is overriden by CSS in most browsers. */
+div.tableblock > table[frame="void"] {
+  border-style: none;
+}
+div.tableblock > table[frame="hsides"] {
+  border-left-style: none;
+  border-right-style: none;
+}
+div.tableblock > table[frame="vsides"] {
+  border-top-style: none;
+  border-bottom-style: none;
+}
+
+
+/*
+ * html5 specific
+ *
+ * */
+
+table.tableblock {
+  margin-top: 1.0em;
+  margin-bottom: 1.5em;
+}
+thead, p.tableblock.header {
+  font-weight: bold;
+  color: #527bbd;
+}
+p.tableblock {
+  margin-top: 0;
+}
+table.tableblock {
+  border-width: 3px;
+  border-spacing: 0px;
+  border-style: solid;
+  border-color: #527bbd;
+  border-collapse: collapse;
+}
+th.tableblock, td.tableblock {
+  border-width: 1px;
+  padding: 4px;
+  border-style: solid;
+  border-color: #527bbd;
+}
+
+table.tableblock.frame-topbot {
+  border-left-style: hidden;
+  border-right-style: hidden;
+}
+table.tableblock.frame-sides {
+  border-top-style: hidden;
+  border-bottom-style: hidden;
+}
+table.tableblock.frame-none {
+  border-style: hidden;
+}
+
+th.tableblock.halign-left, td.tableblock.halign-left {
+  text-align: left;
+}
+th.tableblock.halign-center, td.tableblock.halign-center {
+  text-align: center;
+}
+th.tableblock.halign-right, td.tableblock.halign-right {
+  text-align: right;
+}
+
+th.tableblock.valign-top, td.tableblock.valign-top {
+  vertical-align: top;
+}
+th.tableblock.valign-middle, td.tableblock.valign-middle {
+  vertical-align: middle;
+}
+th.tableblock.valign-bottom, td.tableblock.valign-bottom {
+  vertical-align: bottom;
+}
+
+
+/*
+ * manpage specific
+ *
+ * */
+
+body.manpage h1 {
+  padding-top: 0.5em;
+  padding-bottom: 0.5em;
+  border-top: 2px solid silver;
+  border-bottom: 2px solid silver;
+}
+body.manpage h2 {
+  border-style: none;
+}
+body.manpage div.sectionbody {
+  margin-left: 3em;
+}
+
+@media print {
+  body.manpage div#toc { display: none; }
+}
+
+
+</style>
+<script type="text/javascript">
+/*<![CDATA[*/
+var asciidoc = {  // Namespace.
+
+/////////////////////////////////////////////////////////////////////
+// Table Of Contents generator
+/////////////////////////////////////////////////////////////////////
+
+/* Author: Mihai Bazon, September 2002
+ * http://students.infoiasi.ro/~mishoo
+ *
+ * Table Of Content generator
+ * Version: 0.4
+ *
+ * Feel free to use this script under the terms of the GNU General Public
+ * License, as long as you do not remove or alter this notice.
+ */
+
+ /* modified by Troy D. Hanson, September 2006. License: GPL */
+ /* modified by Stuart Rackham, 2006, 2009. License: GPL */
+
+// toclevels = 1..4.
+toc: function (toclevels) {
+
+  function getText(el) {
+    var text = "";
+    for (var i = el.firstChild; i != null; i = i.nextSibling) {
+      if (i.nodeType == 3 /* Node.TEXT_NODE */) // IE doesn't speak constants.
+        text += i.data;
+      else if (i.firstChild != null)
+        text += getText(i);
+    }
+    return text;
+  }
+
+  function TocEntry(el, text, toclevel) {
+    this.element = el;
+    this.text = text;
+    this.toclevel = toclevel;
+  }
+
+  function tocEntries(el, toclevels) {
+    var result = new Array;
+    var re = new RegExp('[hH]([1-'+(toclevels+1)+'])');
+    // Function that scans the DOM tree for header elements (the DOM2
+    // nodeIterator API would be a better technique but not supported by all
+    // browsers).
+    var iterate = function (el) {
+      for (var i = el.firstChild; i != null; i = i.nextSibling) {
+        if (i.nodeType == 1 /* Node.ELEMENT_NODE */) {
+          var mo = re.exec(i.tagName);
+          if (mo && (i.getAttribute("class") || i.getAttribute("className")) != "float") {
+            result[result.length] = new TocEntry(i, getText(i), mo[1]-1);
+          }
+          iterate(i);
+        }
+      }
+    }
+    iterate(el);
+    return result;
+  }
+
+  var toc = document.getElementById("toc");
+  if (!toc) {
+    return;
+  }
+
+  // Delete existing TOC entries in case we're reloading the TOC.
+  var tocEntriesToRemove = [];
+  var i;
+  for (i = 0; i < toc.childNodes.length; i++) {
+    var entry = toc.childNodes[i];
+    if (entry.nodeName.toLowerCase() == 'div'
+     && entry.getAttribute("class")
+     && entry.getAttribute("class").match(/^toclevel/))
+      tocEntriesToRemove.push(entry);
+  }
+  for (i = 0; i < tocEntriesToRemove.length; i++) {
+    toc.removeChild(tocEntriesToRemove[i]);
+  }
+
+  // Rebuild TOC entries.
+  var entries = tocEntries(document.getElementById("content"), toclevels);
+  for (var i = 0; i < entries.length; ++i) {
+    var entry = entries[i];
+    if (entry.element.id == "")
+      entry.element.id = "_toc_" + i;
+    var a = document.createElement("a");
+    a.href = "#" + entry.element.id;
+    a.appendChild(document.createTextNode(entry.text));
+    var div = document.createElement("div");
+    div.appendChild(a);
+    div.className = "toclevel" + entry.toclevel;
+    toc.appendChild(div);
+  }
+  if (entries.length == 0)
+    toc.parentNode.removeChild(toc);
+},
+
+
+/////////////////////////////////////////////////////////////////////
+// Footnotes generator
+/////////////////////////////////////////////////////////////////////
+
+/* Based on footnote generation code from:
+ * http://www.brandspankingnew.net/archive/2005/07/format_footnote.html
+ */
+
+footnotes: function () {
+  // Delete existing footnote entries in case we're reloading the footnodes.
+  var i;
+  var noteholder = document.getElementById("footnotes");
+  if (!noteholder) {
+    return;
+  }
+  var entriesToRemove = [];
+  for (i = 0; i < noteholder.childNodes.length; i++) {
+    var entry = noteholder.childNodes[i];
+    if (entry.nodeName.toLowerCase() == 'div' && entry.getAttribute("class") == "footnote")
+      entriesToRemove.push(entry);
+  }
+  for (i = 0; i < entriesToRemove.length; i++) {
+    noteholder.removeChild(entriesToRemove[i]);
+  }
+
+  // Rebuild footnote entries.
+  var cont = document.getElementById("content");
+  var spans = cont.getElementsByTagName("span");
+  var refs = {};
+  var n = 0;
+  for (i=0; i<spans.length; i++) {
+    if (spans[i].className == "footnote") {
+      n++;
+      var note = spans[i].getAttribute("data-note");
+      if (!note) {
+        // Use [\s\S] in place of . so multi-line matches work.
+        // Because JavaScript has no s (dotall) regex flag.
+        note = spans[i].innerHTML.match(/\s*\[([\s\S]*)]\s*/)[1];
+        spans[i].innerHTML =
+          "[<a id='_footnoteref_" + n + "' href='#_footnote_" + n +
+          "' title='View footnote' class='footnote'>" + n + "</a>]";
+        spans[i].setAttribute("data-note", note);
+      }
+      noteholder.innerHTML +=
+        "<div class='footnote' id='_footnote_" + n + "'>" +
+        "<a href='#_footnoteref_" + n + "' title='Return to text'>" +
+        n + "</a>. " + note + "</div>";
+      var id =spans[i].getAttribute("id");
+      if (id != null) refs["#"+id] = n;
+    }
+  }
+  if (n == 0)
+    noteholder.parentNode.removeChild(noteholder);
+  else {
+    // Process footnoterefs.
+    for (i=0; i<spans.length; i++) {
+      if (spans[i].className == "footnoteref") {
+        var href = spans[i].getElementsByTagName("a")[0].getAttribute("href");
+        href = href.match(/#.*/)[0];  // Because IE return full URL.
+        n = refs[href];
+        spans[i].innerHTML =
+          "[<a href='#_footnote_" + n +
+          "' title='View footnote' class='footnote'>" + n + "</a>]";
+      }
+    }
+  }
+},
+
+install: function(toclevels) {
+  var timerId;
+
+  function reinstall() {
+    asciidoc.footnotes();
+    if (toclevels) {
+      asciidoc.toc(toclevels);
+    }
+  }
+
+  function reinstallAndRemoveTimer() {
+    clearInterval(timerId);
+    reinstall();
+  }
+
+  timerId = setInterval(reinstall, 500);
+  if (document.addEventListener)
+    document.addEventListener("DOMContentLoaded", reinstallAndRemoveTimer, false);
+  else
+    window.onload = reinstallAndRemoveTimer;
+}
+
+}
+asciidoc.install();
+/*]]>*/
+</script>
+</head>
+<body class="manpage">
+<div id="header">
+<h1>
+qmanage(8) Manual Page
+</h1>
+<h2>NAME</h2>
+<div class="sectionbody">
+<p>qdmanage -
+   management client to control or query qdrouterd(8)
+</p>
+</div>
+</div>
+<div id="content">
+<div class="sect1">
+<h2 id="_synopsis">SYNOPSIS</h2>
+<div class="sectionbody">
+<div class="paragraph"><p><strong>qdmanage</strong> [<em>OPTIONS</em>] <em>OPERATION</em> [<em>ARGUMENTS</em>]</p></div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_description">DESCRIPTION</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>An AMQP management client for use with qdrouterd. Sends AMQP management
+operations requests and prints the response in JSON format. This is a
+generic AMQP management tool and can be used with any standard AMQP
+managed endpoint, not just with qdrouter.</p></div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_options">OPTIONS</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>-h, --help
+:   show this help message and exit</p></div>
+<div class="paragraph"><p>--version
+:   Print version and exit.</p></div>
+<div class="paragraph"><p>--type=TYPE
+:   Type of entity to operate on.</p></div>
+<div class="paragraph"><p>--name=NAME
+:   Name of entity to operate on.</p></div>
+<div class="paragraph"><p>--identity=ID
+:   Identity of entity to operate on.</p></div>
+<div class="paragraph"><p>--indent=INDENT
+:   Pretty-printing indent. -1 means don&#8217;t pretty-print (default 2)</p></div>
+<div class="paragraph"><p>--stdin
+:   Read attributes as JSON map or list of maps from stdin.</p></div>
+<div class="paragraph"><p>--body=BODY
+:   JSON value to use as body of a non-standard operation call.</p></div>
+<div class="paragraph"><p>--properties=PROPERTIES
+:   JSON map to use as properties for a non-standard operation call.</p></div>
+<div class="sect2">
+<h3 id="_connection_options">Connection Options</h3>
+<div class="paragraph"><p>-b URL, --bus=URL
+:   URL of the messaging bus to connect to (default 0.0.0.0)</p></div>
+<div class="paragraph"><p>-r ROUTER-ID, --router=ROUTER-ID
+:   Router to be queried</p></div>
+<div class="paragraph"><p>-t SECS, --timeout=SECS
+:   Maximum time to wait for connection in seconds (default 5)</p></div>
+<div class="paragraph"><p>--ssl-certificate=CERT
+:   Client SSL certificate (PEM Format)</p></div>
+<div class="paragraph"><p>--ssl-key=KEY
+:   Client SSL private key (PEM Format)</p></div>
+<div class="paragraph"><p>--ssl-trustfile=TRUSTED-CA-DB
+:   Trusted Certificate Authority Database file (PEM Format)</p></div>
+<div class="paragraph"><p>--ssl-password=PASSWORD
+:   Certificate password, will be prompted if not specifed.</p></div>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_operations">OPERATIONS</h2>
+<div class="sectionbody">
+<div class="dlist"><dl>
+<dt class="hdlist1">
+<code>query</code> [<em>ATTR</em>&#8230;]
+</dt>
+<dd>
+<p>
+  Print the attributes named in the ATTR list or all attributes if none
+  are listed. Print attributes for all entities by default, use --type,
+  --name and --identity options to restrict what is printed.
+</p>
+</dd>
+<dt class="hdlist1">
+<code>create</code> [<em>ATTR=VALUE</em>&#8230;]
+</dt>
+<dd>
+<p>
+  Create a new entity with the specified attributes. With the --stdin
+  option, read attributes from stdin. This can be a JSON map of
+  attributes to create a single entity, or a JSON list of maps to create
+  multiple entitiees.
+</p>
+</dd>
+<dt class="hdlist1">
+<code>read</code>
+</dt>
+<dd>
+<p>
+  Print the attributes of an entity specified by the --name or
+  --identity options. With the --stdin option, create entities based on
+  data from stdin. This can be a JSON map of attributes to create a
+  single entity, or a JSON list of maps to create multiple entitiees.
+</p>
+</dd>
+<dt class="hdlist1">
+<code>update</code> [<em>ATTR=VALUE</em>&#8230;]
+</dt>
+<dd>
+<p>
+  Update the attributes of an existing entity. With the --stdin option,
+  read attributes from stdin. This can be a JSON map of attributes to
+  update a single entity, or a JSON list of maps to update multiple
+  entitiees. If an ATTR name is listed with no =VALUE, that attribute
+  will be deleted from the entity.
+</p>
+</dd>
+<dt class="hdlist1">
+<code>delete</code>
+</dt>
+<dd>
+<p>
+  Delete an entity specified by the --name or --identity options.
+</p>
+</dd>
+<dt class="hdlist1">
+<code>get-types</code> [<em>TYPE</em>]
+</dt>
+<dd>
+<p>
+  List entity types with their base types. With no arguments list all
+  types.
+</p>
+</dd>
+<dt class="hdlist1">
+<code>get-operations</code> [<em>TYPE</em>]
+</dt>
+<dd>
+<p>
+  List entity types with their operations. With no arguments list all
+  types.
+</p>
+</dd>
+<dt class="hdlist1">
+<code>get-attributes</code> [<em>TYPE</em>]
+</dt>
+<dd>
+<p>
+  List entity types with their attributes. With no arguments list all
+  types.
+</p>
+</dd>
+<dt class="hdlist1">
+<code>get-annotations</code> [<em>TYPE</em>]
+</dt>
+<dd>
+<p>
+  List entity types with their annotations. With no arguments list all
+  types.
+</p>
+</dd>
+<dt class="hdlist1">
+<code>get-mgmt-nodes</code>
+</dt>
+<dd>
+<p>
+  List all other known management nodes connected to this one.
+</p>
+</dd>
+<dt class="hdlist1">
+<code>get-json-schema</code> [<em>INDENT</em>]
+</dt>
+<dd>
+<p>
+  Get the router schema in JSON format. Optional integer indent for
+  formatted output.
+</p>
+</dd>
+<dt class="hdlist1">
+<code>get-log</code> [<em>INDENT</em>]
+</dt>
+<dd>
+<p>
+  Get recent log entries from the router.
+</p>
+</dd>
+</dl></div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_files">FILES</h2>
+<div class="sectionbody">
+<div class="dlist"><dl>
+<dt class="hdlist1">
+/usr/local/share/doc/qpid-dispatch/qdrouter.json
+</dt>
+<dd>
+<p>
+  Management schema for qdrouterd.
+</p>
+</dd>
+<dt class="hdlist1">
+/usr/local/share/doc/qpid-dispatch/qdrouter.json.readme.txt
+</dt>
+<dd>
+<p>
+  Explanation of the management schema.
+</p>
+</dd>
+</dl></div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_examples">EXAMPLES</h2>
+<div class="sectionbody">
+<div class="listingblock">
+<div class="title">Show the logging configuration</div>
+<div class="content">
+<pre><code>qdmanage query --type=log</code></pre>
+</div></div>
+<div class="listingblock">
+<div class="title">Enable debug and higher log messages by default:</div>
+<div class="content">
+<pre><code>qdmanage udpdate name=log/DEFAULT enable=debug+</code></pre>
+</div></div>
+<div class="listingblock">
+<div class="title">Enable trace log messages only for the MESSAGE moudle and direct MESSAGE logs to the file "test.log"</div>
+<div class="content">
+<pre><code>qdmanage udpdate name=log/MESSAGE enable=trace output=test.log</code></pre>
+</div></div>
+<div class="listingblock">
+<div class="title">Set MESSAGE logging back to the default</div>
+<div class="content">
+<pre><code>qdmanage udpdate name=log/MESSAGE enable=default</code></pre>
+</div></div>
+<div class="listingblock">
+<div class="title">Disable MESSAGE logging</div>
+<div class="content">
+<pre><code>qdmanage udpdate name=log/MESSAGE enable=none</code></pre>
+</div></div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_see_also">SEE ALSO</h2>
+<div class="sectionbody">
+<div class="paragraph"><p><em>qdrouterd(8)</em>, <em>qdstat(8)</em>, <em>qdrouterd.conf(5)</em></p></div>
+<div class="paragraph"><p><a href="http://qpid.apache.org/components/dispatch-router">http://qpid.apache.org/components/dispatch-router</a></p></div>
+</div>
+</div>
+</div>
+<div id="footnotes"><hr /></div>
+<div id="footer">
+<div id="footer-text">
+Last updated 2016-06-23 11:33:28 EDT
+</div>
+</div>
+</body>
+</html>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org