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 D9644E127 for ; Mon, 26 Nov 2012 10:04:35 +0000 (UTC) Received: (qmail 33669 invoked by uid 500); 26 Nov 2012 10:04:35 -0000 Delivered-To: apmail-qpid-commits-archive@qpid.apache.org Received: (qmail 33640 invoked by uid 500); 26 Nov 2012 10:04:35 -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 33631 invoked by uid 99); 26 Nov 2012 10:04:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2012 10:04:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2012 10:04:21 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id A17972388C6A; Mon, 26 Nov 2012 10:03:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1413534 [10/10] - in /qpid/site/docs/books/trunk/AMQP-Messaging-Broker-Java-Book: html/ pdf/ Date: Mon, 26 Nov 2012 10:03:16 -0000 To: commits@qpid.apache.org From: kwall@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121126100321.A17972388C6A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: qpid/site/docs/books/trunk/AMQP-Messaging-Broker-Java-Book/html/Java-Broker-Stores-SQL-Store.html URL: http://svn.apache.org/viewvc/qpid/site/docs/books/trunk/AMQP-Messaging-Broker-Java-Book/html/Java-Broker-Stores-SQL-Store.html?rev=1413534&r1=1413533&r2=1413534&view=diff ============================================================================== --- qpid/site/docs/books/trunk/AMQP-Messaging-Broker-Java-Book/html/Java-Broker-Stores-SQL-Store.html (original) +++ qpid/site/docs/books/trunk/AMQP-Messaging-Broker-Java-Book/html/Java-Broker-Stores-SQL-Store.html Mon Nov 26 10:03:08 2012 @@ -1 +1 @@ -8.3. SQL Store

8.3. SQL Store

+8.3. SQL Store

8.3. SQL Store

Modified: qpid/site/docs/books/trunk/AMQP-Messaging-Broker-Java-Book/html/Java-Broker-Stores.html URL: http://svn.apache.org/viewvc/qpid/site/docs/books/trunk/AMQP-Messaging-Broker-Java-Book/html/Java-Broker-Stores.html?rev=1413534&r1=1413533&r2=1413534&view=diff ============================================================================== --- qpid/site/docs/books/trunk/AMQP-Messaging-Broker-Java-Book/html/Java-Broker-Stores.html (original) +++ qpid/site/docs/books/trunk/AMQP-Messaging-Broker-Java-Book/html/Java-Broker-Stores.html Mon Nov 26 10:03:08 2012 @@ -1,4 +1,4 @@ -Chapter 8. Stores

Chapter 8. Stores

8.1. Memory Store

+Chapter 8. Stores

Chapter 8. Stores

8.1. Memory Store

The Java broker has an in-memory message store implementation. This section will detail configuration for using the MemoryMessageStore.

@@ -8,7 +8,7 @@

8.1.1. Configuration

In order to use the MemoryMessageStore, you must configure it for each VirtualHost desired by updating the store element to specify the associated store class, as shown below. -

Example 8.1. Configuring a VirtualHost to use the MemoryMessageStore

+    

Example 8.1. Configuring a VirtualHost to use the MemoryMessageStore

 <virtualhosts>
   <virtualhost>
     <name>vhostname</name>
@@ -20,4 +20,4 @@
     </vhostname>
   </virtualhost>
 </virtualhosts>
-

+
Modified: qpid/site/docs/books/trunk/AMQP-Messaging-Broker-Java-Book/html/Java-Broker-Virtual-Hosts.html URL: http://svn.apache.org/viewvc/qpid/site/docs/books/trunk/AMQP-Messaging-Broker-Java-Book/html/Java-Broker-Virtual-Hosts.html?rev=1413534&r1=1413533&r2=1413534&view=diff ============================================================================== --- qpid/site/docs/books/trunk/AMQP-Messaging-Broker-Java-Book/html/Java-Broker-Virtual-Hosts.html (original) +++ qpid/site/docs/books/trunk/AMQP-Messaging-Broker-Java-Book/html/Java-Broker-Virtual-Hosts.html Mon Nov 26 10:03:08 2012 @@ -1 +1 @@ -Chapter 5. Virtual Hosts

Chapter 5. Virtual Hosts

+Chapter 5. Virtual Hosts

Chapter 5. Virtual Hosts

Modified: qpid/site/docs/books/trunk/AMQP-Messaging-Broker-Java-Book/html/index.html URL: http://svn.apache.org/viewvc/qpid/site/docs/books/trunk/AMQP-Messaging-Broker-Java-Book/html/index.html?rev=1413534&r1=1413533&r2=1413534&view=diff ============================================================================== --- qpid/site/docs/books/trunk/AMQP-Messaging-Broker-Java-Book/html/index.html (original) +++ qpid/site/docs/books/trunk/AMQP-Messaging-Broker-Java-Book/html/index.html Mon Nov 26 10:03:08 2012 @@ -1,4 +1,4 @@ -AMQP Messaging Broker (Java)

AMQP Messaging Broker (Java)


Table of Contents

1. Introduction
2. Installation
2.1. Introduction
2.2. Prerequisites
2.2.1. Java Platform
2.2.2. Disk
2.2.3. Memory
2.2.4. Operating System Account
2.3. Download
2.3.1. Broker Release
2.3.2. Optional Dependencies
2.4. Installation on Windows
2.4.1. Setting the working directory
2.4.2. Optional Dependencies
2.5. Installation on UNIX platforms
2.5.1. Setting the working directory
2.5.2. Optional Dependencies
3. Getting Started
3.1. Starting/Stopping the Broker
3.2. Starting/Stopping on Windows
3.3. Starting/Stopping on Unix
3.4. Log file
3.5. Using the command line
4. Concepts
4.1. Virtual Hosts
4.2. Exchanges
4.3. Queues
4.4. Ports
4.5. Protocols
4.6. Authentication Providers
4.7. Other Services
5. Virtual Hosts
6. Exchanges
7. Queues
7.1. Messaging Groups
7.2. Other Queue Types
7.2.1. Introduction
7.2.2. Priority Queues
7.2.3. Sorted Queues
7.2.4. Last Value Queues (LVQ)
7.2.5. Creating a Priority, Sorted or LVQ Queue
7.2.6. Low pre-fetch
8. Stores
8.1. Memory Store
8.1.1. Configuration
8.2. Derby Store
8.2.1. Configuration
8.3. SQL Store
8.4. BDB Store
8.4.1. Oracle BDB JE download
8.4.2. Oracle BDB JE jar installation
8.4.3. Configuration
8.5. High Availability BDB Store
8.5.1. Oracle BDB JE downlo ad
8.5.2. Oracle BDB JE jar installation
8.5.3. Configuration
9. Configuring And Managing
9.1. Config Files
9.2. Web Console
9.3. REST API
9.4. JMX< /a>
9.5. Other Tooling
10. Security
10.1. Users And Groups
10.2. Configuring Group Providers
10.2.1. FileGroupManager
10.3. Authentication Providers
10.3.1. Password File
10.3.2. LDAP
10.3.3. Kerberos
10.3.4. External (SSL Client Certificates)
10.3.5. Anonymous
10.3.6. Configuring multiple Authentication Providers
10.4. Access Control Lists
10.4.1. +AMQP Messaging Broker (Java)
4.1. Virtual Hosts
4.2. Exchanges
4.3. Queues
4.4. Ports
4.5. Protocols
4.6. Authentication Providers
4.7. Other Services
5. Virtual Hosts
6. Exchanges
7. Queues
7.1. Messaging Groups
7.2. Other Queue Types
7.2.1. Introduction
7.2.2. Priority Queues
7.2.3. Sorted Queues
7.2.4. Last Value Queues (LVQ)
7.2.5. Creating a Priority, Sorted or LVQ Queue
7.2.6. Low pre-fetch
8. Stores
8.1. Memory Store
8.1.1. Configuration
8.2. Derby Store
8.2.1. Configuration
8.3. SQL Store
8.4. BDB Store
8.4.1. Oracle BDB JE download
8.4.2. Oracle BDB JE jar installation
8.4.3. Configuration
8.5. High Availability BDB Store
8.5.1. Oracle BDB JE downlo ad
8.5.2. Oracle BDB JE jar installation
8.5.3. Configuration
9. Configuring And Managing
9.1. Config Files
9.2. Web Console
9.3. REST API
9.4. JMX< /a>
9.5. Other Tooling
10. Security
10.1. Users And Groups
10.2. Configuring Group Providers
10.2.1. FileGroupManager
10.3. Authentication Providers
10.3.1. Password File
10.3.2. LDAP
10.3.3. Kerberos
10.3.4. External (SSL Client Certificates)
10.3.5. Anonymous
10.3.6. Configuring multiple Authentication Providers
10.4. Access Control Lists
10.4.1. Enabling ACLs
10.4.2. Writing .acl files @@ -6,4 +6,4 @@ Syntax
10.4.4. Worked Examples -
10.5. SSL
10.5.1. Keystore Configuration
10.5.2. Truststore / Client Certificate Authentication
11. Runtime
11.1. Log Files
11.2. Alerts
11.3. Disk Space Management
11.3.1. Producer Flow Control
12. High Availability
12.1. General Introduction
12.2. HA offerings of the Java Broker
12.3. Two Node Cluster
12.3.1. Overview
12.3.2. Depictions of cluster operation
12.4. Multi Node Cluster
12.5. Configuring a Virtual Host to be a node
12.5.1. Passing BDB environment and replication configuration options
12.6. Durability Guarantees
12.6.1. BDB Durability Controls
12.6.2. Coalescing-sync
< dt>12.6.3. Default
12.6.4. Examples
12.7. Client failover configuration
12.8. Qpid JMX API for HA
12.9. Monitoring cluster
12.10. Disk space requirements
12.11. Networ k Requirements
12.12. Security
12.13. Backups
12.14. Migration of a non-HA store to HA
12.15. Disaster Recovery
12.16. Performance
13. Miscellaneous
13.1. JVM Installation verification
13.1.1. Verify JVM on Windows
13.1.2. Verify JVM on Windows
+
10.5. SSL
10.5.1. Keystore Configuration
10.5.2. Truststore / Client Certificate Authentication
11. Runtime
11.1. Log Files
11.2. Alerts
11.3. Disk Space Management
11.3.1. Producer Flow Control
11.4. Producer Transaction Timeout
11.4.1. General Information
11.4.2. Purpose
11.4.3. Scope
11.4.4. Effect
11.4.5. Configuration
12. High Availability
12.1. General Introduction
12.2. HA offerings of the Java Broker
12.3. Two Node Cluster
12.3.1. Overview
12.3.2. Depictions of cluster operation
12.4. Multi Node Cluster
12.5. Configuring a Virtual Host to be a node
12.5.1. Passing BDB environment and replication configuration options
12.6. Durability Guarantees
12.6.1. BDB Durability Controls
12.6.2. Coalescing-sync
12.6.3. Default
12.6.4. Examples
12.7. Client failover configuration
12.8. Qpid JMX API for HA
12.9. Monitoring cluster
12.10. Disk space requirements
12.11. Network Requirements
12.12. Security
12.13. Backups
12.14. Migration of a non-HA store to HA
12.15. Disaster Recovery
12.16. Performance
13. Miscellaneous
13.1. JVM Installation verificati on
13.1.1. Verify JVM on Windows
13.1.2. Verify JVM on Windows
Modified: qpid/site/docs/books/trunk/AMQP-Messaging-Broker-Java-Book/pdf/AMQP-Messaging-Broker-Java-Book.pdf URL: http://svn.apache.org/viewvc/qpid/site/docs/books/trunk/AMQP-Messaging-Broker-Java-Book/pdf/AMQP-Messaging-Broker-Java-Book.pdf?rev=1413534&r1=1413533&r2=1413534&view=diff ============================================================================== Binary files - no diff available. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org