You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jo...@apache.org on 2010/06/17 00:01:46 UTC

svn commit: r955411 [5/10] - in /qpid/site/docs/books: 0.5/AMQP-Messaging-Broker-CPP-Book/html/ 0.5/Programming-In-Apache-Qpid/html/ 0.5/Programming-In-Apache-Qpid/pdf/ 0.6/AMQP-Messaging-Broker-CPP-Book/html/ 0.6/Programming-In-Apache-Qpid/html/ 0.6/P...

Modified: qpid/site/docs/books/0.5/Programming-In-Apache-Qpid/html/ch03s04.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/books/0.5/Programming-In-Apache-Qpid/html/ch03s04.html?rev=955411&r1=955410&r2=955411&view=diff
==============================================================================
--- qpid/site/docs/books/0.5/Programming-In-Apache-Qpid/html/ch03s04.html (original)
+++ qpid/site/docs/books/0.5/Programming-In-Apache-Qpid/html/ch03s04.html Wed Jun 16 22:01:44 2010
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>4. JMS MapMessage Types</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="Programming in Apache Qpid"><link rel="up" href="ch03.html" title="Chapter 3. Using the Qpid JMS client"><link rel="prev" href="ch03s03.html" title="3. Java JMS Message Properties"><link rel="next" href="ch04.html" title="Chapter 4. Using the Qpid WCF client"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">4. JMS MapMessage Types</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03s03.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Using the Qpid JMS client</th><td width="20%" align="right"> <a accesskey="n" href="ch04.html">Next</a></td></tr></table><hr></div><div
  class="section" title="4. JMS MapMessage Types"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="section-JMS-MapMessage"></a>4. JMS MapMessage Types</h2></div></div></div><p>Qpid supports the Java JMS <code class="classname">MapMessage</code> interface, which provides support for maps in messages. The following code shows how to send a <code class="classname">MapMessage</code> in Java JMS.</p><div class="example"><a name="id2624990"></a><p class="title"><b>Example 3.5. Sending a Java JMS MapMessage</b></p><div class="example-contents"><pre class="programlisting">
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>4. JMS MapMessage Types</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="Programming in Apache Qpid"><link rel="up" href="ch03.html" title="Chapter 3. Using the Qpid JMS client"><link rel="prev" href="ch03s03.html" title="3. Java JMS Message Properties"><link rel="next" href="ch03s05.html" title="5. JMS Client Logging"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">4. JMS MapMessage Types</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03s03.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Using the Qpid JMS client</th><td width="20%" align="right"> <a accesskey="n" href="ch03s05.html">Next</a></td></tr></table><hr></div><div class="se
 ction" title="4. JMS MapMessage Types"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="section-JMS-MapMessage"></a>4. JMS MapMessage Types</h2></div></div></div><p>Qpid supports the Java JMS <code class="classname">MapMessage</code> interface, which provides support for maps in messages. The following code shows how to send a <code class="classname">MapMessage</code> in Java JMS.</p><div class="example"><a name="id2789822"></a><p class="title"><b>Example 3.5. Sending a Java JMS MapMessage</b></p><div class="example-contents"><pre class="programlisting">
 import java.util.ArrayList;
 import java.util.HashMap;
 import java.util.List;
@@ -48,4 +48,4 @@ specs.put("parts", parts);
 m.setObject("specs",specs);
 
 producer.send(m);
-      </pre></div></div><br class="example-break"><p>The following table shows the datatypes that can be sent in a <code class="classname">MapMessage</code>, and the corresponding datatypes that will be received by clients in Python or C++.</p><div class="table"><a name="table-Java-Maps"></a><p class="title"><b>Table 3.5. Java Datatypes in Maps</b></p><div class="table-contents"><table summary="Java Datatypes in Maps" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Java Datatype</th><th>&#8594; Python</th><th>&#8594; C++</th></tr></thead><tbody><tr><td>boolean</td><td>bool</td><td>bool</td></tr><tr><td>short</td><td>int | long</td><td>int16</td></tr><tr><td>int</td><td>int | long</td><td>int32</td></tr><tr><td>long</td><td>int | long</td><td>int64</td></tr><tr><td>float</td><td>float</td><td>float</td></tr><tr><td>double</td><td>float</td><td>double</td></tr><tr><td>java.lang.String</td><td>unicode</td><td>std::string</td></tr><tr><td>java.util.UUID</td><td>u
 uid</td><td>qpid::types::Uuid</td></tr><tr><td>java.util.Map<sup>[<a name="id2625137" href="#ftn.id2625137" class="footnote">a</a>]</sup></td><td>dict</td><td>Variant::Map</td></tr><tr><td>java.util.List</td><td>list</td><td>Variant::List</td></tr></tbody><tbody class="footnotes"><tr><td colspan="3"><div class="footnote"><p><sup>[<a name="ftn.id2625137" href="#id2625137" class="para">a</a>] </sup>In Qpid, maps can nest. This goes beyond the functionality required by the JMS specification.</p></div></td></tr></tbody></table></div></div><br class="table-break"></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03s03.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch03.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch04.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">3. Java JMS Message Properties </td><td width="20%
 " align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 4. Using the Qpid WCF client</td></tr></table></div></body></html>
+      </pre></div></div><br class="example-break"><p>The following table shows the datatypes that can be sent in a <code class="classname">MapMessage</code>, and the corresponding datatypes that will be received by clients in Python or C++.</p><div class="table"><a name="table-Java-Maps"></a><p class="title"><b>Table 3.5. Java Datatypes in Maps</b></p><div class="table-contents"><table summary="Java Datatypes in Maps" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Java Datatype</th><th>&#8594; Python</th><th>&#8594; C++</th></tr></thead><tbody><tr><td>boolean</td><td>bool</td><td>bool</td></tr><tr><td>short</td><td>int | long</td><td>int16</td></tr><tr><td>int</td><td>int | long</td><td>int32</td></tr><tr><td>long</td><td>int | long</td><td>int64</td></tr><tr><td>float</td><td>float</td><td>float</td></tr><tr><td>double</td><td>float</td><td>double</td></tr><tr><td>java.lang.String</td><td>unicode</td><td>std::string</td></tr><tr><td>java.util.UUID</td><td>u
 uid</td><td>qpid::types::Uuid</td></tr><tr><td>java.util.Map<sup>[<a name="id2789969" href="#ftn.id2789969" class="footnote">a</a>]</sup></td><td>dict</td><td>Variant::Map</td></tr><tr><td>java.util.List</td><td>list</td><td>Variant::List</td></tr></tbody><tbody class="footnotes"><tr><td colspan="3"><div class="footnote"><p><sup>[<a name="ftn.id2789969" href="#id2789969" class="para">a</a>] </sup>In Qpid, maps can nest. This goes beyond the functionality required by the JMS specification.</p></div></td></tr></tbody></table></div></div><br class="table-break"></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03s03.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch03.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch03s05.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">3. Java JMS Message Properties </td><td width="
 20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 5. JMS Client Logging</td></tr></table></div></body></html>

Modified: qpid/site/docs/books/0.5/Programming-In-Apache-Qpid/html/ch04.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/books/0.5/Programming-In-Apache-Qpid/html/ch04.html?rev=955411&r1=955410&r2=955411&view=diff
==============================================================================
--- qpid/site/docs/books/0.5/Programming-In-Apache-Qpid/html/ch04.html (original)
+++ qpid/site/docs/books/0.5/Programming-In-Apache-Qpid/html/ch04.html Wed Jun 16 22:01:44 2010
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapter 4. Using the Qpid WCF client</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="Programming in Apache Qpid"><link rel="up" href="index.html" title="Programming in Apache Qpid"><link rel="prev" href="ch03s04.html" title="4. JMS MapMessage Types"><link rel="next" href="ch04s02.html" title="2. Endpoints"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 4. Using the Qpid WCF client</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03s04.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch04s02.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Chapter 4. Using th
 e Qpid WCF client"><div class="titlepage"><div><div><h2 class="title"><a name="QpidWCF"></a>Chapter 4. Using the Qpid WCF client</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch04.html#id2625169">1. XML and Binary Bindings</a></span></dt><dt><span class="section"><a href="ch04s02.html">2. Endpoints</a></span></dt><dt><span class="section"><a href="ch04s03.html">3. Message Headers</a></span></dt><dt><span class="section"><a href="ch04s04.html">4. Security</a></span></dt><dt><span class="section"><a href="ch04s05.html">5. Transactions</a></span></dt></dl></div><div class="section" title="1. XML and Binary Bindings"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2625169"></a>1. XML and Binary Bindings</h2></div></div></div><p>The Qpid WCF client provides two bindings, each with support for
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapter 4. Using the Qpid WCF client</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="Programming in Apache Qpid"><link rel="up" href="index.html" title="Programming in Apache Qpid"><link rel="prev" href="ch03s05.html" title="5. JMS Client Logging"><link rel="next" href="ch04s02.html" title="2. Endpoints"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 4. Using the Qpid WCF client</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03s05.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch04s02.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Chapter 4. Using the 
 Qpid WCF client"><div class="titlepage"><div><div><h2 class="title"><a name="QpidWCF"></a>Chapter 4. Using the Qpid WCF client</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch04.html#id2790063">1. XML and Binary Bindings</a></span></dt><dt><span class="section"><a href="ch04s02.html">2. Endpoints</a></span></dt><dt><span class="section"><a href="ch04s03.html">3. Message Headers</a></span></dt><dt><span class="section"><a href="ch04s04.html">4. Security</a></span></dt><dt><span class="section"><a href="ch04s05.html">5. Transactions</a></span></dt></dl></div><div class="section" title="1. XML and Binary Bindings"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2790063"></a>1. XML and Binary Bindings</h2></div></div></div><p>The Qpid WCF client provides two bindings, each with support for
       Windows .NET transactions.</p><p>The AmqpBinding is suitable for communication between two WCF
       applications.  By default it uses the WCF binary .NET XML encoder
       (BinaryMessageEncodingBindingElement) for efficient message
@@ -6,7 +6,7 @@
       Optimization Mechanism (MTOM) encoders.  Here is a traditional service
       model sample program using the AmqpBinding.  It assumes that the queue
       "hello_service_node" has been created and configured on the AMQP
-      broker.</p><div class="example"><a name="id2625191"></a><p class="title"><b>Example 4.1. Traditional service model "Hello world!" example</b></p><div class="example-contents"><pre class="programlisting">
+      broker.</p><div class="example"><a name="id2790085"></a><p class="title"><b>Example 4.1. Traditional service model "Hello world!" example</b></p><div class="example-contents"><pre class="programlisting">
 namespace Apache.Qpid.Documentation.HelloService
 {
   using System;
@@ -90,7 +90,7 @@ namespace Apache.Qpid.Documentation.Hell
       AmqpBinding sample where the simple greeting is encapsulated in a
       compressed SOAP envelope, the wire representation of the message
       contains the raw content and is identical and fully interoperable with
-      the Qpid C++ "Hello world!"  example.</p><div class="example"><a name="id2625211"></a><p class="title"><b>Example 4.2. Binary  "Hello world!" example using the channel model</b></p><div class="example-contents"><pre class="programlisting">
+      the Qpid C++ "Hello world!"  example.</p><div class="example"><a name="id2790105"></a><p class="title"><b>Example 4.2. Binary  "Hello world!" example using the channel model</b></p><div class="example-contents"><pre class="programlisting">
 namespace Apache.Qpid.Samples.Channel.HelloWorld
 {
   using System;
@@ -180,7 +180,7 @@ namespace Apache.Qpid.Samples.Channel.He
 </pre></div></div><br class="example-break"><p>Bindings define ChannelFactories and ChannelListeners associated with
       an AMQP Broker.  WCF will frequently automatically create and manage
       the life cycle of a these and the resulting IChannel objects used in
-      message transfer.  The binding parameters that can be set are:</p><div class="table"><a name="id2625285"></a><p class="title"><b>Table 4.1. WCF Binding Parameters</b></p><div class="table-contents"><table summary="WCF Binding Parameters" width="100%" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Parameter</th><th>Default</th><th>Description</th></tr></thead><tbody><tr><td>
+      message transfer.  The binding parameters that can be set are:</p><div class="table"><a name="id2790179"></a><p class="title"><b>Table 4.1. WCF Binding Parameters</b></p><div class="table-contents"><table summary="WCF Binding Parameters" width="100%" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Parameter</th><th>Default</th><th>Description</th></tr></thead><tbody><tr><td>
 		BrokerHost
 	      </td><td>
 		localhost
@@ -223,4 +223,4 @@ namespace Apache.Qpid.Samples.Channel.He
 		to medium sized SOAP based messages, buffered is
 		usually the preferred choice.  For binary messages,
 		streamed TransferMode is the more efficient mode.
-	      </td></tr></tbody></table></div></div><br class="table-break"></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03s04.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch04s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">4. JMS MapMessage Types </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 2. Endpoints</td></tr></table></div></body></html>
+	      </td></tr></tbody></table></div></div><br class="table-break"></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03s05.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch04s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">5. JMS Client Logging </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 2. Endpoints</td></tr></table></div></body></html>

Modified: qpid/site/docs/books/0.5/Programming-In-Apache-Qpid/html/ch04s02.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/books/0.5/Programming-In-Apache-Qpid/html/ch04s02.html?rev=955411&r1=955410&r2=955411&view=diff
==============================================================================
--- qpid/site/docs/books/0.5/Programming-In-Apache-Qpid/html/ch04s02.html (original)
+++ qpid/site/docs/books/0.5/Programming-In-Apache-Qpid/html/ch04s02.html Wed Jun 16 22:01:44 2010
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>2. Endpoints</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="Programming in Apache Qpid"><link rel="up" href="ch04.html" title="Chapter 4. Using the Qpid WCF client"><link rel="prev" href="ch04.html" title="Chapter 4. Using the Qpid WCF client"><link rel="next" href="ch04s03.html" title="3. Message Headers"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2. Endpoints</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch04.html">Prev</a> </td><th width="60%" align="center">Chapter 4. Using the Qpid WCF client</th><td width="20%" align="right"> <a accesskey="n" href="ch04s03.html">Next</a></td></tr></table><hr></div><div class="section" title="2. Endpoi
 nts"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2625458"></a>2. Endpoints</h2></div></div></div><p>In Qpid 0.6 the WCF Endpoints map to simple AMQP 0-10
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>2. Endpoints</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="Programming in Apache Qpid"><link rel="up" href="ch04.html" title="Chapter 4. Using the Qpid WCF client"><link rel="prev" href="ch04.html" title="Chapter 4. Using the Qpid WCF client"><link rel="next" href="ch04s03.html" title="3. Message Headers"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2. Endpoints</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch04.html">Prev</a> </td><th width="60%" align="center">Chapter 4. Using the Qpid WCF client</th><td width="20%" align="right"> <a accesskey="n" href="ch04s03.html">Next</a></td></tr></table><hr></div><div class="section" title="2. Endpoi
 nts"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2790352"></a>2. Endpoints</h2></div></div></div><p>In Qpid 0.6 the WCF Endpoints map to simple AMQP 0-10
       exchanges (IOutputChannel) or AMQP 0-10 queues (IInputChannel).
       The format for an IOutputChannel is</p><pre class="programlisting">
   "amqp:amq.direct" or "amqp:my_exchange?routingkey=my_routing_key"

Modified: qpid/site/docs/books/0.5/Programming-In-Apache-Qpid/html/ch04s03.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/books/0.5/Programming-In-Apache-Qpid/html/ch04s03.html?rev=955411&r1=955410&r2=955411&view=diff
==============================================================================
--- qpid/site/docs/books/0.5/Programming-In-Apache-Qpid/html/ch04s03.html (original)
+++ qpid/site/docs/books/0.5/Programming-In-Apache-Qpid/html/ch04s03.html Wed Jun 16 22:01:44 2010
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>3. Message Headers</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="Programming in Apache Qpid"><link rel="up" href="ch04.html" title="Chapter 4. Using the Qpid WCF client"><link rel="prev" href="ch04s02.html" title="2. Endpoints"><link rel="next" href="ch04s04.html" title="4. Security"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3. Message Headers</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch04s02.html">Prev</a> </td><th width="60%" align="center">Chapter 4. Using the Qpid WCF client</th><td width="20%" align="right"> <a accesskey="n" href="ch04s04.html">Next</a></td></tr></table><hr></div><div class="section" title="3. Message Headers"><di
 v class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2625499"></a>3. Message Headers</h2></div></div></div><p>AMQP specific message headers can be set on or retrieved
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>3. Message Headers</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="Programming in Apache Qpid"><link rel="up" href="ch04.html" title="Chapter 4. Using the Qpid WCF client"><link rel="prev" href="ch04s02.html" title="2. Endpoints"><link rel="next" href="ch04s04.html" title="4. Security"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3. Message Headers</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch04s02.html">Prev</a> </td><th width="60%" align="center">Chapter 4. Using the Qpid WCF client</th><td width="20%" align="right"> <a accesskey="n" href="ch04s04.html">Next</a></td></tr></table><hr></div><div class="section" title="3. Message Headers"><di
 v class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2790393"></a>3. Message Headers</h2></div></div></div><p>AMQP specific message headers can be set on or retrieved
       from the ServiceModel.Channels.Message using the AmqpProperties
       type.</p><p>For example, on output:</p><pre class="programlisting">
 AmqpProperties props = new AmqpProperties();

Modified: qpid/site/docs/books/0.5/Programming-In-Apache-Qpid/html/ch04s04.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/books/0.5/Programming-In-Apache-Qpid/html/ch04s04.html?rev=955411&r1=955410&r2=955411&view=diff
==============================================================================
--- qpid/site/docs/books/0.5/Programming-In-Apache-Qpid/html/ch04s04.html (original)
+++ qpid/site/docs/books/0.5/Programming-In-Apache-Qpid/html/ch04s04.html Wed Jun 16 22:01:44 2010
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>4. Security</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="Programming in Apache Qpid"><link rel="up" href="ch04.html" title="Chapter 4. Using the Qpid WCF client"><link rel="prev" href="ch04s03.html" title="3. Message Headers"><link rel="next" href="ch04s05.html" title="5. Transactions"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">4. Security</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch04s03.html">Prev</a> </td><th width="60%" align="center">Chapter 4. Using the Qpid WCF client</th><td width="20%" align="right"> <a accesskey="n" href="ch04s05.html">Next</a></td></tr></table><hr></div><div class="section" title="4. Security"><div class="ti
 tlepage"><div><div><h2 class="title" style="clear: both"><a name="id2625534"></a>4. Security</h2></div></div></div><p>To engage TLS/SSL:</p><pre class="programlisting">
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>4. Security</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="Programming in Apache Qpid"><link rel="up" href="ch04.html" title="Chapter 4. Using the Qpid WCF client"><link rel="prev" href="ch04s03.html" title="3. Message Headers"><link rel="next" href="ch04s05.html" title="5. Transactions"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">4. Security</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch04s03.html">Prev</a> </td><th width="60%" align="center">Chapter 4. Using the Qpid WCF client</th><td width="20%" align="right"> <a accesskey="n" href="ch04s05.html">Next</a></td></tr></table><hr></div><div class="section" title="4. Security"><div class="ti
 tlepage"><div><div><h2 class="title" style="clear: both"><a name="id2787223"></a>4. Security</h2></div></div></div><p>To engage TLS/SSL:</p><pre class="programlisting">
 binding.Security.Mode = AmqpSecurityMode.Transport;
 binding.Security.Transport.UseSSL = true;
 binding.BrokerPort = 5671;

Modified: qpid/site/docs/books/0.5/Programming-In-Apache-Qpid/html/ch04s05.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/books/0.5/Programming-In-Apache-Qpid/html/ch04s05.html?rev=955411&r1=955410&r2=955411&view=diff
==============================================================================
--- qpid/site/docs/books/0.5/Programming-In-Apache-Qpid/html/ch04s05.html (original)
+++ qpid/site/docs/books/0.5/Programming-In-Apache-Qpid/html/ch04s05.html Wed Jun 16 22:01:44 2010
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>5. Transactions</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="Programming in Apache Qpid"><link rel="up" href="ch04.html" title="Chapter 4. Using the Qpid WCF client"><link rel="prev" href="ch04s04.html" title="4. Security"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5. Transactions</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch04s04.html">Prev</a> </td><th width="60%" align="center">Chapter 4. Using the Qpid WCF client</th><td width="20%" align="right"> </td></tr></table><hr></div><div class="section" title="5. Transactions"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2625577"></a>5. Transactions</h2>
 </div></div></div><p>The WCF channel provides a transaction resource manager
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>5. Transactions</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="Programming in Apache Qpid"><link rel="up" href="ch04.html" title="Chapter 4. Using the Qpid WCF client"><link rel="prev" href="ch04s04.html" title="4. Security"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5. Transactions</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch04s04.html">Prev</a> </td><th width="60%" align="center">Chapter 4. Using the Qpid WCF client</th><td width="20%" align="right"> </td></tr></table><hr></div><div class="section" title="5. Transactions"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2787267"></a>5. Transactions</h2>
 </div></div></div><p>The WCF channel provides a transaction resource manager
       module and a recovery module that together provide distributed
       transaction support with one-phase optimization.  Some
       configuration is required on Windows machines to enable

Modified: qpid/site/docs/books/0.5/Programming-In-Apache-Qpid/html/index.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/books/0.5/Programming-In-Apache-Qpid/html/index.html?rev=955411&r1=955410&r2=955411&view=diff
==============================================================================
--- qpid/site/docs/books/0.5/Programming-In-Apache-Qpid/html/index.html (original)
+++ qpid/site/docs/books/0.5/Programming-In-Apache-Qpid/html/index.html Wed Jun 16 22:01:44 2010
@@ -1 +1 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Programming in Apache Qpid</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="Programming in Apache Qpid"><link rel="next" href="ch01.html" title="Chapter 1. Introduction"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Programming in Apache Qpid</th></tr><tr><td width="20%" align="left"> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch01.html">Next</a></td></tr></table><hr></div><div class="book" title="Programming in Apache Qpid"><div class="titlepage"><div><div><h1 class="title"><a name="client-api-tutorial"></a>Programming in Apache Qpid</h1></div><div><h2 class="subtitle">Cross-Platform AMQP Messaging in Java JMS, .NET, 
 C++, and Python</h2></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="ch01.html">1. Introduction</a></span></dt><dt><span class="chapter"><a href="ch02.html">2. Using the Qpid Messaging API</a></span></dt><dd><dl><dt><span class="section"><a href="ch02.html#id2588066">1. A Simple Messaging Program in C++</a></span></dt><dt><span class="section"><a href="ch02s02.html">2. A Simple Messaging Program in Python</a></span></dt><dt><span class="section"><a href="ch02s03.html">3. Addresses</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s03.html#id2598210">3.1. Address Strings</a></span></dt><dt><span class="section"><a href="ch02s03.html#id2607393">3.2. Subjects</a></span></dt><dt><span class="section"><a href="ch02s03.html#id2594787">3.3. Address String Options</a></span></dt><dt><span class="section"><a href="ch02s03.html#section-address-string-bnf">3.4. Address String Grammar</a></span></dt></dl></dd><dt><s
 pan class="section"><a href="ch02s04.html">4. Logging</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s04.html#id2564826">4.1. Logging in C++</a></span></dt><dt><span class="section"><a href="ch02s04.html#id2564858">4.2. Logging in Python</a></span></dt></dl></dd><dt><span class="section"><a href="ch02s05.html">5. Receiving Messages from Multiple Sources</a></span></dt><dt><span class="section"><a href="ch02s06.html">6. Request / Response</a></span></dt><dt><span class="section"><a href="ch02s07.html">7. Maps in Message Content</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s07.html#section-Python-Maps">7.1. Qpid Maps in Python</a></span></dt><dt><span class="section"><a href="ch02s07.html#section-cpp-Maps">7.2. Qpid Maps in C++</a></span></dt></dl></dd><dt><span class="section"><a href="ch02s08.html">8. Performance</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s08.html#id2563236">8.1. Batching Acknowledgements</a></span></dt><dt>
 <span class="section"><a href="ch02s08.html#id2563245">8.2. Prefetch</a></span></dt><dt><span class="section"><a href="ch02s08.html#id2622677">8.3. Sizing the Replay Buffer</a></span></dt></dl></dd><dt><span class="section"><a href="ch02s09.html">9. Reliability</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s09.html#id2622733">9.1. Reconnect</a></span></dt><dt><span class="section"><a href="ch02s09.html#id2622956">9.2. Guaranteed Delivery</a></span></dt><dt><span class="section"><a href="ch02s09.html#id2623004">9.3. Reliability Options in Senders and Receivers</a></span></dt><dt><span class="section"><a href="ch02s09.html#id2623104">9.4. Cluster Failover</a></span></dt></dl></dd><dt><span class="section"><a href="ch02s10.html">10. Security</a></span></dt><dt><span class="section"><a href="ch02s11.html">11. Transactions</a></span></dt><dt><span class="section"><a href="ch02s12.html">12. The AMQP 0-10 mapping</a></span></dt></dl></dd><dt><span class="chapter"><a
  href="ch03.html">3. Using the Qpid JMS client</a></span></dt><dd><dl><dt><span class="section"><a href="ch03.html#id2623814">1. A Simple Messaging Program in Java JMS</a></span></dt><dt><span class="section"><a href="ch03s02.html">2. Apache Qpid JNDI Properties for AMQP Messaging</a></span></dt><dd><dl><dt><span class="section"><a href="ch03s02.html#id2624170">2.1. JNDI Properties for Apache Qpid</a></span></dt><dt><span class="section"><a href="ch03s02.html#id2624279">2.2. Connection URLs</a></span></dt></dl></dd><dt><span class="section"><a href="ch03s03.html">3. Java JMS Message Properties</a></span></dt><dt><span class="section"><a href="ch03s04.html">4. JMS MapMessage Types</a></span></dt></dl></dd><dt><span class="chapter"><a href="ch04.html">4. Using the Qpid WCF client</a></span></dt><dd><dl><dt><span class="section"><a href="ch04.html#id2625169">1. XML and Binary Bindings</a></span></dt><dt><span class="section"><a href="ch04s02.html">2. Endpoints</a></span></dt><d
 t><span class="section"><a href="ch04s03.html">3. Message Headers</a></span></dt><dt><span class="section"><a href="ch04s04.html">4. Security</a></span></dt><dt><span class="section"><a href="ch04s05.html">5. Transactions</a></span></dt></dl></dd></dl></div><div class="list-of-tables"><p><b>List of Tables</b></p><dl><dt>2.1. <a href="ch02s03.html#id2578819">Address String Options</a></dt><dt>2.2. <a href="ch02s03.html#table-node-properties">Node Properties</a></dt><dt>2.3. <a href="ch02s03.html#table-link-properties">Link Properties</a></dt><dt>2.4. <a href="ch02s07.html#table-Python-Maps">Python Datatypes in Maps</a></dt><dt>2.5. <a href="ch02s07.html#table-cpp-Maps">C++ Datatypes in Maps</a></dt><dt>2.6. <a href="ch02s09.html#id2622795">Connection Options</a></dt><dt>2.7. <a href="ch02s10.html#id2623232">SSL Client Environment Variables for C++ clients</a></dt><dt>2.8. <a href="ch02s12.html#table-amqp0-10-message-properties">Mapping to AMQP 0-10 Message Properties</a></dt>
 <dt>3.1. <a href="ch03s02.html#id2624180">JNDI Properties supported by Apache Qpid</a></dt><dt>3.2. <a href="ch03s02.html#id2624321">Connection URL Properties</a></dt><dt>3.3. <a href="ch03s02.html#id2624518">Broker List Options</a></dt><dt>3.4. <a href="ch03s03.html#id2624819">Java JMS Mapping to AMQP 0-10 Message Properties</a></dt><dt>3.5. <a href="ch03s04.html#table-Java-Maps">Java Datatypes in Maps</a></dt><dt>4.1. <a href="ch04.html#id2625285">WCF Binding Parameters</a></dt></dl></div><div class="list-of-examples"><p><b>List of Examples</b></p><dl><dt>2.1. <a href="ch02.html#id2618921">"Hello world!" in C++</a></dt><dt>2.2. <a href="ch02s02.html#id2599690">"Hello world!" in Python</a></dt><dt>2.3. <a href="ch02s03.html#id2617058">Queues</a></dt><dt>2.4. <a href="ch02s03.html#id2613118">Topics</a></dt><dt>2.5. <a href="ch02s03.html#id2606918">Using subjects</a></dt><dt>2.6. <a href="ch02s03.html#id2599695">Subjects with multi-word keys</a></dt><dt>2.7. <a href="ch02s03.
 html#id2576196">Assertions on Nodes</a></dt><dt>2.8. <a href="ch02s03.html#id2616221">Creating a Queue Automatically</a></dt><dt>2.9. <a href="ch02s03.html#id2600049">Browsing a Queue</a></dt><dt>2.10. <a href="ch02s03.html#id2583051">Using the XML Exchange</a></dt><dt>2.11. <a href="ch02s05.html#id2564942">Receiving Messages from Multiple Sources</a></dt><dt>2.12. <a href="ch02s06.html#id2579261">Request / Response Applications in C++</a></dt><dt>2.13. <a href="ch02s07.html#id2579426">Sending Qpid Maps in Python</a></dt><dt>2.14. <a href="ch02s07.html#id2579597">Sending Qpid Maps in C++</a></dt><dt>2.15. <a href="ch02s08.html#id2622655">Prefetch</a></dt><dt>2.16. <a href="ch02s08.html#id2622702">Sizing the Replay Buffer</a></dt><dt>2.17. <a href="ch02s09.html#id2622745">Specifying Connection Options in C++ and Python</a></dt><dt>2.18. <a href="ch02s09.html#id2622983">Guaranteed Delivery</a></dt><dt>2.19. <a href="ch02s09.html#id2623125">Cluster Failover in C++</a></dt><dt>2
 .20. <a href="ch02s11.html#id2623376">Transactions</a></dt><dt>3.1. <a href="ch03.html#id2623842">JNDI Properties File for "Hello world!" example</a></dt><dt>3.2. <a href="ch03.html#id2623857">"Hello world!" in Java</a></dt><dt>3.3. <a href="ch03s02.html#id2624148">JNDI Properties File</a></dt><dt>3.4. <a href="ch03s02.html#id2624482">Broker Lists</a></dt><dt>3.5. <a href="ch03s04.html#id2624990">Sending a Java JMS MapMessage</a></dt><dt>4.1. <a href="ch04.html#id2625191">Traditional service model "Hello world!" example</a></dt><dt>4.2. <a href="ch04.html#id2625211">Binary  "Hello world!" example using the channel model</a></dt></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"> </td><td widt
 h="40%" align="right" valign="top"> Chapter 1. Introduction</td></tr></table></div></body></html>
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Programming in Apache Qpid</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="Programming in Apache Qpid"><link rel="next" href="ch01.html" title="Chapter 1. Introduction"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Programming in Apache Qpid</th></tr><tr><td width="20%" align="left"> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch01.html">Next</a></td></tr></table><hr></div><div class="book" title="Programming in Apache Qpid"><div class="titlepage"><div><div><h1 class="title"><a name="client-api-tutorial"></a>Programming in Apache Qpid</h1></div><div><h2 class="subtitle">Cross-Platform AMQP Messaging in Java JMS, .NET, 
 C++, and Python</h2></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="ch01.html">1. Introduction</a></span></dt><dt><span class="chapter"><a href="ch02.html">2. Using the Qpid Messaging API</a></span></dt><dd><dl><dt><span class="section"><a href="ch02.html#id2782717">1. A Simple Messaging Program in C++</a></span></dt><dt><span class="section"><a href="ch02s02.html">2. A Simple Messaging Program in Python</a></span></dt><dt><span class="section"><a href="ch02s03.html">3. A Simple Messaging Program in .NET C#</a></span></dt><dt><span class="section"><a href="ch02s04.html">4. Addresses</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s04.html#id2762724">4.1. Address Strings</a></span></dt><dt><span class="section"><a href="ch02s04.html#id2779643">4.2. Subjects</a></span></dt><dt><span class="section"><a href="ch02s04.html#id2758496">4.3. Address String Options</a></span></dt><dt><span class="section"><a h
 ref="ch02s04.html#section-address-string-bnf">4.4. Address String Grammar</a></span></dt></dl></dd><dt><span class="section"><a href="ch02s05.html">5. Logging</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s05.html#id2743901">5.1. Logging in C++</a></span></dt><dt><span class="section"><a href="ch02s05.html#id2743934">5.2. Logging in Python</a></span></dt></dl></dd><dt><span class="section"><a href="ch02s06.html">6. Receiving Messages from Multiple Sources</a></span></dt><dt><span class="section"><a href="ch02s07.html">7. Request / Response</a></span></dt><dt><span class="section"><a href="ch02s08.html">8. Maps in Message Content</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s08.html#section-Python-Maps">8.1. Qpid Maps in Python</a></span></dt><dt><span class="section"><a href="ch02s08.html#section-cpp-Maps">8.2. Qpid Maps in C++</a></span></dt></dl></dd><dt><span class="section"><a href="ch02s09.html">9. Performance</a></span></dt><dd><dl><dt>
 <span class="section"><a href="ch02s09.html#id2727820">9.1. Batching Acknowledgements</a></span></dt><dt><span class="section"><a href="ch02s09.html#id2727840">9.2. Prefetch</a></span></dt><dt><span class="section"><a href="ch02s09.html#id2787527">9.3. Sizing the Replay Buffer</a></span></dt></dl></dd><dt><span class="section"><a href="ch02s10.html">10. Reliability</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s10.html#id2787575">10.1. Reconnect</a></span></dt><dt><span class="section"><a href="ch02s10.html#id2787798">10.2. Guaranteed Delivery</a></span></dt><dt><span class="section"><a href="ch02s10.html#id2787839">10.3. Reliability Options in Senders and Receivers</a></span></dt><dt><span class="section"><a href="ch02s10.html#id2787939">10.4. Cluster Failover</a></span></dt></dl></dd><dt><span class="section"><a href="ch02s11.html">11. Security</a></span></dt><dt><span class="section"><a href="ch02s12.html">12. Transactions</a></span></dt><dt><span class="s
 ection"><a href="ch02s13.html">13. The AMQP 0-10 mapping</a></span></dt></dl></dd><dt><span class="chapter"><a href="ch03.html">3. Using the Qpid JMS client</a></span></dt><dd><dl><dt><span class="section"><a href="ch03.html#id2788645">1. A Simple Messaging Program in Java JMS</a></span></dt><dt><span class="section"><a href="ch03s02.html">2. Apache Qpid JNDI Properties for AMQP Messaging</a></span></dt><dd><dl><dt><span class="section"><a href="ch03s02.html#id2789002">2.1. JNDI Properties for Apache Qpid</a></span></dt><dt><span class="section"><a href="ch03s02.html#id2789111">2.2. Connection URLs</a></span></dt></dl></dd><dt><span class="section"><a href="ch03s03.html">3. Java JMS Message Properties</a></span></dt><dt><span class="section"><a href="ch03s04.html">4. JMS MapMessage Types</a></span></dt><dt><span class="section"><a href="ch03s05.html">5. JMS Client Logging</a></span></dt></dl></dd><dt><span class="chapter"><a href="ch04.html">4. Using the Qpid WCF client</a><
 /span></dt><dd><dl><dt><span class="section"><a href="ch04.html#id2790063">1. XML and Binary Bindings</a></span></dt><dt><span class="section"><a href="ch04s02.html">2. Endpoints</a></span></dt><dt><span class="section"><a href="ch04s03.html">3. Message Headers</a></span></dt><dt><span class="section"><a href="ch04s04.html">4. Security</a></span></dt><dt><span class="section"><a href="ch04s05.html">5. Transactions</a></span></dt></dl></dd></dl></div><div class="list-of-tables"><p><b>List of Tables</b></p><dl><dt>2.1. <a href="ch02s04.html#id2771356">Address String Options</a></dt><dt>2.2. <a href="ch02s04.html#table-node-properties">Node Properties</a></dt><dt>2.3. <a href="ch02s04.html#table-link-properties">Link Properties</a></dt><dt>2.4. <a href="ch02s08.html#table-Python-Maps">Python Datatypes in Maps</a></dt><dt>2.5. <a href="ch02s08.html#table-cpp-Maps">C++ Datatypes in Maps</a></dt><dt>2.6. <a href="ch02s10.html#id2787637">Connection Options</a></dt><dt>2.7. <a href=
 "ch02s11.html#id2788074">SSL Client Environment Variables for C++ clients</a></dt><dt>2.8. <a href="ch02s13.html#table-amqp0-10-message-properties">Mapping to AMQP 0-10 Message Properties</a></dt><dt>3.1. <a href="ch03s02.html#id2789012">JNDI Properties supported by Apache Qpid</a></dt><dt>3.2. <a href="ch03s02.html#id2789152">Connection URL Properties</a></dt><dt>3.3. <a href="ch03s02.html#id2789350">Broker List Options</a></dt><dt>3.4. <a href="ch03s03.html#id2789650">Java JMS Mapping to AMQP 0-10 Message Properties</a></dt><dt>3.5. <a href="ch03s04.html#table-Java-Maps">Java Datatypes in Maps</a></dt><dt>4.1. <a href="ch04.html#id2790179">WCF Binding Parameters</a></dt></dl></div><div class="list-of-examples"><p><b>List of Examples</b></p><dl><dt>2.1. <a href="ch02.html#id2782038">"Hello world!" in C++</a></dt><dt>2.2. <a href="ch02s02.html#id2747068">"Hello world!" in Python</a></dt><dt>2.3. <a href="ch02s03.html#id2783534">"Hello world!" in .NET C#</a></dt><dt>2.4. <a h
 ref="ch02s04.html#id2774577">Queues</a></dt><dt>2.5. <a href="ch02s04.html#id2771980">Topics</a></dt><dt>2.6. <a href="ch02s04.html#id2766463">Using subjects</a></dt><dt>2.7. <a href="ch02s04.html#id2776739">Subjects with multi-word keys</a></dt><dt>2.8. <a href="ch02s04.html#id2764387">Assertions on Nodes</a></dt><dt>2.9. <a href="ch02s04.html#id2755517">Creating a Queue Automatically</a></dt><dt>2.10. <a href="ch02s04.html#id2768982">Browsing a Queue</a></dt><dt>2.11. <a href="ch02s04.html#id2782446">Using the XML Exchange</a></dt><dt>2.12. <a href="ch02s06.html#id2744018">Receiving Messages from Multiple Sources</a></dt><dt>2.13. <a href="ch02s07.html#id2744102">Request / Response Applications in C++</a></dt><dt>2.14. <a href="ch02s08.html#id2744275">Sending Qpid Maps in Python</a></dt><dt>2.15. <a href="ch02s08.html#id2744416">Sending Qpid Maps in C++</a></dt><dt>2.16. <a href="ch02s09.html#id2787506">Prefetch</a></dt><dt>2.17. <a href="ch02s09.html#id2787544">Sizing the
  Replay Buffer</a></dt><dt>2.18. <a href="ch02s10.html#id2787587">Specifying Connection Options in C++ and Python</a></dt><dt>2.19. <a href="ch02s10.html#id2787818">Guaranteed Delivery</a></dt><dt>2.20. <a href="ch02s10.html#id2787960">Cluster Failover in C++</a></dt><dt>2.21. <a href="ch02s12.html#id2788218">Transactions</a></dt><dt>3.1. <a href="ch03.html#id2788674">JNDI Properties File for "Hello world!" example</a></dt><dt>3.2. <a href="ch03.html#id2788689">"Hello world!" in Java</a></dt><dt>3.3. <a href="ch03s02.html#id2788980">JNDI Properties File</a></dt><dt>3.4. <a href="ch03s02.html#id2789314">Broker Lists</a></dt><dt>3.5. <a href="ch03s04.html#id2789822">Sending a Java JMS MapMessage</a></dt><dt>3.6. <a href="ch03s05.html#id2790029">log4j Logging Properties</a></dt><dt>4.1. <a href="ch04.html#id2790085">Traditional service model "Hello world!" example</a></dt><dt>4.2. <a href="ch04.html#id2790105">Binary  "Hello world!" example using the channel model</a></dt></dl>
 </div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"> </td><td width="40%" align="right" valign="top"> Chapter 1. Introduction</td></tr></table></div></body></html>

Modified: qpid/site/docs/books/0.5/Programming-In-Apache-Qpid/pdf/Programming-In-Apache-Qpid.pdf
URL: http://svn.apache.org/viewvc/qpid/site/docs/books/0.5/Programming-In-Apache-Qpid/pdf/Programming-In-Apache-Qpid.pdf?rev=955411&r1=955410&r2=955411&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch01.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch01.html?rev=955411&r1=955410&r2=955411&view=diff
==============================================================================
--- qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch01.html (original)
+++ qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch01.html Wed Jun 16 22:01:44 2010
@@ -1,6 +1,6 @@
 <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapter 1.  Running the AMQP Messaging Broker</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="AMQP Messaging Broker (Implemented in C++)"><link rel="up" href="index.html" title="AMQP Messaging Broker (Implemented in C++)"><link rel="prev" href="pr01.html" title=""><link rel="next" href="ch01s02.html" title="2.  Cheat Sheet for configuring Queue Options"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 1.             
       Running the AMQP Messaging Broker
-    </th></tr><tr><td width="20%" align="left"><a accesskey="p" href="pr01.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch01s02.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Chapter 1.  Running the AMQP Messaging Broker"><div class="titlepage"><div><div><h2 class="title"><a name="id2938140"></a>Chapter 1.             
+    </th></tr><tr><td width="20%" align="left"><a accesskey="p" href="pr01.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch01s02.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Chapter 1.  Running the AMQP Messaging Broker"><div class="titlepage"><div><div><h2 class="title"><a name="id2911928"></a>Chapter 1.             
       Running the AMQP Messaging Broker
     </h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch01.html#section-Running-a-Qpid-CPP-Broker">1. 
     Running a Qpid C++ Broker

Modified: qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch01s02.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch01s02.html?rev=955411&r1=955410&r2=955411&view=diff
==============================================================================
--- qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch01s02.html (original)
+++ qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch01s02.html Wed Jun 16 22:01:44 2010
@@ -2,7 +2,7 @@
       Cheat Sheet for configuring Queue Options
     </th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01.html">Prev</a> </td><th width="60%" align="center">Chapter 1.             
       Running the AMQP Messaging Broker
-    </th><td width="20%" align="right"> <a accesskey="n" href="ch01s03.html">Next</a></td></tr></table><hr></div><div class="section" title="2.  Cheat Sheet for configuring Queue Options"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2868403"></a>2. 
+    </th><td width="20%" align="right"> <a accesskey="n" href="ch01s03.html">Next</a></td></tr></table><hr></div><div class="section" title="2.  Cheat Sheet for configuring Queue Options"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2648693"></a>2. 
       Cheat Sheet for configuring Queue Options
     </h2></div></div></div><div class="section" title="2.1.  Configuring Queue Options"><div class="titlepage"><div><div><h3 class="title"><a name="CheatSheetforconfiguringQueueOptions-ConfiguringQueueOptions"></a>2.1. 
             Configuring

Modified: qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch01s03.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch01s03.html?rev=955411&r1=955410&r2=955411&view=diff
==============================================================================
--- qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch01s03.html (original)
+++ qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch01s03.html Wed Jun 16 22:01:44 2010
@@ -2,7 +2,7 @@
     Cheat Sheet for configuring Exchange Options
   </th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s02.html">Prev</a> </td><th width="60%" align="center">Chapter 1.             
       Running the AMQP Messaging Broker
-    </th><td width="20%" align="right"> <a accesskey="n" href="ch01s04.html">Next</a></td></tr></table><hr></div><div class="section" title="3.  Cheat Sheet for configuring Exchange Options"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2938013"></a>3. 
+    </th><td width="20%" align="right"> <a accesskey="n" href="ch01s04.html">Next</a></td></tr></table><hr></div><div class="section" title="3.  Cheat Sheet for configuring Exchange Options"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2911779"></a>3. 
     Cheat Sheet for configuring Exchange Options
   </h2></div></div></div><div class="section" title="3.1.  Configuring Exchange Options"><div class="titlepage"><div><div><h3 class="title"><a name="CheatSheetforconfiguringExchangeOptions-ConfiguringExchangeOptions"></a>3.1. 
       Configuring Exchange Options

Modified: qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch01s04.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch01s04.html?rev=955411&r1=955410&r2=955411&view=diff
==============================================================================
--- qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch01s04.html (original)
+++ qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch01s04.html Wed Jun 16 22:01:44 2010
@@ -2,7 +2,7 @@
       Using Broker Federation
     </th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s03.html">Prev</a> </td><th width="60%" align="center">Chapter 1.             
       Running the AMQP Messaging Broker
-    </th><td width="20%" align="right"> <a accesskey="n" href="ch01s05.html">Next</a></td></tr></table><hr></div><div class="section" title="4.  Using Broker Federation"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2938023"></a>4. 
+    </th><td width="20%" align="right"> <a accesskey="n" href="ch01s05.html">Next</a></td></tr></table><hr></div><div class="section" title="4.  Using Broker Federation"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2911815"></a>4. 
       Using Broker Federation
     </h2></div></div></div><div class="section" title="4.1.  Introduction"><div class="titlepage"><div><div><h3 class="title"><a name="UsingBrokerFederation-Introduction"></a>4.1. 
             Introduction
@@ -402,7 +402,7 @@ Options:
 </pre><p>
             There are several transport options available for the federation
             link:
-          </p><div class="table"><a name="id2940827"></a><p class="title"><b>Table 1.1. Transport Options for Federation</b></p><div class="table-contents"><table summary="Transport Options for Federation" border="1"><colgroup><col><col></colgroup><tbody><tr><td>
+          </p><div class="table"><a name="id2914622"></a><p class="title"><b>Table 1.1. Transport Options for Federation</b></p><div class="table-contents"><table summary="Transport Options for Federation" border="1"><colgroup><col><col></colgroup><tbody><tr><td>
                   Transport
                 </td><td>
                   Description

Modified: qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch01s05.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch01s05.html?rev=955411&r1=955410&r2=955411&view=diff
==============================================================================
--- qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch01s05.html (original)
+++ qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch01s05.html Wed Jun 16 22:01:44 2010
@@ -2,7 +2,7 @@
       SSL
     </th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s04.html">Prev</a> </td><th width="60%" align="center">Chapter 1.             
       Running the AMQP Messaging Broker
-    </th><td width="20%" align="right"> <a accesskey="n" href="ch01s06.html">Next</a></td></tr></table><hr></div><div class="section" title="5.  SSL"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2938373"></a>5. 
+    </th><td width="20%" align="right"> <a accesskey="n" href="ch01s06.html">Next</a></td></tr></table><hr></div><div class="section" title="5.  SSL"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2914544"></a>5. 
       SSL
     </h2></div></div></div><div class="section" title="5.1.  SSL How to"><div class="titlepage"><div><div><h3 class="title"><a name="SSL-SSLHowto"></a>5.1. 
             SSL How to

Modified: qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch01s06.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch01s06.html?rev=955411&r1=955410&r2=955411&view=diff
==============================================================================
--- qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch01s06.html (original)
+++ qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch01s06.html Wed Jun 16 22:01:44 2010
@@ -2,7 +2,7 @@
       LVQ
     </th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s05.html">Prev</a> </td><th width="60%" align="center">Chapter 1.             
       Running the AMQP Messaging Broker
-    </th><td width="20%" align="right"> <a accesskey="n" href="ch01s07.html">Next</a></td></tr></table><hr></div><div class="section" title="6.  LVQ"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2939149"></a>6. 
+    </th><td width="20%" align="right"> <a accesskey="n" href="ch01s07.html">Next</a></td></tr></table><hr></div><div class="section" title="6.  LVQ"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2912949"></a>6. 
       LVQ
     </h2></div></div></div><div class="section" title="6.1.  Understanding LVQ"><div class="titlepage"><div><div><h3 class="title"><a name="LVQ-UnderstandingLVQ"></a>6.1. 
             Understanding LVQ

Modified: qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch01s08.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch01s08.html?rev=955411&r1=955410&r2=955411&view=diff
==============================================================================
--- qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch01s08.html (original)
+++ qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch01s08.html Wed Jun 16 22:01:44 2010
@@ -2,7 +2,7 @@
       Starting a cluster
     </th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s07.html">Prev</a> </td><th width="60%" align="center">Chapter 1.             
       Running the AMQP Messaging Broker
-    </th><td width="20%" align="right"> <a accesskey="n" href="ch01s09.html">Next</a></td></tr></table><hr></div><div class="section" title="8.  Starting a cluster"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2940154"></a>8. 
+    </th><td width="20%" align="right"> <a accesskey="n" href="ch01s09.html">Next</a></td></tr></table><hr></div><div class="section" title="8.  Starting a cluster"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2914465"></a>8. 
       Starting a cluster
     </h2></div></div></div><div class="section" title="8.1.  Running a Qpidd cluster"><div class="titlepage"><div><div><h3 class="title"><a name="Startingacluster-RunningaQpiddcluster"></a>8.1. 
             Running a

Modified: qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch01s09.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch01s09.html?rev=955411&r1=955410&r2=955411&view=diff
==============================================================================
--- qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch01s09.html (original)
+++ qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch01s09.html Wed Jun 16 22:01:44 2010
@@ -10,7 +10,7 @@
       This new ACL implementation has been designed for implementation
       and interoperability on all Qpid brokers. It is currently
       supported in the following brokers:
-    </p><div class="table"><a name="id2938790"></a><p class="title"><b>Table 1.2. ACL Support in Qpid Broker Versions</b></p><div class="table-contents"><table summary="ACL Support in Qpid Broker Versions" border="1"><colgroup><col><col></colgroup><thead><tr><th>
+    </p><div class="table"><a name="id2915541"></a><p class="title"><b>Table 1.2. ACL Support in Qpid Broker Versions</b></p><div class="table-contents"><table summary="ACL Support in Qpid Broker Versions" border="1"><colgroup><col><col></colgroup><thead><tr><th>
                   Broker
                 </th><th>
                   Version
@@ -226,7 +226,7 @@ acl deny all all
             0-10:
             The Java broker currently only performs ACLs on the AMQP
             connection not on management functions:
-          </p><div class="table"><a name="id2942262"></a><p class="title"><b>Table 1.3. Mapping ACL Traps</b></p><div class="table-contents"><table summary="Mapping ACL Traps" border="1"><colgroup><col><col><col><col><col></colgroup><thead><tr><th>
+          </p><div class="table"><a name="id2916046"></a><p class="title"><b>Table 1.3. Mapping ACL Traps</b></p><div class="table-contents"><table summary="Mapping ACL Traps" border="1"><colgroup><col><col><col><col><col></colgroup><thead><tr><th>
                   Object
                 </th><th>
                   Action
@@ -435,7 +435,7 @@ acl deny all all
           </p><p>
             for example, if the mgnt method 'joinCluster' was not mapped in
             schema it will be mapped in ACL file as follows
-          </p><div class="table"><a name="id2943763"></a><p class="title"><b>Table 1.4. Mapping Management Actions to ACL</b></p><div class="table-contents"><table summary="Mapping Management Actions to ACL" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>
+          </p><div class="table"><a name="id2917552"></a><p class="title"><b>Table 1.4. Mapping Management Actions to ACL</b></p><div class="table-contents"><table summary="Mapping Management Actions to ACL" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>
                   Object
                 </th><th>
                   Action

Modified: qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch02.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch02.html?rev=955411&r1=955410&r2=955411&view=diff
==============================================================================
--- qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch02.html (original)
+++ qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch02.html Wed Jun 16 22:01:44 2010
@@ -45,7 +45,7 @@
           </p><p>
             Here is a matrix that describes the different versions supported
             by each release. The status symbols are interpreted as follows:
-          </p><div class="variablelist"><dl><dt><span class="term">Y</span></dt><dd><p>supported</p></dd><dt><span class="term">N</span></dt><dd><p>unsupported</p></dd><dt><span class="term">IP</span></dt><dd><p>in progress</p></dd><dt><span class="term">P</span></dt><dd><p>planned</p></dd></dl></div><div class="table"><a name="id2942471"></a><p class="title"><b>Table 2.1. AMQP Version Support by Qpid Release</b></p><div class="table-contents"><table summary="AMQP Version Support by Qpid Release" border="1"><colgroup><col><col><col><col><col><col></colgroup><tbody><tr><td>
+          </p><div class="variablelist"><dl><dt><span class="term">Y</span></dt><dd><p>supported</p></dd><dt><span class="term">N</span></dt><dd><p>unsupported</p></dd><dt><span class="term">IP</span></dt><dd><p>in progress</p></dd><dt><span class="term">P</span></dt><dd><p>planned</p></dd></dl></div><div class="table"><a name="id2916252"></a><p class="title"><b>Table 2.1. AMQP Version Support by Qpid Release</b></p><div class="table-contents"><table summary="AMQP Version Support by Qpid Release" border="1"><colgroup><col><col><col><col><col><col></colgroup><tbody><tr><td>
                   Component
                 </td><td>
                   Spec

Modified: qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch02s02.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch02s02.html?rev=955411&r1=955410&r2=955411&view=diff
==============================================================================
--- qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch02s02.html (original)
+++ qpid/site/docs/books/0.6/AMQP-Messaging-Broker-CPP-Book/html/ch02s02.html Wed Jun 16 22:01:44 2010
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>2.  Interop table by AMQP specification version</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="AMQP Messaging Broker (Implemented in C++)"><link rel="up" href="ch02.html" title="Chapter 2.  AMQP compatibility"><link rel="prev" href="ch02.html" title="Chapter 2.  AMQP compatibility"><link rel="next" href="ch03.html" title="Chapter 3.  Managing the AMQP Messaging Broker"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2. 
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>2.  Interop table by AMQP specification version</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="AMQP Messaging Broker (Implemented in C++)"><link rel="up" href="ch02.html" title="Chapter 2.  AMQP compatibility"><link rel="prev" href="ch02.html" title="Chapter 2.  AMQP compatibility"><link rel="next" href="ch03.html" title="Chapter 3.  Qpid Interoperability Documentation"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2. 
             Interop
             table by AMQP specification version
           </th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02.html">Prev</a> </td><th width="60%" align="center">Chapter 2. 
@@ -8,7 +8,7 @@
             table by AMQP specification version
           </h3></div></div></div><p>
             Above table represented in another format.
-          </p><div class="table"><a name="id2944527"></a><p class="title"><b>Table 2.2. AMQP Version Support - alternate format</b></p><div class="table-contents"><table summary="AMQP Version Support - alternate format" border="1"><colgroup><col><col><col><col><col></colgroup><tbody><tr><td>
+          </p><div class="table"><a name="id2918316"></a><p class="title"><b>Table 2.2. AMQP Version Support - alternate format</b></p><div class="table-contents"><table summary="AMQP Version Support - alternate format" border="1"><colgroup><col><col><col><col><col></colgroup><tbody><tr><td>
                    
                 </td><td>
                   release
@@ -150,6 +150,6 @@
                   Y
                 </td></tr></tbody></table></div></div><br class="table-break"></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 2. 
       AMQP compatibility
-     </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 3.             
-      Managing the AMQP Messaging Broker
+     </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 3. 
+      Qpid Interoperability Documentation
     </td></tr></table></div></body></html>



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