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 F02BEB0BF for ; Wed, 4 Jan 2012 02:23:50 +0000 (UTC) Received: (qmail 14122 invoked by uid 500); 4 Jan 2012 02:23:50 -0000 Delivered-To: apmail-qpid-commits-archive@qpid.apache.org Received: (qmail 14091 invoked by uid 500); 4 Jan 2012 02:23:50 -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 14084 invoked by uid 99); 4 Jan 2012 02:23:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jan 2012 02:23:50 +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; Wed, 04 Jan 2012 02:23:45 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3065F2388ABA for ; Wed, 4 Jan 2012 02:23:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1227030 [7/8] - in /qpid/site/docs/books/trunk/AMQP-Messaging-Broker-Java-Book: html-single/ html/ html/css/ pdf/ Date: Wed, 04 Jan 2012 02:22:59 -0000 To: commits@qpid.apache.org From: rgodfrey@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120104022301.3065F2388ABA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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=1227030&r1=1227029&r2=1227030&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 Wed Jan 4 02:22:58 2012 @@ -1,118 +1,136 @@ -

Table of Contents

I. AMQP Messaging Broker (Implemented in Java)
1. General User Guides
1.1. +AMQP Messaging Broker (Implemented in Java)

AMQP Messaging Broker (Implemented in Java)


Table of Contents

Introduction
1. General User Guides
1.1. Java Broker Feature Guide -
1.1.1. +
1.1.1. The Qpid pure Java broker currently supports the following features: -
1.2. +
1.2. Qpid Java FAQ -
1.2.1. Purpose
1.3. +
1.2.1. Purpose
1.3. Java Environment Variables -
1.3.1. +
1.3.1. Setting Qpid Environment Variables -
1.4. +
1.4. Qpid Troubleshooting Guide -
1.4.1. +
1.4.1. I'm getting a java.lang.UnsupportedClassVersionError when I try to start the broker. What does this mean ? -
1.4.2. +
1.4.2. I'm having a problem binding to the required host:port at broker startup ? -
1.4.3. +
1.4.3. I'm having problems with my classpath. How can I ensure that my classpath is ok ? -
1.4.4. +
1.4.4. I can't get the broker to start. How can I diagnose the problem ? -
1.4.5. +
1.4.5. When I try to send messages to a queue I'm getting a error as the queue does not exist. What can I do ? -
1.5. Broker Configuration Guide
1.5.1. Topic Configuration on Java Broker
2. How Tos
2.1. +
1.5. Broker Configuration Guide
1.5.1. Topic Configuration on Java Broker
2. How Tos
2.1. Add New Users -
2.1.1. +
2.1.1. Available Password file formats -
2.1.2. +
2.1.2. Dynamic changes to password files. -
2.1.3. +
2.1.3. How password files and PrincipalDatabases relate to authentication mechanisms -
2.2. - Configure ACLs -
2.2.1. - Configure ACLs -
2.3. +
2.2. + Configuring ACLs +
2.2.1. + Enabling ACLs +
2.2.2. + Writing .acl files +
2.2.3. + Syntax +
2.2.4. + Worked Examples +
2.3. Configure Java Qpid to use a SSL connection. -
2.3.1. +
2.3.1. Using SSL connection with Qpid Java. -
2.3.2. +
2.3.2. Setup -
2.3.3. +
2.3.3. Performing the connection. -
2.4. +
2.4. Configure Log4j CompositeRolling Appender -
2.4.1. +
2.4.1. How to configure the CompositeRolling log4j Appender -
2.5. +
2.5. Configure the Broker via config.xml -
2.5.1. +
2.5.1. Broker config.xml Overview -
2.5.2. +
2.5.2. Qpid Version -
2.6. +
2.6. Configure the Virtual Hosts via virtualhosts.xml -
2.6.1. +
2.6.1. virtualhosts.xml Overview -
2.7. +
2.7. Debug using log4j -
2.7.1. +
2.7.1. Debugging with log4j configurations -
2.8. +
2.8. How to Tune M3 Java Broker Performance -
2.8.1. +
2.8.1. Problem Statement -
2.8.2. +
2.8.2. Successful Tuning Options -
2.8.3. +
2.8.3. Next Steps -
2.9. +
2.9. Qpid Java Build How To -
2.9.1. +
2.9.1. Build Instructions - General -
2.9.2. +
2.9.2. Build Instructions - Trunk -
2.10. +
2.10. Use Priority Queues -
2.10.1. +
2.10.1. General Information -
2.10.2. +
2.10.2. Defining Priority Queues -
2.10.3. +
2.10.3. Client configuration/messaging model for priority queues -
2.11. Slow Consumer Disconnect - User Guide
2.11.1. Introduction
2.11.2. What can it do?
2.11.3. Frequency of SCD Checking
2.11.4. Client Exceptions
2.11.5. Disconnection Thresholds
2.11.6. Important Points To Note
3. +
2.11. Slow Consumer Disconnect - User Guide
2.11.1. Introduction
2.11.2. What can it do?
2.11.3. Frequency of SCD Checking
2.11.4. Client Exceptions
2.11.5. Disconnection Thresholds
2.11.6. Important Points To Note
3. Qpid JMX Management Console -
3.1. Qpid JMX Management Console
3.1.1. +
3.1. Qpid JMX Management Console
3.1.1. Overview -
4. Management Tools
4.1. +
4. Management Tools
4.1. MessageStore Tool -
4.1.1. +
4.1.1. MessageStore Tool -
4.2. +
4.2. Qpid Java Broker Management CLI -
4.2.1. +
4.2.1. How to build Apache Qpid CLI -

List of Tables

1.1. +

List of Tables

1.1. Command Line Options -
2.1. File Format and Principal Database
2.2.
2.3.
2.4.
2.5.
+
2.1. File Format and Principal Database
2.2. ACL Rules: permission
2.3. ACL Rules:action
2.4. ACL Rules:object
2.5. ACL Rules:property
2.6. ACL rules:components (Java Broker only)
2.7.
2.8.
2.9.
2.10.
+ + + + + + + + + + + + Added: qpid/site/docs/books/trunk/AMQP-Messaging-Broker-Java-Book/html/pr01.html URL: http://svn.apache.org/viewvc/qpid/site/docs/books/trunk/AMQP-Messaging-Broker-Java-Book/html/pr01.html?rev=1227030&view=auto ============================================================================== --- qpid/site/docs/books/trunk/AMQP-Messaging-Broker-Java-Book/html/pr01.html (added) +++ qpid/site/docs/books/trunk/AMQP-Messaging-Broker-Java-Book/html/pr01.html Wed Jan 4 02:22:58 2012 @@ -0,0 +1,10 @@ +Introduction

Introduction

+ +

Qpid provides two AMQP messaging brokers:

+ +
  • Implemented in C++ - high performance, low latency, and RDMA support.

  • Implemented in Java - Fully JMS compliant, runs on any Java platform.

+ +

Both AMQP messaging brokers support clients in multiple languages, as long as the messaging client and the messaging broker use the same version of AMQP. See ??? to see which messaging clients work with each broker.

+ +

This manual contains information specific to the broker that is implemented in Java.

+
--------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:commits-subscribe@qpid.apache.org