Modified: qpid/site/docs/books/0.7/Programming-In-Apache-Qpid/html/index.html URL: http://svn.apache.org/viewvc/qpid/site/docs/books/0.7/Programming-In-Apache-Qpid/html/index.html?rev=967163&r1=967162&r2=967163&view=diff ============================================================================== --- qpid/site/docs/books/0.7/Programming-In-Apache-Qpid/html/index.html (original) +++ qpid/site/docs/books/0.7/Programming-In-Apache-Qpid/html/index.html Fri Jul 23 16:48:11 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#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> +<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#id2549855">2.1. A Simple Messaging Program in C++</a></span></dt><dt><span class="section"><a href="ch02s02.html">2.2. A Simple Messaging Program in Python</a></span></dt><dt><span class="section"><a href="ch02s03.html">2.3. A Simple Messaging Program in .NET C#</a></span></dt><dt><span class="section"><a href="ch02s04.html">2.4. Addresses</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s04.html#id2575424">2.4.1. Address Strings</a></span></dt><dt><span class="section"><a href="ch02s04.html#id2576884">2.4.2. Subjects</a></span></dt><dt><span class="section"><a href="ch02s04.html#id2572829">2.4.3. Address String Options</a></span></dt><dt><span class= "section"><a href="ch02s04.html#section-address-string-bnf">2.4.4. Address String Grammar</a></span></dt></dl></dd><dt><span class="section"><a href="ch02s05.html">2.5. Sender Capacity and Replay</a></span></dt><dt><span class="section"><a href="ch02s06.html">2.6. Receiver Capacity (Prefetch)</a></span></dt><dt><span class="section"><a href="ch02s07.html">2.7. Acknowledging Received Messages</a></span></dt><dt><span class="section"><a href="ch02s08.html">2.8. Receiving Messages from Multiple Sources</a></span></dt><dt><span class="section"><a href="ch02s09.html">2.9. Transactions</a></span></dt><dt><span class="section"><a href="ch02s10.html">2.10. Connection Options</a></span></dt><dt><span class="section"><a href="ch02s11.html">2.11. Maps in Message Content</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s11.html#section-Python-Maps">2.11.1. Qpid Maps in Python</a></span></dt><dt><span class="section"><a href="ch02s11.html#section-cpp-Maps">2.11.2. Qpid Maps in C++</a></span></dt><dt><span class="section"><a href="ch02s11.html#section-dotnet-Maps">2.11.3. Qpid Maps in .NET</a></span></dt></dl></dd><dt><span class="section"><a href="ch02s12.html">2.12. The Request / Response Pattern</a></span></dt><dt><span class="section"><a href="ch02s13.html">2.13. Performance Tips</a></span></dt><dt><span class="section"><a href="ch02s14.html">2.14. Cluster Failover</a></span></dt><dt><span class="section"><a href="ch02s15.html">2.15. Logging</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s15.html#id2587947">2.15.1. Logging in C++</a></span></dt><dt><span class="section"><a href="ch02s15.html#id2587978">2.15.2. Logging in Python</a></span></dt></dl></dd><dt><span class="section"><a href="ch02s16.html">2.16. 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#id2588496">3.1. A Simple Messaging Program in Java JMS</a></span></dt><dt><span class="section"><a href="ch03s02.html">3.2. Apache Qpid JNDI Properties for AMQP Messaging</a></span></dt><dd><dl><dt><span class="section"><a href="ch03s02.html#id2588909">3.2.1. JNDI Properties for Apache Qpid</a></span></dt><dt><span class="section"><a href="ch03s02.html#id2589017">3.2.2. Connection URLs</a></span></dt></dl></dd><dt><span class="section"><a href="ch03s03.html">3.3. Java JMS Message Properties</a></span></dt><dt><span class="section"><a href="ch03s04.html">3.4. JMS MapMessage Types</a></span></dt><dt><span class="section"><a href="ch03s05.html">3.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#id2589975">4.1. XML and Binary Bindings</a></span></dt><dt><span class="section"><a href="ch04s02.html">4.2. Endpoints</a></span></dt><dt><span class="section"><a href="ch04s03.html ">4.3. Message Headers</a></span></dt><dt><span class="section"><a href="ch04s04.html">4.4. Security</a></span></dt><dt><span class="section"><a href="ch04s05.html">4.5. Transactions</a></span></dt></dl></dd><dt><span class="chapter"><a href="ch05.html">5. The .NET Binding for the C++ Messaging Client</a></span></dt><dd><dl><dt><span class="section"><a href="ch05.html#id2590475">5.1. .NET Binding Class: Address</a></span></dt><dt><span class="section"><a href="ch05s02.html">5.2. .NET Binding Class: Connection</a></span></dt><dt><span class="section"><a href="ch05s03.html">5.3. .NET Binding Class: Duration</a></span></dt><dt><span class="section"><a href="ch05s04.html">5.4. .NET Binding Class: Message</a></span></dt><dt><span class="section"><a href="ch05s05.html">5.5. .NET Binding Class: Receiver</a></span></dt><dt><span class="section"><a href="ch05s06.html">5.6. .NET Binding Class: Sender</a></span></dt><dt><span class="section"><a href="ch05s07.html">5.7. .NET Binding Cla ss: Session</a></span></dt><dt><span class="section"><a href="ch05s08.html">5.8. .NET Binding Class: SessionReceiver</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#id2563511">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="ch02s10.html#id2544252">Connection Options</a></dt><dt>2.5. <a href="ch02s11.html#table-Python-Maps">Python Datatypes in Maps</a></dt><dt>2.6. <a href="ch02s11.html#table-cpp-Maps">C++ Datatypes in Maps</a></dt><dt>2.7. <a href="ch02s11.html#table-dotnet-Maps">Datatype Mapping between C++ and .NET binding</a></dt><dt>2.8. <a href="ch02s16.html#table-amqp0-10-message-properties">Mapping to AMQP 0-10 Message Properties</a></dt><dt>3.1. <a href="ch03s02.html#id2588919">JNDI Properties supported by Apache Qpid</a></dt><dt>3.2. <a href="ch03s02.html#id2589059">Connection URL Properties</a></dt><dt>3.3. <a href="ch03s02.html#id2589256">Broker List Options</a></dt><dt>3.4. <a href="ch03s03.html#id2589557">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#id2590091">WCF Binding Parameters</a></dt><dt>5.1. <a href="ch05.html#table-Dotnet-Binding-Address">.NET Binding Class: Address</a></dt><dt>5.2. <a href="ch05s02.html#table-Dotnet-Binding-Connection">.NET Binding Class: Connection</a></dt><dt>5.3. <a href="ch05s03.html#table-Dotnet-Binding-Duration">.NET Binding Class: Duration</a></dt><dt>5.4. <a href="ch05s04.html#table-Dotnet-Binding-Message">.NET Binding Class: Message</a></dt><dt>5.5. <a href="ch05s05.html#table-Dotnet-Binding-Receiver">.NET Binding Class: Receiver</a></dt><dt>5.6. <a href="ch05s06.html#table-Dotnet-Binding-Sender">.NET Binding Class: Sender</a></dt><dt>5.7. <a href= "ch05s07.html#table-Dotnet-Binding-Session">.NET Binding Class: Session</a></dt></dl></div><div class="list-of-examples"><p><b>List of Examples</b></p><dl><dt>2.1. <a href="ch02.html#id2563434">"Hello world!" in C++</a></dt><dt>2.2. <a href="ch02s02.html#id2585596">"Hello world!" in Python</a></dt><dt>2.3. <a href="ch02s03.html#id2579550">"Hello world!" in .NET C#</a></dt><dt>2.4. <a href="ch02s04.html#id2573596">Queues</a></dt><dt>2.5. <a href="ch02s04.html#id2584239">Topics</a></dt><dt>2.6. <a href="ch02s04.html#id2567378">Using subjects</a></dt><dt>2.7. <a href="ch02s04.html#id2582279">Subjects with multi-word keys</a></dt><dt>2.8. <a href="ch02s04.html#id2577248">Assertions on Nodes</a></dt><dt>2.9. <a href="ch02s04.html#id2578162">Creating a Queue Automatically</a></dt><dt>2.10. <a href="ch02s04.html#id2552039">Browsing a Queue</a></dt><dt>2.11. <a href="ch02s04.html#id2551909">Using the XML Exchange</a></dt><dt>2.12. <a href="ch02s08.html#id2543776">Receiving Messages from Multiple Sources</a></dt><dt>2.13. <a href="ch02s09.html#id2544139">Transactions</a></dt><dt>2.14. <a href="ch02s10.html#id2544178">Specifying Connection Options in C++ and Python</a></dt><dt>2.15. <a href="ch02s11.html#id2587071">Sending Qpid Maps in Python</a></dt><dt>2.16. <a href="ch02s11.html#id2587242">Sending Qpid Maps in C++</a></dt><dt>2.17. <a href="ch02s11.html#id2587455">Sending Qpid Maps in .NET C#</a></dt><dt>2.18. <a href="ch02s12.html#id2587705">Request / Response Applications in C++</a></dt><dt>2.19. <a href="ch02s14.html#id2587897">Tracking cluster membership</a></dt><dt>3.1. <a href="ch03.html#id2588521">"Hello world!" in Java</a></dt><dt>3.2. <a href="ch03.html#id2588787">JNDI Properties File for "Hello world!" example</a></dt><dt>3.3. <a href="ch03s02.html#id2588887">JNDI Properties File</a></dt><dt>3.4. <a href="ch03s02.html#id2589220">Broker Lists</a></dt><dt>3.5. <a href="ch03s04.html#id2589728">Sending a Java JMS MapMessage</a></dt><dt>3.6. <a h ref="ch03s05.html#id2589948">log4j Logging Properties</a></dt><dt>4.1. <a href="ch04.html#id2589997">Traditional service model "Hello world!" example</a></dt><dt>4.2. <a href="ch04.html#id2590017">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.7/Programming-In-Apache-Qpid/pdf/Programming-In-Apache-Qpid.fo URL: http://svn.apache.org/viewvc/qpid/site/docs/books/0.7/Programming-In-Apache-Qpid/pdf/Programming-In-Apache-Qpid.fo?rev=967163&r1=967162&r2=967163&view=diff ============================================================================== --- qpid/site/docs/books/0.7/Programming-In-Apache-Qpid/pdf/Programming-In-Apache-Qpid.fo (original) +++ qpid/site/docs/books/0.7/Programming-In-Apache-Qpid/pdf/Programming-In-Apache-Qpid.fo Fri Jul 23 16:48:11 2010 @@ -1,44 +1,44 @@ <?xml version="1.0"?> [... 1721 lines stripped ...] Modified: qpid/site/docs/books/0.7/Programming-In-Apache-Qpid/pdf/Programming-In-Apache-Qpid.pdf URL: http://svn.apache.org/viewvc/qpid/site/docs/books/0.7/Programming-In-Apache-Qpid/pdf/Programming-In-Apache-Qpid.pdf?rev=967163&r1=967162&r2=967163&view=diff ============================================================================== Binary files - no diff available. --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
