From do-not-reply at jboss.org Tue Oct 13 11:39:49 2009 Content-Type: multipart/mixed; boundary="===============5575177952882435631==" MIME-Version: 1.0 From: do-not-reply at jboss.org To: hornetq-commits at lists.jboss.org Subject: [hornetq-commits] JBoss hornetq SVN: r8094 - trunk/docs/user-manual/en. Date: Tue, 13 Oct 2009 11:39:49 -0400 Message-ID: <200910131539.n9DFdnlH000705@svn01.web.mwc.hst.phx2.redhat.com> --===============5575177952882435631== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: jmesnil Date: 2009-10-13 11:39:49 -0400 (Tue, 13 Oct 2009) New Revision: 8094 Modified: trunk/docs/user-manual/en/using-jms.xml Log: "Using JMS" documentation * added a note about JNDIServer bean being required only in stand-alone mode Modified: trunk/docs/user-manual/en/using-jms.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/using-jms.xml 2009-10-13 15:03:46 UTC (rev 80= 93) +++ trunk/docs/user-manual/en/using-jms.xml 2009-10-13 15:39:49 UTC (rev 80= 94) @@ -105,9 +105,7 @@ is the port used by the JNDI server and may vary depending on = how you have configured your JNDI server. In the default standalone configuration, JNDI server ports a= re configured in the file - hornetq-beans.xml (or hornetq-= beans.xml if - you're running JBoss Application Server) where the JNDIServer = bean is confgured, here's - a snippet from the file: + hornetq-beans.xml by setting properties= on the JNDIServer bean: <bean name=3D"JNDIServer" class=3D"org.jnp.server.Main"> <property name=3D"namingInfo"> @@ -124,6 +122,12 @@ change it's bind address to something other than localhost! + + The JNDIServer bean must be defined only when = HornetQ is running in stand-alone mode. + When HornetQ is integrated to JBoss Application Server, JBo= ss AS will provide a ready-to-use + JNDI server without any additional configuration. + + =
The code --===============5575177952882435631==--