diff options
| author | Jonathan Robie <jonathan@apache.org> | 2011-02-02 22:03:16 +0000 |
|---|---|---|
| committer | Jonathan Robie <jonathan@apache.org> | 2011-02-02 22:03:16 +0000 |
| commit | 552ad8d0deaf139db90244a383b7423296e4dc0d (patch) | |
| tree | 0c8accb3a03fbe5c1ec2d1b402273a96032326a2 | |
| parent | 7b7cec03a9947fbbedcd57c9f47c79fa76623e2f (diff) | |
| download | qpid-python-552ad8d0deaf139db90244a383b7423296e4dc0d.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/qpid@1066655 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | doc/book/src/Programming-In-Apache-Qpid.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/book/src/Programming-In-Apache-Qpid.xml b/doc/book/src/Programming-In-Apache-Qpid.xml index 80395638e1..37eb60bc74 100644 --- a/doc/book/src/Programming-In-Apache-Qpid.xml +++ b/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> |
