diff options
| -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> |
