From 21fbb39e510e668f8dbcf221a8d4ba8c3a84f6b7 Mon Sep 17 00:00:00 2001 From: Jonathan Robie Date: Fri, 5 Feb 2010 22:24:57 +0000 Subject: Changing filename conventions - no more file names with spaces. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@907115 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/doc/book/src/AMQP-.NET-Messaging-Client.xml | 87 ++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 qpid/doc/book/src/AMQP-.NET-Messaging-Client.xml (limited to 'qpid/doc/book/src/AMQP-.NET-Messaging-Client.xml') diff --git a/qpid/doc/book/src/AMQP-.NET-Messaging-Client.xml b/qpid/doc/book/src/AMQP-.NET-Messaging-Client.xml new file mode 100644 index 0000000000..301bf0fcf9 --- /dev/null +++ b/qpid/doc/book/src/AMQP-.NET-Messaging-Client.xml @@ -0,0 +1,87 @@ + + + + Apache Qpid : 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 From 8618b7e45ba6b0f74b27c68d2bcf94cd57f15758 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Fri, 12 Feb 2010 22:30:38 +0000 Subject: I have added the license header to the files included in this commit. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@909641 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/doc/book/src/AMQP-.NET-Messaging-Client.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'qpid/doc/book/src/AMQP-.NET-Messaging-Client.xml') diff --git a/qpid/doc/book/src/AMQP-.NET-Messaging-Client.xml b/qpid/doc/book/src/AMQP-.NET-Messaging-Client.xml index 301bf0fcf9..d4ea48e8ee 100644 --- a/qpid/doc/book/src/AMQP-.NET-Messaging-Client.xml +++ b/qpid/doc/book/src/AMQP-.NET-Messaging-Client.xml @@ -1,4 +1,25 @@ + + Apache Qpid : AMQP .NET Messaging Client -- cgit v1.2.1 From 537f35e51d48881a241a0cc3db8279bd093867b0 Mon Sep 17 00:00:00 2001 From: Jonathan Robie <jonathan@apache.org> Date: Mon, 1 Mar 2010 22:34:29 +0000 Subject: Fixed many links, added Apache header to each file. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@917763 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/doc/book/src/AMQP-.NET-Messaging-Client.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'qpid/doc/book/src/AMQP-.NET-Messaging-Client.xml') diff --git a/qpid/doc/book/src/AMQP-.NET-Messaging-Client.xml b/qpid/doc/book/src/AMQP-.NET-Messaging-Client.xml index d4ea48e8ee..319a248cdd 100644 --- a/qpid/doc/book/src/AMQP-.NET-Messaging-Client.xml +++ b/qpid/doc/book/src/AMQP-.NET-Messaging-Client.xml @@ -20,7 +20,7 @@ --> -<chapter xmlns:html="http://www.w3.org/1999/xhtml" xmlns:xi="http://www.w3.org/2001/XInclude"> +<chapter> <title> Apache Qpid : AMQP .NET Messaging Client @@ -40,9 +40,9 @@ User Guides - - - + + +
@@ -68,7 +68,7 @@ - + @@ -79,7 +79,7 @@ - + @@ -89,12 +89,12 @@ - + - + -- cgit v1.2.1 From 5e552615a938a7879392414db550b46adb660993 Mon Sep 17 00:00:00 2001 From: Jonathan Robie Date: Mon, 1 Mar 2010 22:44:01 +0000 Subject: Removed superfluous "Apache Qpid : " string, which the Wiki inserted into most page titles. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@917769 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/doc/book/src/AMQP-.NET-Messaging-Client.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/doc/book/src/AMQP-.NET-Messaging-Client.xml') diff --git a/qpid/doc/book/src/AMQP-.NET-Messaging-Client.xml b/qpid/doc/book/src/AMQP-.NET-Messaging-Client.xml index 319a248cdd..1d4001942b 100644 --- a/qpid/doc/book/src/AMQP-.NET-Messaging-Client.xml +++ b/qpid/doc/book/src/AMQP-.NET-Messaging-Client.xml @@ -22,7 +22,7 @@ - Apache Qpid : AMQP .NET Messaging Client + AMQP .NET Messaging Client Currently the .NET code base provides two client libraries that -- cgit v1.2.1