From da7718ef463775acc7d6fbecf2d64c1bbfc39fd8 Mon Sep 17 00:00:00 2001 From: Justin Ross Date: Tue, 19 Apr 2016 23:11:13 +0000 Subject: QPID-7207: Remove files and components that are obsolete or no longer in use; move doc and packaging pieces to the cpp subtree git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1740032 13f79535-47bb-0310-9956-ffa450edef68 --- .../book/src/old/AMQP-.NET-Messaging-Client.xml | 108 +++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 qpid/cpp/docs/book/src/old/AMQP-.NET-Messaging-Client.xml (limited to 'qpid/cpp/docs/book/src/old/AMQP-.NET-Messaging-Client.xml') diff --git a/qpid/cpp/docs/book/src/old/AMQP-.NET-Messaging-Client.xml b/qpid/cpp/docs/book/src/old/AMQP-.NET-Messaging-Client.xml new file mode 100644 index 0000000000..1d4001942b --- /dev/null +++ b/qpid/cpp/docs/book/src/old/AMQP-.NET-Messaging-Client.xml @@ -0,0 +1,108 @@ + + + + + + AMQP .NET Messaging Client + + + Currently the .NET code base provides two client libraries that + are compatible respectively with AMQP 0.8 and 0.10. The 0.8 client + is located in qpid\dotnet and the 0.10 client + in: qpid\dotnet\client-010. + + + You will need an AMQP broker to fully use those client libraries. + Use M4 or later C++ broker for AMQP 0.10 or Java broker for AMQP + 0.8/0.9. + +
+ + User Guides + + + + + +
+ +
+ + Examples + + + + + + + + + +
+ + + + +
-- cgit v1.2.1