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 015A410730 for ; Thu, 23 Jan 2014 12:34:47 +0000 (UTC) Received: (qmail 95931 invoked by uid 500); 23 Jan 2014 12:34:46 -0000 Delivered-To: apmail-qpid-commits-archive@qpid.apache.org Received: (qmail 95777 invoked by uid 500); 23 Jan 2014 12:34:44 -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 95431 invoked by uid 99); 23 Jan 2014 12:34:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jan 2014 12:34:40 +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; Thu, 23 Jan 2014 12:34:15 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id BC59A2388B42; Thu, 23 Jan 2014 12:33:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1560662 [9/47] - in /qpid/site: ./ docs/ docs/components/ docs/components/cpp-broker/ docs/components/dispatch-router/ docs/components/java-broker/ docs/components/messaging-api/ docs/components/messenger/ docs/components/protocol-engine/ ... Date: Thu, 23 Jan 2014 12:32:59 -0000 To: commits@qpid.apache.org From: jross@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140123123328.BC59A2388B42@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Security-ACLs.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Security-ACLs.html?rev=1560662&r1=1560661&r2=1560662&view=diff ============================================================================== --- qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Security-ACLs.html (original) +++ qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Security-ACLs.html Thu Jan 23 12:32:47 2014 @@ -23,30 +23,30 @@ 10.4. Access Control Lists - Apache Qpid™ - - + + - +
- +

10.4. Access Control Lists

In Qpid, Access Control Lists (ACLs) specify which actions can be performed by each authenticated user. To enable, the <acl/> element is used within the <security/> element of the configuration XML. Modified: qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Security-Authentication-Providers.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Security-Authentication-Providers.html?rev=1560662&r1=1560661&r2=1560662&view=diff ============================================================================== --- qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Security-Authentication-Providers.html (original) +++ qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Security-Authentication-Providers.html Thu Jan 23 12:32:47 2014 @@ -23,30 +23,30 @@ 10.3. Authentication Providers - Apache Qpid™ - - + + - +

- +

10.3. Authentication Providers

In order to successfully establish a connection to the Java Broker, the connection must be authenticated. The Java Broker supports a number of different authentication schemes, each Modified: qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Security-Group-Providers.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Security-Group-Providers.html?rev=1560662&r1=1560661&r2=1560662&view=diff ============================================================================== --- qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Security-Group-Providers.html (original) +++ qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Security-Group-Providers.html Thu Jan 23 12:32:47 2014 @@ -23,30 +23,30 @@ 10.2. Configuring Group Providers - Apache Qpid™ - - + + - +

- +

10.2. Configuring Group Providers

The Java broker utilises GroupProviders to allow assigning users to groups for use in ACLs. Following authentication by a given Authentication Provider, the configured Group Providers are consulted to allowing assignment of GroupPrincipals for a given authenticated user.

10.2.1. FileGroupManager

Modified: qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Security-SSL.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Security-SSL.html?rev=1560662&r1=1560661&r2=1560662&view=diff ============================================================================== --- qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Security-SSL.html (original) +++ qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Security-SSL.html Thu Jan 23 12:32:47 2014 @@ -23,30 +23,30 @@ 10.5. SSL - Apache Qpid™ - - + + - +

- +

10.5. SSL

This section will show how to use SSL to enable secure connections between an AMQP message client and the broker. Modified: qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Security.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Security.html?rev=1560662&r1=1560661&r2=1560662&view=diff ============================================================================== --- qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Security.html (original) +++ qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Security.html Thu Jan 23 12:32:47 2014 @@ -23,30 +23,30 @@ Chapter 10. Security - Apache Qpid™ - - + + - +

- +

Chapter 10. Security

Table of Contents

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. Modified: qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Stores-BDB-Store.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Stores-BDB-Store.html?rev=1560662&r1=1560661&r2=1560662&view=diff ============================================================================== --- qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Stores-BDB-Store.html (original) +++ qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Stores-BDB-Store.html Thu Jan 23 12:32:47 2014 @@ -23,30 +23,30 @@ 8.4. BDB Store - Apache Qpid™ - - + + - +
- +

8.4. BDB Store

The Java broker has an optional message store implementation backed by Oracle BDB JE. This section will detail where to download the optional dependency from, how to add it to the broker installation, Modified: qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Stores-Derby-Store.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Stores-Derby-Store.html?rev=1560662&r1=1560661&r2=1560662&view=diff ============================================================================== --- qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Stores-Derby-Store.html (original) +++ qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Stores-Derby-Store.html Thu Jan 23 12:32:47 2014 @@ -23,30 +23,30 @@ 8.2. Derby Store - Apache Qpid™ - - + + - +

- +

8.2. Derby Store

The Java broker has a message store implementation backed by Apache Derby. This section will detail configuration for using the DerbyMessageStore. Modified: qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Stores-HA-BDB-Store.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Stores-HA-BDB-Store.html?rev=1560662&r1=1560661&r2=1560662&view=diff ============================================================================== --- qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Stores-HA-BDB-Store.html (original) +++ qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Stores-HA-BDB-Store.html Thu Jan 23 12:32:47 2014 @@ -23,30 +23,30 @@ 8.5. High Availability BDB Store - Apache Qpid™ - - + + - +

- +

8.5. High Availability BDB Store

The Java broker has an optional High Availability message store implementation backed by Oracle BDB JE HA. This section references information on where to download the optional dependency from, how to add it to the broker Modified: qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Stores-SQL-Store.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Stores-SQL-Store.html?rev=1560662&r1=1560661&r2=1560662&view=diff ============================================================================== --- qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Stores-SQL-Store.html (original) +++ qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Stores-SQL-Store.html Thu Jan 23 12:32:47 2014 @@ -23,30 +23,30 @@ 8.3. SQL Store - Apache Qpid™ - - + + - +

- +

8.3. SQL Store

Modified: qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Stores.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Stores.html?rev=1560662&r1=1560661&r2=1560662&view=diff ============================================================================== --- qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Stores.html (original) +++ qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Stores.html Thu Jan 23 12:32:47 2014 @@ -23,30 +23,30 @@ Chapter 8. Stores - Apache Qpid™ - - + + - +
- +

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. Modified: qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Virtual-Hosts.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Virtual-Hosts.html?rev=1560662&r1=1560661&r2=1560662&view=diff ============================================================================== --- qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Virtual-Hosts.html (original) +++ qpid/site/docs/releases/qpid-0.20/java-broker/book/Java-Broker-Virtual-Hosts.html Thu Jan 23 12:32:47 2014 @@ -23,30 +23,30 @@ Chapter 5. Virtual Hosts - Apache Qpid™ - - + + - +

- +

Chapter 5. Virtual Hosts

Modified: qpid/site/docs/releases/qpid-0.20/java-broker/book/index.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.20/java-broker/book/index.html?rev=1560662&r1=1560661&r2=1560662&view=diff ============================================================================== --- qpid/site/docs/releases/qpid-0.20/java-broker/book/index.html (original) +++ qpid/site/docs/releases/qpid-0.20/java-broker/book/index.html Thu Jan 23 12:32:47 2014 @@ -23,30 +23,30 @@ AMQP Messaging Broker (Java) - Apache Qpid™ - - + + - +
- +

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< /dt>
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 download
8.5.2. Oracle BDB JE jar installation
8.5.3. Configuration
9. Configuring And Managing
9.1. Config Files
9.1.1. Configuration file
9.1.2. Management Configuration
9.1.3. JMX Management Configuration
9.1.4. Management SSL key store configuration
9.1.5. Web Management Configuration
9.2. Web Console
9.3. REST API
9.3.1. REST API Overview
9.4. JMX
9.5. Other Tooling
10. Security
10.1. Users And Groups
10.2. Configuring Group Providers
10.2.1. FileGroupManager
10.3. Authentic ation 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. Modified: qpid/site/docs/releases/qpid-0.20/messaging-api/cpp/examples/OptionParser.cpp.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.20/messaging-api/cpp/examples/OptionParser.cpp.html?rev=1560662&r1=1560661&r2=1560662&view=diff ============================================================================== --- qpid/site/docs/releases/qpid-0.20/messaging-api/cpp/examples/OptionParser.cpp.html (original) +++ qpid/site/docs/releases/qpid-0.20/messaging-api/cpp/examples/OptionParser.cpp.html Thu Jan 23 12:32:47 2014 @@ -23,30 +23,30 @@ OptionParser.cpp - Apache Qpid™ - - + + - +
- +

OptionParser.cpp

#include "OptionParser.h"



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