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 E6B8D9E69 for ; Thu, 26 Jan 2012 20:55:54 +0000 (UTC) Received: (qmail 34607 invoked by uid 500); 26 Jan 2012 20:55:54 -0000 Delivered-To: apmail-qpid-commits-archive@qpid.apache.org Received: (qmail 34581 invoked by uid 500); 26 Jan 2012 20:55:54 -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 34549 invoked by uid 99); 26 Jan 2012 20:55:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jan 2012 20:55:54 +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, 26 Jan 2012 20:55:40 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 40B112388B43 for ; Thu, 26 Jan 2012 20:54:55 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1236382 [9/22] - in /qpid/site/docs/books/trunk: ./ AMQP-Messaging-Broker-CPP-Book/ AMQP-Messaging-Broker-CPP-Book/html-single/ AMQP-Messaging-Broker-CPP-Book/html-single/css/ AMQP-Messaging-Broker-CPP-Book/html-single/images/ AMQP-Messagi... Date: Thu, 26 Jan 2012 20:54:50 -0000 To: commits@qpid.apache.org From: jross@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120126205455.40B112388B43@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: qpid/site/docs/books/trunk/AMQP-Messaging-Broker-CPP-Book/pdf/AMQP-Messaging-Broker-CPP-Book.fo URL: http://svn.apache.org/viewvc/qpid/site/docs/books/trunk/AMQP-Messaging-Broker-CPP-Book/pdf/AMQP-Messaging-Broker-CPP-Book.fo?rev=1236382&view=auto ============================================================================== --- qpid/site/docs/books/trunk/AMQP-Messaging-Broker-CPP-Book/pdf/AMQP-Messaging-Broker-CPP-Book.fo (added) +++ qpid/site/docs/books/trunk/AMQP-Messaging-Broker-CPP-Book/pdf/AMQP-Messaging-Broker-CPP-Book.fo Thu Jan 26 20:54:43 2012 @@ -0,0 +1,4801 @@ + +< fo:conditional-page-master-reference master-reference="body-first" page-position="first"/>AMQP Messaging Broker (Implemented in C++)AMQP Messaging Broker (Implemented in C++)AMQP Messaging Broker (Implemented in C++)AMQP Messaging Broker (Implemented in C++)< /fo:table-cell>Table of ContentsIntroduction 1. + Running the AMQP Messaging Broker + 1.1. + Running a Qpid C++ Broker + 1.1.1. + Building the + C++ Broker and Client Libraries + 1.1.2. + Running the C++ Broker + 1.1.3. + Most + common questions getting qpidd running + 1.1.4. + Authentication + 1.1.5. + Slightly more + complex configuration + 1.1.6. + Loading extra modules + 1.1.7. Timestamping Received Messages 1.2. + Cheat Sheet for configuring Queue Options + 1.2.1. + Configuring + Queue Options + 1.3. + Cheat Sheet for configuring Exchange Options + 1.3.1. + Configuring Exchange Options + 1.4. Broker Federation 1.4.1. Message Routes 1.4.2. Federation Topologies 1.4.3. Federation among High A vailability Message Clusters 1.4.4. The qpid-route Utility 1.5. Security 1.5.1. User Authentication 1.5.2. Authorization 1.5.3. Encryption using SSL 1.6. LVQ - Last Value Queue 1.6.1. Understanding LVQ 1.6.2. Creating a Last Value Queue 1.6.3. LVQ Example 1.6.4. Deprecated LVQ Modes 1.7. + Queue State Replication + 1.7.1. + Asynchronous + Replication of Queue State + 1.8. High Availability Messaging Clusters 1.8.1. Starting a Broker in a Cluster 1.8.2. qpid-cluster 1.8.3. Failover in Clients 1.8.4. Error handling in Clusters 1.8.5. Persistence in High Availability Message Clusters 1.9. + Producer Flow Control + 1.9.1. + Overview + 1.9.2. + User Interface + 1.10. + AMQP compatibility + 1.10.1. + AMQP + Compatibility of Qpid releases: + 1.10.2. + Interop + table by AMQP specification version + 1.11. Qpid Interoperability Documentation 1.11.1. + SASL + 1.12. + Using Message Groups + 1.12.1. + Overview + 1.12.2. + Grouping Messages + 1.12.3. + The Role of the Broker + 1.12.4. + Well Behaved Consumers + 1.12.5. + Broker Configuration + 2. + Managing the AMQP Messaging Broker + 2.1. Managing the C++ Broker 2.1.1. + Using qpid-config + 2.1.2. + Using qpid-route + 2.1.3. + Using qpid-tool + 2.1.4. + Using + qpid-printevents + 2.2. + Qpid Management Framework + 2.2.1. + What Is QMF + 2.2.2. + Getting + Started with QMF + 2.2.3. + QMF Concepts + 2.2.4. + The QMF + Protocol + 2.2.5. + How + to Write a QMF Console + 2.2.6. + How to + Write a QMF Agent + 2.3. + QMF Python Console Tutorial + 2.3.1. + Prerequisite + - Install Qpid Messaging + 2.3.2. + Synchronous + Console Operations + 2.3.3. + Asynchronous + Console Operations + 2.3.4. + Discovering what Kinds of Objects are Available [... 4698 lines stripped ...] Added: qpid/site/docs/books/trunk/AMQP-Messaging-Broker-CPP-Book/pdf/AMQP-Messaging-Broker-CPP-Book.pdf URL: http://svn.apache.org/viewvc/qpid/site/docs/books/trunk/AMQP-Messaging-Broker-CPP-Book/pdf/AMQP-Messaging-Broker-CPP-Book.pdf?rev=1236382&view=auto ============================================================================== Binary file - no diff available. Propchange: qpid/site/docs/books/trunk/AMQP-Messaging-Broker-CPP-Book/pdf/AMQP-Messaging-Broker-CPP-Book.pdf ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:commits-subscribe@qpid.apache.org