From 45e8fc964106fab73b4f750da59a5349853296ea Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Wed, 15 Oct 2014 20:54:34 +0000 Subject: QPID-6108: [Java Documentation] Fix table error causing fop error whilst generating pdf git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1632176 13f79535-47bb-0310-9956-ffa450edef68 --- ...Broker-Management-Managing-VirtualHostNodes.xml | 140 --------------------- ...Broker-Management-Managing-VirtualhostNodes.xml | 140 +++++++++++++++++++++ .../jms-client-0-8/JMS-Client-Connection-URL.xml | 2 - 3 files changed, 140 insertions(+), 142 deletions(-) delete mode 100644 qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-VirtualHostNodes.xml create mode 100644 qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-VirtualhostNodes.xml diff --git a/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-VirtualHostNodes.xml b/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-VirtualHostNodes.xml deleted file mode 100644 index 77621764cd..0000000000 --- a/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-VirtualHostNodes.xml +++ /dev/null @@ -1,140 +0,0 @@ - - - -
- Virtualhost Nodes - Virtualhost nodes can only be managed by the HTTP management channel. -
- Types - The following virtualhost nodes types are supported. - BDB - Node backed with Oracle BDB - Oracle BDB JE is optional. See . - - BDB HA - Node backed with Oracle BDB utilising High - Availability - DERBY - Node backed with Apache Derby - JDBC - Node backed with an external database - JDBC 4.0 compatible drivers must be available. See - - JSON - Node backed with a file containing json - Memory - In-memory node (changes lost on Broker restart) - - -
-
- Attributes - - - - Name the virtualhost node. - - - Store Path or JDBC URL. Refers the location used to store the - configuration of the virtualhost. - - - Role (HA only). The role that this node is currently playing in - the group. - - MASTER - Virtualhost node is a master. - - - REPLICA - Virtualhost node is a replica. - - - WAITING - Virtualhost node is awaiting an election result, or may be awaiting - more nodes to join in order that an election may be held. - - - DETACHED - Virtualhost node is disconnected from the group. - - - - - Priority (HA only). The priority of this node when elections - occurs. The attribute can be used to make it more likely for a node to be elected than - other nodes, or disallow the node from never being elected at all. See - - - Minimum Number Of Nodes (HA only - groups of three or more). - Allows the number of nodes required to hold an election to be reduced in order that - service can be restore when less than quorum nodes are present. See - - - Designated Primary (HA only - groups of two). Allows a single - node in a two node group to operate solo. See - - - -
-
- Children - - - - - Virtualhost - - - - - Remote - Replication Nodes - - - - -
-
- Lifecycle - - - - Stop. Stops the virtualhost node. This closes any existing - messaging connections to the virtualhost and prevents new ones. Any inflight - transactions are rolled back. Non durable queues and exchanges are lost. Transient - messages or persistent messages on non-durable queues are lost. - When HA is in use, stopping the virtualhost node stops the virtualhost node from - participating in the group. If the node was in the master role, the remaining nodes will - try to conduct an election and elect a new master. If the node was in the replica role, - the node will cease to keep up to date with later transactions. A stopped node does not - vote in elections. Other nodes in the group will report the stopped node as - unreachable. - - - Start. Activates the virtualhost node. - - - Delete. Deletes the virtualhost node and the virtualhost - contained within it. All exchanges and queues, any the messages contained within it are - removed. In the HA case, deleting the virtualhost node causes it be removed - permanently from the group. - - - -
-
diff --git a/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-VirtualhostNodes.xml b/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-VirtualhostNodes.xml new file mode 100644 index 0000000000..77621764cd --- /dev/null +++ b/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-VirtualhostNodes.xml @@ -0,0 +1,140 @@ + + + +
+ Virtualhost Nodes + Virtualhost nodes can only be managed by the HTTP management channel. +
+ Types + The following virtualhost nodes types are supported. + BDB - Node backed with Oracle BDB + Oracle BDB JE is optional. See . + + BDB HA - Node backed with Oracle BDB utilising High + Availability + DERBY - Node backed with Apache Derby + JDBC - Node backed with an external database + JDBC 4.0 compatible drivers must be available. See + + JSON - Node backed with a file containing json + Memory - In-memory node (changes lost on Broker restart) + + +
+
+ Attributes + + + + Name the virtualhost node. + + + Store Path or JDBC URL. Refers the location used to store the + configuration of the virtualhost. + + + Role (HA only). The role that this node is currently playing in + the group. + + MASTER - Virtualhost node is a master. + + + REPLICA - Virtualhost node is a replica. + + + WAITING - Virtualhost node is awaiting an election result, or may be awaiting + more nodes to join in order that an election may be held. + + + DETACHED - Virtualhost node is disconnected from the group. + + + + + Priority (HA only). The priority of this node when elections + occurs. The attribute can be used to make it more likely for a node to be elected than + other nodes, or disallow the node from never being elected at all. See + + + Minimum Number Of Nodes (HA only - groups of three or more). + Allows the number of nodes required to hold an election to be reduced in order that + service can be restore when less than quorum nodes are present. See + + + Designated Primary (HA only - groups of two). Allows a single + node in a two node group to operate solo. See + + + +
+
+ Children + + + + + Virtualhost + + + + + Remote + Replication Nodes + + + + +
+
+ Lifecycle + + + + Stop. Stops the virtualhost node. This closes any existing + messaging connections to the virtualhost and prevents new ones. Any inflight + transactions are rolled back. Non durable queues and exchanges are lost. Transient + messages or persistent messages on non-durable queues are lost. + When HA is in use, stopping the virtualhost node stops the virtualhost node from + participating in the group. If the node was in the master role, the remaining nodes will + try to conduct an election and elect a new master. If the node was in the replica role, + the node will cease to keep up to date with later transactions. A stopped node does not + vote in elections. Other nodes in the group will report the stopped node as + unreachable. + + + Start. Activates the virtualhost node. + + + Delete. Deletes the virtualhost node and the virtualhost + contained within it. All exchanges and queues, any the messages contained within it are + removed. In the HA case, deleting the virtualhost node causes it be removed + permanently from the group. + + + +
+
diff --git a/qpid/doc/book/src/jms-client-0-8/JMS-Client-Connection-URL.xml b/qpid/doc/book/src/jms-client-0-8/JMS-Client-Connection-URL.xml index 5bc27fce23..4dacc8f5bc 100644 --- a/qpid/doc/book/src/jms-client-0-8/JMS-Client-Connection-URL.xml +++ b/qpid/doc/book/src/jms-client-0-8/JMS-Client-Connection-URL.xml @@ -149,13 +149,11 @@ compressMessages Boolean - false Controls whether the client will compress messages before they they are sent. messageCompressionThresholdSize Integer - 102400 The payload size beyond which the client will start to compress message payloads. -- cgit v1.2.1