Return-Path: X-Original-To: apmail-qpid-commits-archive@www.apache.org Delivered-To: apmail-qpid-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E1B29172D3 for ; Thu, 12 Mar 2015 20:25:47 +0000 (UTC) Received: (qmail 19402 invoked by uid 500); 12 Mar 2015 20:25:47 -0000 Delivered-To: apmail-qpid-commits-archive@qpid.apache.org Received: (qmail 19372 invoked by uid 500); 12 Mar 2015 20:25:47 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 19245 invoked by uid 99); 12 Mar 2015 20:25:47 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Mar 2015 20:25:47 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 6473BAC0A3E for ; Thu, 12 Mar 2015 20:25:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1666288 [7/8] - in /qpid/dispatch/branches/0.4/doc/pre_built: ./ doc/ doc/qpid-dispatch/ doc/qpid-dispatch/book/ doc/qpid-dispatch/html/ doc/qpid-dispatch/html/_sources/ doc/qpid-dispatch/html/_sources/book/ doc/qpid-dispatch/html/_sources... Date: Thu, 12 Mar 2015 20:25:45 -0000 To: commits@qpid.apache.org From: aconway@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150312202547.6473BAC0A3E@hades.apache.org> Added: qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/index.html URL: http://svn.apache.org/viewvc/qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/index.html?rev=1666288&view=auto ============================================================================== --- qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/index.html (added) +++ qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/index.html Thu Mar 12 20:25:44 2015 @@ -0,0 +1,106 @@ + + + + + + + + + + Documentation for dispatch — Qpid Dispatch 0.4 documentation + + + + + + + + + + + + +
+
+

This Page

+ + + +
+
+ +
+
+
+
+ +
+

Documentation for dispatch¶

+

See also the dispatch router website

+

Documentation

+ +

Manual pages

+
    +
  • qdrouterd The router daemon
  • +
  • qdrouterd.conf Router daemon +configuration
  • +
  • qdstat Check statistics for a running router
  • +
  • qdmanage Query and set management attributes of +a running router.
  • +
+
+ + +
+
+
+
+
+ + + + \ No newline at end of file Added: qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/man/qdmanage.html URL: http://svn.apache.org/viewvc/qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/man/qdmanage.html?rev=1666288&view=auto ============================================================================== --- qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/man/qdmanage.html (added) +++ qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/man/qdmanage.html Thu Mar 12 20:25:44 2015 @@ -0,0 +1,237 @@ + + + + + + + + + + qdmanage manual page — Qpid Dispatch 0.4 documentation + + + + + + + + + + + + +
+
+

Table Of Contents

+ + +

This Page

+ + + +
+
+ +
+
+
+
+ +
+

qdmanage manual page¶

+
+

Synopsis¶

+

qdmanage operation [options...] [arguments...]

+
+
+

Description¶

+

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.

+
+
+

Operations¶

+
+
query [ATTR...]
+
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.
+
create [ATTR=VALUE...]
+
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.
+
read
+
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.
+
update [ATTR=VALUE...]
+
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.
+
delete
+
Delete an entity specified by the –name or –identity options.
+
get-types [TYPE]
+
List entity types with their base types. With no arguments list all +types.
+
get-operations [TYPE]
+
List entity types with their operations. With no arguments list all +types.
+
get-attributes [TYPE]
+
List entity types with their attributes. With no arguments list all +types.
+
get-annotations [TYPE]
+
List entity types with their annotations. With no arguments list all +types.
+
get-mgmt-nodes
+
List all other known management nodes connected to this one.
+
get-json-schema [INDENT]
+
Get the router schema in JSON format. Optional integer indent for +formatted output.
+
get-log [INDENT]
+
Get recent log entries from the router.
+
+
+
+

Options¶

+

-h, –help +: show this help message and exit

+

–version +: Print version and exit.

+

–type=TYPE +: Type of entity to operate on.

+

–name=NAME +: Name of entity to operate on.

+

–identity=ID +: Identity of entity to operate on.

+

–indent=INDENT +: Pretty-printing indent. -1 means don’t pretty-print (default 2)

+

–stdin +: Read attributes as JSON map or list of maps from stdin.

+

–body=BODY +: JSON value to use as body of a non-standard operation call.

+

–properties=PROPERTIES +: JSON map to use as properties for a non-standard operation call.

+
+

Connection Options¶

+

-b URL, –bus=URL +: URL of the messaging bus to connect to (default 0.0.0.0)

+

-r ROUTER-ID, –router=ROUTER-ID +: Router to be queried

+

-t SECS, –timeout=SECS +: Maximum time to wait for connection in seconds (default 5)

+

–ssl-certificate=CERT +: Client SSL certificate (PEM Format)

+

–ssl-key=KEY +: Client SSL private key (PEM Format)

+

–ssl-trustfile=TRUSTED-CA-DB +: Trusted Certificate Authority Database file (PEM Format)

+

–ssl-password=PASSWORD +: Certificate password, will be prompted if not specifed.

+
+
+
+

Files¶

+
+
/home/aconway/dispatch/install/share/doc/qpid-dispatch/qdrouter.json
+
Management schema for qdrouterd.
+
/home/aconway/dispatch/install/share/doc/qpid-dispatch/qdrouter.json.readme.txt
+
Explanation of the management schema.
+
+
+
+

Examples¶

+

Show the logging configuration

+
qdmanage query --type=log
+
+

Enable debug and higher log messages by default:

+
qdmanage udpdate name=log/DEFAULT enable=debug+
+
+

Enable trace log messages only for the MESSAGE moudle and direct MESSAGE +logs to the file “test.log”

+
qdmanage udpdate name=log/MESSAGE enable=trace output=test.log
+
+

Set MESSAGE logging back to the default:

+
qdmanage udpdate name=log/MESSAGE enable=default
+
+

Disable MESSAGE logging:

+
qdmanage udpdate name=log/MESSAGE enable=none
+
+
+
+

See also¶

+

qdrouterd(8), qdstat(8), qdrouterd.conf(5)

+

http://qpid.apache.org/components/dispatch-router

+
+
+ + +
+
+
+
+
+ + + + \ No newline at end of file Added: qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/man/qdrouterd.conf.html URL: http://svn.apache.org/viewvc/qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/man/qdrouterd.conf.html?rev=1666288&view=auto ============================================================================== --- qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/man/qdrouterd.conf.html (added) +++ qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/man/qdrouterd.conf.html Thu Mar 12 20:25:44 2015 @@ -0,0 +1,364 @@ + + + + + + + + + + qdrouterd.conf manual page — Qpid Dispatch 0.4 documentation + + + + + + + + + + + + +
+
+

Table Of Contents

+ + +

This Page

+ + + +
+
+ +
+
+
+
+ +
+

qdrouterd.conf manual page¶

+
+

Synopsis¶

+

qdroutered.conf is the configuration file for the dispatch router.

+
+
+

Description¶

+

The configuration file is made up of sections with this syntax:

+
SECTION-NAME {
+    ATTRIBUTE-NAME: ATTRIBUTE-VALUE
+    ATTRIBUTE-NAME: ATTRIBUTE-VALUE
+    ...
+}
+
+

There are two types of sections:

+

Configuration sections correspond to configuration entities. They can be queried and +configured via management tools as well as via the configuration file.

+

Annotation sections define a group of attribute values that can be included in +one or more entity sections.

+

For example you can define an “ssl-profile” annotation section with SSL credentials +that can be included in multiple “listener” entities. Here’s an example, note +how the ‘ssl-profile’ attribute of ‘listener’ sections references the ‘name’ +attribute of ‘ssl-profile’ sections.

+
ssl-profile {
+    name: ssl-profile-one
+    cert-db: ca-certificate-1.pem
+    cert-file: server-certificate-1.pem
+    key-file: server-private-key.pem
+}
+
+listener {
+    ssl-profile: ssl-profile-one
+    addr: 0.0.0.0
+    port: 20102
+    sasl-mechanisms: ANONYMOUS
+}
+
+
+
+

Annotation Sections¶

+
+

addrPort¶

+

Attributes for internet address and port.

+

Used by: listener, connector.

+
+
addr (string, default=‘0.0.0.0’)
+
IP address: ipv4 or ipv6 literal or a host name.
+
port (string, default=’amqp’)
+
Port number or symbolic service name.
+
+
+
+

saslMechanisms¶

+

Attribute for a list of SASL mechanisms.

+

Used by: listener, connector.

+
+
saslMechanisms (string, required)
+
Comma separated list of accepted SASL authentication mechanisms.
+
+
+
+

connectionRole¶

+

Attribute for the role of a connection.

+

Used by: listener, connector.

+
+
role (One of [‘normal’, ‘inter-router’, ‘on-demand’], default=’normal’)
+
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.
+
+
+
+

sslProfile¶

+

Attributes for setting TLS/SSL configuration for connections.

+

Used by: listener, connector.

+
+
certDb (path)
+
The path to the database that contains the public certificates of trusted certificate authorities (CA).
+
certFile (path)
+
The path to the file containing the PEM-formatted public certificate to be used on the local end of any connections using this profile.
+
keyFile (path)
+
The path to the file containing the PEM-formatted private key for the above certificate.
+
passwordFile (path)
+
If the above private key is password protected, this is the path to a file containing the password that unlocks the certificate key.
+
password (string)
+
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 ‘password’ option. Don’t use both password and passwordFile in the same profile.
+
+
+
+
+

Configuration Sections¶

+
+

container¶

+

Attributes related to the AMQP container.

+
+
containerName (string)
+
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.
+
workerThreads (integer, default=1)
+
The number of threads that will be created to process message traffic and other application work (timers, non-amqp file descriptors, etc.) .
+
debugDump (path)
+
A file to dump debugging information that can’t be logged normally.
+
+
+
+

router¶

+

Tracks peer routers and computes routes to destinations.

+
+
routerId (string)
+
Router’s unique identity.
+
mode (One of [‘standalone’, ‘interior’, ‘edge’, ‘endpoint’], default=’standalone’)
+
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. In edge mode, the router operates with an up link into an interior router network. Edge routers are typically used as connection concentrators or as security firewalls for access into the interior network.
+
helloInterval (integer, default=1)
+
Interval in seconds between HELLO messages sent to neighbor routers.
+
helloMaxAge (integer, default=3)
+
Time in seconds after which a neighbor is declared lost if no HELLO is received.
+
raInterval (integer, default=30)
+
Interval in seconds between Router-Advertisements sent to all routers in a stable network.
+
raIntervalFlux (integer, default=4)
+
Interval in seconds between Router-Advertisements sent to all routers during topology fluctuations.
+
remoteLsMaxAge (integer, default=60)
+
Time in seconds after which link state is declared stale if no RA is received.
+
mobileAddrMaxAge (integer, default=60)
+
Deprecated - This value is no longer used in the router.
+
+
+
+

listener¶

+

Listens for incoming connections to the router.

+

Annotations: addrPort, connectionRole, sslProfile, saslMechanisms.

+
+
addr (string, default=‘0.0.0.0’)
+
IP address: ipv4 or ipv6 literal or a host name.
+
port (string, default=’amqp’)
+
Port number or symbolic service name.
+
role (One of [‘normal’, ‘inter-router’, ‘on-demand’], default=’normal’)
+
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.
+
certDb (path)
+
The path to the database that contains the public certificates of trusted certificate authorities (CA).
+
certFile (path)
+
The path to the file containing the PEM-formatted public certificate to be used on the local end of any connections using this profile.
+
keyFile (path)
+
The path to the file containing the PEM-formatted private key for the above certificate.
+
passwordFile (path)
+
If the above private key is password protected, this is the path to a file containing the password that unlocks the certificate key.
+
password (string)
+
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 ‘password’ option. Don’t use both password and passwordFile in the same profile.
+
saslMechanisms (string, required)
+
Comma separated list of accepted SASL authentication mechanisms.
+
requirePeerAuth (boolean, default=True)
+
Only for listeners using SSL. If set to ‘yes’, attached clients will be required to supply a certificate. If the certificate is not traceable to a CA in the ssl profile’s cert-db, authentication fails for the connection.
+
trustedCerts (path)
+
This optional setting can be used to reduce the set of available CAs for client authentication. If used, this setting must provide a path to a PEM file that contains the trusted certificates.
+
allowUnsecured (boolean)
+
For listeners using SSL only. If set to ‘yes’ the listener will allow both SSL-secured clients and non-SSL clients to connect.
+
allowNoSasl (boolean)
+
If set to ‘yes’, this option causes the listener to allow clients to connect even if they skip the SASL authentication protocol.
+
maxFrameSize (integer, default=65536)
+
Defaults to 65536. 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.
+
+
+
+

connector¶

+

Establishes an outgoing connections from the router.

+

Annotations: addrPort, connectionRole, sslProfile, saslMechanisms.

+
+
addr (string, default=‘0.0.0.0’)
+
IP address: ipv4 or ipv6 literal or a host name.
+
port (string, default=’amqp’)
+
Port number or symbolic service name.
+
role (One of [‘normal’, ‘inter-router’, ‘on-demand’], default=’normal’)
+
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.
+
certDb (path)
+
The path to the database that contains the public certificates of trusted certificate authorities (CA).
+
certFile (path)
+
The path to the file containing the PEM-formatted public certificate to be used on the local end of any connections using this profile.
+
keyFile (path)
+
The path to the file containing the PEM-formatted private key for the above certificate.
+
passwordFile (path)
+
If the above private key is password protected, this is the path to a file containing the password that unlocks the certificate key.
+
password (string)
+
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 ‘password’ option. Don’t use both password and passwordFile in the same profile.
+
saslMechanisms (string, required)
+
Comma separated list of accepted SASL authentication mechanisms.
+
allowRedirect (boolean, default=True)
+
Allow the peer to redirect this connection to another address.
+
maxFrameSize (integer, default=65536)
+
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.
+
+
+
+

log¶

+

Configure logging for a particular module. You can use the UPDATE operation to change log settings while the router is running.

+
+
enable (string, default=’default’, required)
+
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 ‘+’ to enable that level and above. For example ‘trace,debug,warning+’ means enable trace, debug, warning, error and critical. The value ‘none’ means disable logging for the module. The value ‘default’ means use the value from the DEFAULT module.
+
timestamp (boolean)
+
Include timestamp in log messages.
+
source (boolean)
+
Include source file and line number in log messages.
+
output (string)
+
Where to send log messages. Can be ‘stderr’, ‘syslog’ or a file name.
+
+
+
+

fixedAddress¶

+

Establishes semantics for addresses starting with a prefix.

+
+
prefix (string, required)
+
The address prefix (always starting with ‘/’).
+
phase (integer)
+
The phase of a multi-hop address passing through one or more waypoints.
+
fanout (One of [‘multiple’, ‘single’], default=’multiple’)
+
One of ‘multiple’ or ‘single’. 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.
+
bias (One of [‘closest’, ‘spread’], default=’closest’)
+
Only if fanout is single. One of ‘closest’ or ‘spread’. 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.
+
+
+
+

waypoint¶

+

A remote node that messages for an address pass through.

+
+
address (string, required)
+
The AMQP address of the waypoint.
+
connector (string, required)
+
The name of the on-demand connector used to reach the waypoint’s container.
+
inPhase (integer, default=-1)
+
The phase of the address as it is routed _to_ the waypoint.
+
outPhase (integer, default=-1)
+
The phase of the address as it is routed _from_ the waypoint.
+
+
+
+

linkRoutePattern¶

+

A pattern to match a connected container to endpoints for routed links.

+
+
prefix (string, required)
+
The AMQP address prefix for nodes on the container.
+
connector (string)
+
The name of the on-demand connector used to reach the waypoint’s container.
+
+
+
+
+

See also¶

+

qdrouterd(8), qdmanage(8)

+

http://qpid.apache.org/components/dispatch-router

+
+
+ + +
+
+
+
+
+ + + + \ No newline at end of file Added: qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/man/qdrouterd.html URL: http://svn.apache.org/viewvc/qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/man/qdrouterd.html?rev=1666288&view=auto ============================================================================== --- qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/man/qdrouterd.html (added) +++ qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/man/qdrouterd.html Thu Mar 12 20:25:44 2015 @@ -0,0 +1,141 @@ + + + + + + + + + + qdrouterd manual page — Qpid Dispatch 0.4 documentation + + + + + + + + + + + + +
+
+

Table Of Contents

+ + +

This Page

+ + + +
+
+ +
+
+
+
+ +
+

qdrouterd manual page¶

+
+

SYNOPSIS¶

+

qdrouterd [options]

+
+
+

DESCRIPTION¶

+

The Qpid Dispatch router (qdrouterd) is a network daemon that directs +AMQP 1.0 messages between endpoints, such as messaging clients and +servers.

+
+
+

OPTIONS¶

+

-c, –config=PATH (/home/aconway/dispatch/install/etc/qpid-dispatch/qdrouterd.conf) +: Load configuration from file at PATH

+

-I, –include=PATH (/home/aconway/dispatch/install/lib/qpid-dispatch/python) +: Location of Dispatch’s Python library

+

-d, –daemon +: Run process as a SysV-style daemon

+

-P, –pidfile +: If daemon, the file for the stored daemon pid

+

-U, –user +: If daemon, the username to run as

+

-h, –help +: Print this help

+
+
+

FILES¶

+
+
/home/aconway/dispatch/install/etc/qdrouterd.conf
+
Configuration flie.
+
+
+
+

SEE ALSO¶

+

qdrouterd.conf(5), qdstat(8), qdmanage(8)

+

http://qpid.apache.org/components/dispatch-router

+
+
+ + +
+
+
+
+
+ + + + \ No newline at end of file Added: qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/man/qdstat.html URL: http://svn.apache.org/viewvc/qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/man/qdstat.html?rev=1666288&view=auto ============================================================================== --- qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/man/qdstat.html (added) +++ qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/man/qdstat.html Thu Mar 12 20:25:44 2015 @@ -0,0 +1,157 @@ + + + + + + + + + + qdstat manual page — Qpid Dispatch 0.4 documentation + + + + + + + + + + + + +
+
+

Table Of Contents

+ + +

This Page

+ + + +
+
+ +
+
+
+
+ +
+

qdstat manual page¶

+
+

Synopsis¶

+

qdstat [options]

+
+
+

Description¶

+

qdstat shows status information about networks of Dispatch routers. It +can display connections, network nodes and links, and router stats such +as memory use.

+
+
+

Options¶

+

-h, –help +: show this help message and exit

+

–version +: Print version and exit.

+

-g, –general +: Show General Router Stats

+

-c, –connections +: Show Connections

+

-l, –links +: Show Router Links

+

-n, –nodes +: Show Router Nodes

+

-a, –address +: Show Router Addresses

+

-m, –memory +: Show Broker Memory Stats

+
+

Connection Options¶

+

-b URL, –bus=URL +: URL of the messaging bus to connect to (default 0.0.0.0)

+

-r ROUTER-ID, –router=ROUTER-ID +: Router to be queried

+

-t SECS, –timeout=SECS +: Maximum time to wait for connection in seconds (default 5)

+

–ssl-certificate=CERT +: Client SSL certificate (PEM Format)

+

–ssl-key=KEY +: Client SSL private key (PEM Format)

+

–ssl-trustfile=TRUSTED-CA-DB +: Trusted Certificate Authority Database file (PEM Format)

+

–ssl-password=PASSWORD +: Certificate password, will be prompted if not specifed.

+
+
+
+

See also¶

+

qdrouterd(8), qdmanage(8), qdrouterd.conf(5)

+

http://qpid.apache.org/components/dispatch-router

+
+
+ + +
+
+
+
+
+ + + + \ No newline at end of file Added: qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/notes/code-conventions.html URL: http://svn.apache.org/viewvc/qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/notes/code-conventions.html?rev=1666288&view=auto ============================================================================== --- qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/notes/code-conventions.html (added) +++ qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/notes/code-conventions.html Thu Mar 12 20:25:44 2015 @@ -0,0 +1,111 @@ + + + + + + + + + + Code conventions — Qpid Dispatch 0.4 documentation + + + + + + + + + + + + +
+
+

Table Of Contents

+ + +

This Page

+ + + +
+
+ +
+
+
+
+ +
+

Code conventions¶

+
+

Python code¶

+

Python code should be +PEP-8 compliant. In +particular:

+
    +
  • Use four-space indents
  • +
  • Do not use studlyCaps for function, method, and variable names; +instead use underscore_separated_names
  • +
+
+
+ + +
+
+
+
+
+ + + + \ No newline at end of file Added: qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/objects.inv URL: http://svn.apache.org/viewvc/qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/objects.inv?rev=1666288&view=auto ============================================================================== Binary files qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/objects.inv (added) and qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/objects.inv Thu Mar 12 20:25:44 2015 differ Added: qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/search.html URL: http://svn.apache.org/viewvc/qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/search.html?rev=1666288&view=auto ============================================================================== --- qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/search.html (added) +++ qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/search.html Thu Mar 12 20:25:44 2015 @@ -0,0 +1,99 @@ + + + + + + + + + + Search — Qpid Dispatch 0.4 documentation + + + + + + + + + + + + + + + + +
+
+
+
+ +
+
+
+
+ +

Search

+
+ +

+ Please activate JavaScript to enable the search + functionality. +

+
+

+ From here you can search these documents. Enter your search + words into the box below and click "search". Note that the search + function will automatically search for all of the words. Pages + containing fewer words won't appear in the result list. +

+
+ + + +
+ +
+ +
+ +
+
+
+
+
+ + + + \ No newline at end of file Added: qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/searchindex.js URL: http://svn.apache.org/viewvc/qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/searchindex.js?rev=1666288&view=auto ============================================================================== --- qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/searchindex.js (added) +++ qpid/dispatch/branches/0.4/doc/pre_built/doc/qpid-dispatch/html/searchindex.js Thu Mar 12 20:25:44 2015 @@ -0,0 +1 @@ +Search.setIndex({objects:{},terms:{all:[2,4,5,6,8,9,10],code:[12,11],consider:1,illustr:9,queri:[3,2,4,5,7,9],consum:[4,1,2],verbsion:8,createreceiv:9,four:12,prefix:[4,9,2],per:11,follow:[4,1,11,9,8],settlement:[1,6],edg:[4,1,2],categori:4,privat:[4,7,2,5],depend:11,graph:1,intermedi:6,specif:[7,1,10,5,11],send:[1,2,4,5,6,9],granular:[4,2],program:[8,9],skip:[4,2],leav:[11,6],sent:[4,9,2],sourc:[1,2,4,8,10,11],everi:[4,2,6],string:[1,2,4,9,8,11],far:1,remotecount:4,getaddress:9,ident:[4,11,2,5],mechan:[4,1,10,2],difficult:6,failur:6,affect:6,unalt:11,administr:1,level:[4,9,2],list:[4,11,9,2,5],adjust:6,totalfreetoheap:4,heldbythread:4,quick:8,refer:[8,9,2,11],dir:4,forget:1,natur:1,direct:[0,1,4,5],uniqu:[4,2],deliveriestransit:4,syslog:[4,2],zero:1,cost:[4,1,2,6],design:[8,1],pass:[4,2],port:[4,9,2],append:11,compat:[10,9],what:[1,9,5],sub:8,repli:[4,1,9,10,6],section:[9,2],khopgb:9,access:[4,1,2,11],delet:[4,5],version:[7,8,9,5],requirepeerauth:[4,2],directori:8,"new":[4,9,5],met hod:12,redirect:[4,1,2],elimin:4,underscore_separated_nam:12,gener:[4,5,7,9,8,11],never:6,here:[4,2],bodi:[4,9,5],met:6,let:9,trunk:8,"const":9,along:[1,11],modifi:[4,9,11],valu:[4,11,2,5],wait:[7,5,6],sender:[1,9,6],step:1,queue:[1,6],cert:[4,7,2,5],multicast:1,behav:1,examp:6,action:1,chang:[4,1,9,2,6],ay81ga:9,overrid:11,semant:[4,1,11,2,6],via:[4,11,9,2,6],regardless:9,addrport:2,transit:11,prefer:6,routerid:[4,2],releas:8,unix:8,api:[8,9],amqp1:9,instal:[0,8,9,5],txt:5,establish:[4,1,2],highli:6,from:[0,1,2,4,5,6,9,8,11],describ:11,would:[1,11],commun:[9,11],distinct:11,regist:11,two:[4,9,2],dure:[4,1,2],next:4,connector:[4,10,2],call:[4,1,5],reply_address:9,outgo:[4,1,9,2],deliveriestocontain:4,thru:9,type:[2,4,5,9,10,11],linkstat:4,more:[1,2,4,6,9,11],reachabl:11,router_l:4,desir:[4,11],relat:[4,2],notic:[4,2],enhanc:6,warn:[4,2],trail:[4,2],indic:[4,11],particular:[4,12,2,6],known:[4,8,9,5],hole:6,hold:1,must:[4,2],high:6,none:[4,2,5],endpoint:[0,1,2,4,5,6,9,11],word:[1,6],s calabl:6,linktyp:4,elegantli:6,work:[4,8,9,2,6],qdhello:[9,11],annot:[4,10,11,2,5],descriptor:[4,2],can:[1,2,4,5,6,7,9,8],purpos:[4,9],fetch:9,def:9,inphas:[4,2],control:1,prompt:[7,5],process:[0,1,4,2],share:[8,5],calcul:6,agent:[4,9,11],allowunsecur:[4,2],topic:1,critic:[4,2],owningaddr:4,want:6,incom:[4,1,2,6],fixedaddress:[4,10,2],occur:1,alwai:[4,2],routber:9,end:[4,11,2,6],newlin:4,secur:[4,2,6],rather:[8,6],anoth:[4,2,6],travel:1,write:8,how:[1,9,2],hop:[4,9,2],verifi:9,negoti:[4,2],linkroutepattern:[4,10,2],config:[0,4,9],priori:11,updat:[4,9,2,5],map:[4,10,5,11],referenc:[4,2],after:[4,2],variant:9,invok:[4,9],diagram:8,befor:1,buffer:6,mai:[1,2,4,6,9,8,11],multipl:[4,1,6,2,5],redund:[4,6],associ:[1,9],types:4,man:[4,8,9],alloc:[4,10],"short":4,unsettl:1,setproperti:9,opaqu:1,sit:6,credenti:2,correspond:[4,2],element:4,caus:[4,9,2],inform:[2,4,6,7,8,11],maxframes:[4,2],allow:[1,2,4,6,9,11],exclus:11,order:4,transferbatchs:4,includ:[0,1,2,4,9,8],origin:[4,6],ingress:11,help: [0,7,9,5],over:[4,11,2,6],move:1,becaus:[1,6],graphviz:8,through:[4,11,2,6],undeliver:1,flexibl:6,dynam:[10,9,11],entiti:[1,2,4,5,6,9,10,11],style:0,disconnect:6,batchesrebalancedtoglob:4,polici:11,whether:6,window:9,restart:[4,9,2],persist:[4,2,6],therefor:[4,2,6],studlycap:12,routerlink:4,them:[8,1,6],good:1,synopsi:[0,7,2,5],thei:[4,1,9,2,6],python:[0,12,9,8],timestamp:[4,2],handi:8,"_topo":11,mgmt:[4,9,5,11],now:9,introduct:[10,6],term:[1,9],createsend:9,name:[12,2,4,5,9,11],anyth:8,edit:8,simpl:[8,9],qdmanag:[0,3,2,4,5,7,9,10],drop:1,authent:[4,2],separ:[4,11,9,2,6],outphas:[4,2],mode:[4,10,9,2],timeout:[7,5,6],each:[4,1,11,2,8],debug:[4,9,2,5],fulli:4,higher:[9,5],mean:[4,6,2,5],interleav:[4,2],lieu:11,continu:[1,6],unlock:[4,2],connect:[1,2,4,5,6,7,9,10,11],fluctuat:[4,2],extract:1,special:4,out:[4,9],variabl:12,accomplish:1,network:[0,1,2,4,6,7,9,11],contigu:[4,2],space:[4,12],miss:4,publish:6,profil:[4,2],typenam:4,internet:2,print:[0,7,9,5],forth:1,common:6,connectionrol:2 ,earlier:8,stderr:[4,2],advanc:6,attempt:[1,9],udpdat:5,standard:[4,5,6,9,8,11],standalon:[4,10,9,2],base:[1,5,6],theori:9,connectionopt:9,brokerless:6,put:[9,6],org:[0,2,4,5,7,9,10],recv:9,shortest:11,qpid:[0,2,4,5,7,9,10,11],responseaddress:9,indent:[4,12,5],thread:[4,2],timer:[4,2],keep:1,recov:6,place:[1,11],enough:11,router:[0,1,2,3,4,5,6,7,9,10,11],passwordfil:[4,2],onto:1,assign:[4,1,2],first:[4,1,11],oper:[2,4,5,9,10,11],info:[4,2],certfil:[4,2],directli:[4,1,9,6],exchang:[1,11,6],arrai:6,number:[4,1,2],placehold:4,restrict:[4,5,6],flie:0,instruct:9,done:[4,1,2,6],stabl:[4,2],open:[4,9,2,6],size:[4,2],attributenam:4,differ:[4,1,9,2,11],convent:12,script:8,data:[4,1,11,2,5],system:[4,11,6],messag:[0,1,2,4,5,6,7,9,10,11],attach:[4,9,2,11],qdrouter:[4,11,9,2,5],accept:[4,2],draft:11,conveni:4,"final":6,store:[0,4,2,6],schema:[4,10,5,8],consol:11,option:[0,2,4,5,7,9],relationship:4,deregist:11,deliveriesingress:4,tool:[2,4,5,8,9,10,11],copi:[4,1,2],specifi:[4,11,9,2,5],broadcast :1,els:8,termin:11,qualifi:4,essenti:6,exactli:1,than:[8,11],entitytyp:4,std:9,liter:[4,2],target:[10,1,11],remot:[4,9,2,11],remov:11,onc:4,second:[4,7,2,5],structur:1,exampl:[2,4,5,6,8,9,10],project:8,matter:9,balanc:1,were:6,stale:[4,2],listen:[4,10,9,2,6],provis:1,pre:[8,1],"function":12,stdin:5,comput:[4,2,6],"_local":[9,11],argument:5,"return":4,manner:[4,2],have:[1,2,4,6,9,8],rainterv:[4,2],need:[8,6],"null":4,debugdump:[4,2],built:[8,1,6],equival:9,messeng:9,rout:[1,2,4,6,9,10,11],note:[8,9,2,11],also:[0,1,2,3,4,5,7,9,8],without:[4,6],take:[1,9,6],which:[4,1,9,2,11],interior:[4,10,9,2],compliant:[12,11],noth:11,singl:[4,6,2,5],simplifi:6,node:[1,2,4,5,7,9,10,11],distribut:[4,2,6],trace:[4,11,2,5],shall:[1,11],usernam:0,reach:[4,2],discov:[11,9,6],most:8,deploi:6,phase:[4,2],"class":[9,11],addr:[4,2,11],don:[4,2,5],url:[7,9,5],doc:[8,5],flow:1,doe:[4,9,2,6],pidfil:0,declar:[4,2],snapshot:8,determin:[1,11],pattern:[1,2,4,6,10,11],constrain:1,localfreelistmax:4,fact:[1,9],routab l:11,show:[7,5],text:8,random:8,syntax:[8,1,2],rst:8,session:9,protocol:[1,2,4,6,9,11],involv:6,onli:[1,2,4,5,6,9],firewal:[4,2,6],locat:[0,8,9,11],just:[5,6],pretti:5,configur:[0,3,2,4,5,6,9,10],apach:[0,4,7,2,5],written:[8,9],should:[4,12,9],"public":[4,2],rich:6,qdrouterd:[0,3,2,4,5,7,9,8],local:[4,9,2,11],meant:[1,6],serv:[1,6],unus:4,variou:1,get:[4,9,5,11],sysv:0,stop:9,kind:1,resent:1,ssl:[4,7,2,5],cannot:[1,6],trust:[4,7,2,5],requir:[4,8,2,11],enabl:[4,6,9,2,5],yield:9,topolog:[4,1,11,2,6],provid:[4,11,9,2,6],statist:[4,3],contain:[4,10,2,11],comma:[4,2],where:[4,1,9,2,6],valid:[4,11],view:[4,9],certif:[4,7,2,5],set:[1,2,3,4,5,11],dump:[4,2],frame:[4,2],maximum:[4,7,2,5],namespac:9,see:[0,1,2,3,4,5,7,9,8],fanout:[4,2],sec:[7,5],result:[4,1],respons:[4,11,9,5,6],fail:[4,2],close:9,best:6,concern:1,closer:1,appear:6,statu:[4,7,9],still:6,kei:[4,7,2,5],stuck:6,databas:[4,7,2,5],particip:[4,2],discoveri:[4,2,11],state:[4,1,2,6],qdxrouter:11,between:[0,4,9,2,6],"import":9,subscri pt:9,paramet:4,approach:6,across:[4,1,2,6],attribut:[4,3,11,2,5],altern:[4,2],syntact:1,extend:4,router_ma:4,linkdir:4,extens:[4,11],solv:6,group:2,advertis:[4,2],endl:9,addit:9,both:[4,2,6],protect:[4,2],doxygen:8,similar:6,howev:6,alon:[9,6],against:9,etc:[0,1,4,9,2],instanc:4,mani:9,load:[0,1,9],deliveriesegress:4,simpli:9,author:[4,7,2,5],point:[11,6],within:[1,11],overview:[10,6],format:[2,4,5,7,8,10,11],address:[1,2,4,6,7,9,10,11],arriv:[4,1],proton:9,distinguish:9,deliv:[4,1,2,6],suppli:[4,2,11],path:[0,1,2,4,6,9,11],guid:8,assum:[4,2],duplic:4,reciev:6,ultim:6,creat:[1,2,4,5,9,11],"_to_":[4,2],inprocess:4,been:[9,6],addrcount:4,compon:[0,4,7,2,5],json:[4,8,5],spread:[4,2],treat:[1,11],interest:8,subscrib:[4,10,9,2,6],immedi:6,sslprofil:2,quickli:6,fire:1,ani:[1,2,4,5,6,9,8,11],neighbour:4,fdt8_a:9,togeth:6,demand:[4,2],present:11,"case":[1,6],multi:[4,2],main:[4,9],look:[1,9],servic:[4,1,2],properti:[1,4,5,9,10,11],msgfifodepth:4,defin:[4,1,2,11],"while":[4,2],abov:[4,8,2],e rror:[4,2],exist:5,anonym:2,propag:[1,6],tabl:1,readm:5,non:[4,2,5],destin:[1,2,4,6,9,11],examppl:9,cluster:6,itself:11,conf:[0,3,2,4,5,7,9],"_from_":[4,2],sever:6,disabl:[4,8,2,5],develop:8,minim:4,receiv:[1,2,4,6,9,11],suggest:1,make:[8,11,9,6],remotecontain:4,intermediari:6,same:[1,2,4,6,9,11],handl:1,html:8,largest:[4,2],document:[4,3,11,8],complet:9,uninterrupt:[4,2],http:[0,7,2,5],closest:[4,2],interconnect:[4,2,6],upon:1,effect:6,capabl:[10,11,6],lookup:1,temporari:9,user:[0,4],cmake:8,typic:[4,2,6],recent:5,stateless:6,appropri:[4,9],off:8,lib:0,older:8,entri:[4,5],well:2,kept:1,inherit:4,client:[0,2,4,5,6,7,9,10,11],command:9,thi:[0,1,2,4,5,6,7,9,11],choos:[4,2],restructuedtext:8,everyth:9,self:[4,9],schema_md:8,usual:9,explan:5,identifi:4,cout:9,execut:9,among:9,when:[8,1,11,6],obtain:9,tcp:9,collabor:9,processs:9,totalallocfromheap:4,previous:1,concentr:[4,2],web:8,restructuredtext:8,book:[10,3,8],waypoint:[4,10,2],immediatli:6,certdb:[4,2],unidirect:9,modul:[4,2],match:[ 4,1,2],build:8,opt:11,applic:[4,2],entityid:4,around:1,transpar:6,read:[4,5],disposit:[1,6],bia:[4,2],getcontentobject:9,traffic:[4,1,2,11],dispatch:[0,3,2,4,5,6,7,8,9,10,11],world:6,password:[4,7,2,5],insert:11,daemon:[0,3],qdstat:[0,3,4,5,7,9,10],like:9,lost:[4,2],deprec:[4,2],docutil:8,arbitrari:[11,6],manual:[0,3,7,2,5],setreplyto:9,integ:[4,2,5],server:[0,4,2,6],collect:[1,6],benefit:[10,6],"boolean":[4,2],reply_subscript:9,output:[4,9,2,5],inter:[4,9,2,11],unnecessari:4,subscribercount:4,right:[4,2],saslmechan:[4,2],acknowledg:6,interv:[4,2],creation:1,some:[4,8,6],back:[1,9,5,6],intern:4,proper:11,home:[0,5],containernam:[4,2],transport:6,deliveriesfromcontain:4,linknam:4,cooper:[4,2],mobil:[10,1,9,11],allowredirect:[4,2],normal:[4,2],octet:[4,2],batchesrebalancedtothread:4,router_hello:4,hellointerv:[4,2],pem:[4,7,2,5],retri:1,exit:[7,5],settl:1,keyfil:[4,2],content:9,proc:9,localhost:[4,9],either:1,lowest:[4,1,2],createsess:9,run:[0,3,4,9,2],broker:[7,1,6],nodecount:4,host: [4,9,2],offset:4,peer:[4,2,11],chapter:[4,8],about:7,pep:12,actual:6,entitie:5,traceabl:[4,2],memori:[4,7],page:[0,3,2,4,5,7,9,8,11],stand:9,neighbor:[4,2,11],discard:1,approxim:[4,2],ospf:6,produc:[1,9],own:[4,2,11],primarili:8,encount:11,hellomaxag:[4,2],nexthop:4,automat:[4,11,2,6],terminu:1,down:6,empti:4,stringstream:9,linkcount:4,your:9,durabl:1,manag:[3,2,4,5,8,9,10,11],websit:3,log:[4,10,9,2,5],wai:[4,1],area:[4,11],transfer:6,support:[4,10,11,6],"long":[4,9],avail:[4,11,2,6],start:[4,9,2],reli:6,trustfil:[7,5],interfac:4,editor:8,ipv6:[4,2],forward:6,ipv4:[4,2],deliveri:[4,1,2,6],reduc:[4,2],form:[4,11],offer:1,somehow:6,link:[1,2,4,6,7,9,10,11],line:[4,9,2],role:[4,2],"true":[4,2],count:4,absent:11,made:2,attr:5,temp:9,possibl:6,"default":[4,7,9,2,5],wish:[9,11],displai:7,record:1,below:[4,9],site:8,otherwis:11,embed:9,even:[4,2],instead:12,featur:[10,9,6],globalfreelistmax:4,"int":9,request:[4,9,5,6],nobodi:6,pid:0,repres:11,"char":9,dbuild_doc:8,workerthread:[4,2],implem ent:[4,10,11,6],file:[0,2,4,5,7,9,8],guarante:[4,2,6],shut:6,face:6,check:3,allownosasl:[4,2],amqp:[0,1,2,4,5,6,9,10,11],know:6,boot:4,detail:[9,11],field:[1,11],other:[1,2,4,5,6,9,11],compet:[4,2],librari:0,test:[9,5],tie:6,you:[4,8,9,2,6],aconwai:[0,5],remotelsmaxag:[4,2],hindranc:6,stat:7,symbol:[4,2],time:[1,2,4,5,6,7],trustedcert:[4,2],track:[4,1,2],consid:[1,6],eventfifodepth:4,pool:4,moudl:5,raintervalflux:[4,2],sphinx:8,longer:[4,2],algorithm:6,anywher:6,reliabl:[1,6],mobileaddrmaxag:[4,2],descript:[0,1,2,4,5,7,9,11],indirectli:4,rule:1,hello:[4,2,11],emerg:11,dot:8,validorigin:4,reply_to:9,sasl:[4,2],avoid:6},objtypes:{},titles:["qdrouterd manual page","3. Addressing","qdrouterd.conf manual page","Documentation for dispatch","5. Management Schema","qdmanage manual page","1. Introduction","qdstat manual page","Building documentation","2. Using Qpid Dispatch","Qpid Dispatch Router Book","4. AMQP Mapping","Code conventions"],objnames:{},filenames:["man/qdrouterd","book/address ing","man/qdrouterd.conf","index","book/schema","man/qdmanage","book/introduction","man/qdstat","README","book/using","book/book","book/amqp-mapping","notes/code-conventions"]}) \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org