diff options
| author | Jonathan Robie <jonathan@apache.org> | 2010-03-25 20:01:49 +0000 |
|---|---|---|
| committer | Jonathan Robie <jonathan@apache.org> | 2010-03-25 20:01:49 +0000 |
| commit | e8194a222b773609e310d4c30a4ab9ecb1c8e151 (patch) | |
| tree | 3db3d5623cb363ccc327d39a9b0ff41a3bebb93c /doc/book/src/AMQP-Java-JMS-Messaging-Client.xml | |
| parent | f606f97e01b7c53b70793f8c74e5aa53312d97f4 (diff) | |
| download | qpid-python-e8194a222b773609e310d4c30a4ab9ecb1c8e151.tar.gz | |
Added Java JMS selector syntax to client. Fixed pointers to Java JMS Client examples.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@927574 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'doc/book/src/AMQP-Java-JMS-Messaging-Client.xml')
| -rw-r--r-- | doc/book/src/AMQP-Java-JMS-Messaging-Client.xml | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/doc/book/src/AMQP-Java-JMS-Messaging-Client.xml b/doc/book/src/AMQP-Java-JMS-Messaging-Client.xml index 089e17c7f0..8c14d67e14 100644 --- a/doc/book/src/AMQP-Java-JMS-Messaging-Client.xml +++ b/doc/book/src/AMQP-Java-JMS-Messaging-Client.xml @@ -48,6 +48,7 @@ http://cwiki.apache.org/confluence/pages/createpage.action?spaceKey=qpid&title=J <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="System-Properties.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Connection-URL-Format.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Binding-URL-Format.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Java-JMS-Selector-Syntax.xml"/> <!-- <listitem><para>How to Use JNDI to configure the AMQP Java JMS Client @@ -66,15 +67,26 @@ http://cwiki.apache.org/confluence/pages/createpage.action?spaceKey=qpid&title=J <itemizedlist> <listitem><para> - <ulink url="https://svn.apache.org/repos/asf/qpid/trunk/qpid/java/client/example/"></ulink> + <ulink url="https://svn.apache.org/repos/asf/qpid/trunk/qpid/java/client/example/">Examples Directory</ulink> </para></listitem> <listitem><para> - <ulink url="https://svn.apache.org/repos/asf/qpid/trunk/qpid/java/client/example/"></ulink> + <ulink url="https://svn.apache.org/repos/asf/qpid/trunk/qpid/java/client/example/src/main/java/runSample.sh">Script for running examples</ulink> </para></listitem> <listitem><para> - <ulink url="https://svn.apache.org/repos/asf/qpid/trunk/qpid/java/client/example/"></ulink> + <ulink url="https://svn.apache.org/repos/asf/qpid/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/">Direct Example</ulink> </para></listitem> + <listitem><para> + <ulink url="https://svn.apache.org/repos/asf/qpid/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/">Fanout Example</ulink> + </para></listitem> + <listitem><para> + <ulink url="https://svn.apache.org/repos/asf/qpid/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub">Pub-Sub Example</ulink> + </para></listitem> + <listitem><para> + <ulink url="https://svn.apache.org/repos/asf/qpid/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/">Request/Response Example</ulink> + </para></listitem> + <listitem><para> + <ulink url="https://svn.apache.org/repos/asf/qpid/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/transacted/">Transacted Example</ulink></para></listitem> </itemizedlist> <!--h3--></section> |
