Repository: qpid-site
Updated Branches:
  refs/heads/asf-site 6b68eea2e -> d7d99d897


DISPATCH-391 - Added back attributes missing for listener and connector


Project: http://git-wip-us.apache.org/repos/asf/qpid-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-site/commit/d7d99d89
Tree: http://git-wip-us.apache.org/repos/asf/qpid-site/tree/d7d99d89
Diff: http://git-wip-us.apache.org/repos/asf/qpid-site/diff/d7d99d89

Branch: refs/heads/asf-site
Commit: d7d99d897aa0454fab9e5fa7784a3dac2363f107
Parents: 6b68eea
Author: Ganesh Murthy <gmur...@redhat.com>
Authored: Thu Jun 16 13:41:18 2016 -0400
Committer: Ganesh Murthy <gmur...@redhat.com>
Committed: Thu Jun 16 13:41:18 2016 -0400

----------------------------------------------------------------------
 .../releases/qpid-dispatch-master/index.html    |  2 +-
 .../man/qdrouterd.conf.html                     | 24 ++++++++++++++++++++
 input/releases/qpid-dispatch-master/index.md    |  2 +-
 .../man/qdrouterd.conf.html.in                  | 24 ++++++++++++++++++++
 4 files changed, 50 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-site/blob/d7d99d89/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 c720eec..98f5778 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.6.0/index.html">current stable
 release</a>.</p>
 
-<p>This content was generated at 16:04  on Wednesday, 15 June 2016.</p>
+<p>This content was generated at 13:36  on Thursday, 16 June 2016.</p>
 
 </div>
 

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/d7d99d89/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 bce75f6..5e5bdbf 100644
--- a/content/releases/qpid-dispatch-master/man/qdrouterd.conf.html
+++ b/content/releases/qpid-dispatch-master/man/qdrouterd.conf.html
@@ -279,6 +279,18 @@ listener {
 <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>
@@ -305,6 +317,18 @@ listener {
 <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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/d7d99d89/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 f8109b2..a949194 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 16:04  on Wednesday, 15 June 2016.
+This content was generated at 13:36  on Thursday, 16 June 2016.
 
 </div>
 

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/d7d99d89/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 3156825..c72638f 100644
--- a/input/releases/qpid-dispatch-master/man/qdrouterd.conf.html.in
+++ b/input/releases/qpid-dispatch-master/man/qdrouterd.conf.html.in
@@ -163,6 +163,18 @@ listener {
 <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>
@@ -189,6 +201,18 @@ listener {
 <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>


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

Reply via email to