From do-not-reply at jboss.org Mon Apr 26 09:27:06 2010
Content-Type: multipart/mixed; boundary="===============9075634641283561343=="
MIME-Version: 1.0
From: do-not-reply at jboss.org
To: hornetq-commits at lists.jboss.org
Subject: [hornetq-commits] JBoss hornetq SVN: r9165 -
trunk/docs/user-manual/en.
Date: Mon, 26 Apr 2010 09:27:06 -0400
Message-ID: <201004261327.o3QDR6lu023663@svn01.web.mwc.hst.phx2.redhat.com>
--===============9075634641283561343==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: jmesnil
Date: 2010-04-26 09:27:05 -0400 (Mon, 26 Apr 2010)
New Revision: 9165
Modified:
trunk/docs/user-manual/en/interoperability.xml
Log:
doc: moved StompConnect section after native Stomp doc
Modified: trunk/docs/user-manual/en/interoperability.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/docs/user-manual/en/interoperability.xml 2010-04-26 13:18:12 UTC =
(rev 9164)
+++ trunk/docs/user-manual/en/interoperability.xml 2010-04-26 13:27:05 UTC =
(rev 9165)
@@ -45,23 +45,7 @@
(it will be ignored if its transaction he=
ader is set).
-
- StompConnect
- Stom=
pConnect is a server that
- can act as a Stomp broker and proxy the Stomp protocol to the =
standard JMS API.
- Consequently, using StompConnect it is possible to turn Hornet=
Q into a Stomp Broker and
- use any of the available stomp clients. These include clients =
written in C, C++, c# and
- .net etc.
- To run StompConnect first start the HornetQ server and mak=
e sure that it is using
- JNDI.
- Stomp requires the file jndi.properties=
to be available on the
- classpath. This should look something like:
- java.naming.factory.initial=3Dorg.jnp.interfaces=
.NamingContextFactory
-java.naming.provider.url=3Djnp://localhost:1099
-java.naming.factory.url.pkgs=3Dorg.jboss.naming:org.jnp.interfaces
- Make sure this file is in the classpath along with the Sto=
mpConnect jar and the
- HornetQ jars and simply run java org.codehaus.stomp.j=
ms.Main.
-
+
Mapping Stomp destinations to HornetQ addresses and queue=
s
Stomp clients deals with destinations=
when sending messages and subscribing.
@@ -124,6 +108,25 @@
+
+
+ StompConnect
+ Stom=
pConnect is a server that
+ can act as a Stomp broker and proxy the Stomp protocol to the =
standard JMS API.
+ Consequently, using StompConnect it is possible to turn Hornet=
Q into a Stomp Broker and
+ use any of the available stomp clients. These include clients =
written in C, C++, c# and
+ .net etc.
+ To run StompConnect first start the HornetQ server and mak=
e sure that it is using
+ JNDI.
+ Stomp requires the file jndi.properties=
to be available on the
+ classpath. This should look something like:
+ java.naming.factory.initial=3Dorg.jnp.interfaces=
.NamingContextFactory
+java.naming.provider.url=3Djnp://localhost:1099
+java.naming.factory.url.pkgs=3Dorg.jboss.naming:org.jnp.interfaces
+ Make sure this file is in the classpath along with the Sto=
mpConnect jar and the
+ HornetQ jars and simply run java org.codehaus.stomp.j=
ms.Main.
+
+ =
REST
--===============9075634641283561343==--