blob: fc8a1e836c3c6357e53f8d0c76b87c0ea200f37d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
<?xml version="1.0" encoding="utf-8"?>
<chapter xmlns:html="http://www.w3.org/1999/xhtml">
<title>
Apache Qpid : AMQP Java JMS Messaging Client
</title>
<para>The Java Client supported by Qpid implements the <ulink
url="http://java.sun.com/products/jms/docs.html">Java JMS 1.1
Specification</ulink>. </para>
<section role="h3"
id="AMQPJavaJMSMessagingClient-GeneralUserGuides">
<title>General User Guides</title>
<!--
Does not seem to exist!
<listitem><para>AMQP Java JMS Client Feature Guide
</para></listitem>
http://cwiki.apache.org/confluence/pages/createpage.action?spaceKey=qpid&title=JMS%20Client%20Feature%20Guide&linkCreation=true&fromPageId=4589057
-->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Qpid%20Java%20FAQ.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="System%20Properties.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Connection%20URL%20Format.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Binding%20URL%20Format.xml"/>
<!--
<listitem><para>How to Use JNDI to configure the AMQP Java JMS Client
</para></listitem>
<listitem><para>Using the AMQP Java JMS Client with RT Java
</para></listitem>
<listitem><para>AMQP Java JMS Client Tuning Guide
</para></listitem>
-->
<!--h3--></section>
<section role="h3" id="AMQPJavaJMSMessagingClient-AMQPJavaJMSExamples">
<title>AMQP Java JMS Examples </title>
<itemizedlist>
<listitem><para>
<ulink url="https://svn.apache.org/repos/asf/qpid/trunk/qpid/java/client/example/"></ulink>
</para></listitem>
<listitem><para>
<ulink url="https://svn.apache.org/repos/asf/qpid/trunk/qpid/java/client/example/"></ulink>
</para></listitem>
<listitem><para>
<ulink url="https://svn.apache.org/repos/asf/qpid/trunk/qpid/java/client/example/"></ulink>
</para></listitem>
</itemizedlist>
<!--h3--></section>
</chapter>
|