summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Robie <jonathan@apache.org>2011-02-02 22:03:16 +0000
committerJonathan Robie <jonathan@apache.org>2011-02-02 22:03:16 +0000
commit6d38b63b7d48cb83ec2f43999d3a2324a0f2cfbf (patch)
tree6b8ca55390e6a5a62945860486a36b40fcc86d6c
parentb16c97658b74da042e1bef11011effa06e93ee0b (diff)
downloadqpid-python-6d38b63b7d48cb83ec2f43999d3a2324a0f2cfbf.tar.gz
Restored diagram - I had deleted it while debugging build problems, and forgot to put it back earlier.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1066655 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/doc/book/src/Programming-In-Apache-Qpid.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/qpid/doc/book/src/Programming-In-Apache-Qpid.xml b/qpid/doc/book/src/Programming-In-Apache-Qpid.xml
index 80395638e1..37eb60bc74 100644
--- a/qpid/doc/book/src/Programming-In-Apache-Qpid.xml
+++ b/qpid/doc/book/src/Programming-In-Apache-Qpid.xml
@@ -4250,6 +4250,39 @@ using (TransactionScope ts = new TransactionScope())
<section>
<title>.NET Binding for the C++ Messaging Client Component Architecture</title>
+ <programlisting><![CDATA[
+ +----------------------------+
+ | Dotnet examples |
+ | Managed C# |
+ +------+---------------+-----+
+ | |
+ V |
+ +---------------------------+ |
+ | .NET Managed Callback | |
+ | org.apache.qpid.messaging.| |
+ | sessionreceiver.dll | |
+ +----------------------+----+ |
+ | |
+managed V V
+(.NET) +--------------------------------+
+:::::::::::::::::::::::| .NET Binding Library |::::::::::::
+unmanaged | org.apache.qpid.messaging.dll |
+(Native Win32/64) +---------------+----------------+
+ |
+ |
+ +----------------+ |
+ | Native examples| |
+ | Unmanaged C++ | |
+ +--------+-------+ |
+ | |
+ V V
+ +----------------------------------+
+ | QPID Messaging C++ Libraries |
+ | qpid*.dll qmf*.dll |
+ +--------+--------------+----------+
+]]></programlisting>
+
+
<para>This diagram illustrates the code and library components of the binding
and the hierarchical relationships between them.</para>