Author: jstrachan
Date: Fri Jul  7 08:59:46 2006
New Revision: 419913

URL: http://svn.apache.org/viewvc?rev=419913&view=rev
Log:
Latest export from confluence

Modified:
    incubator/activemq/site/how-do-i-embed-a-broker-inside-a-connection.html

Modified: 
incubator/activemq/site/how-do-i-embed-a-broker-inside-a-connection.html
URL: 
http://svn.apache.org/viewvc/incubator/activemq/site/how-do-i-embed-a-broker-inside-a-connection.html?rev=419913&r1=419912&r2=419913&view=diff
==============================================================================
--- incubator/activemq/site/how-do-i-embed-a-broker-inside-a-connection.html 
(original)
+++ incubator/activemq/site/how-do-i-embed-a-broker-inside-a-connection.html 
Fri Jul  7 08:59:46 2006
@@ -274,7 +274,9 @@
   &lt;/bean&gt;</PRE>
 </DIV></DIV>
 
-<P>In this case the usual Spring &apos;classpath:foo&apos; resource mechanism 
is being used so that the activemq.xml file would be found on the classpath. If 
you wish you can use a URL instead using the <B><SPAN class="nobr"><A 
href="file:*" title="Visit page outside Confluence" 
rel="nofollow">file:*<SUP><IMG class="rendericon" 
src="http://goopen.org/confluence/images/icons/linkext7.gif"; height="0" 
width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN> or *http:</B> 
prefixes. For more details see how <SPAN class="nobr"><A 
href="http://static.springframework.org/spring/docs/1.2.x/reference/beans.html#context-functionality-resources";
 title="Visit page outside Confluence" rel="nofollow">Spring deals with 
resources<SUP><IMG class="rendericon" 
src="http://goopen.org/confluence/images/icons/linkext7.gif"; height="0" 
width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></P>
+<P>In this case the usual Spring 
&apos;classpath:org/apache/activemq/xbean/activemq.xml&apos; resource mechanism 
is being used so that the activemq.xml file would be found on the classpath by 
looking inside all the directories on the classpath then looking for 
&apos;org/apache/activemq/xbean/activemq.xml&apos;. You can of course change 
this to any value you like. e.g. use classpath:activemq.xml if you just want to 
drop it in a directory that is in the classpath; like WEB-INF/classes in a web 
application.</P>
+
+<P>If you wish you can use a URL instead using the <B><SPAN class="nobr"><A 
href="file:*" title="Visit page outside Confluence" 
rel="nofollow">file:*<SUP><IMG class="rendericon" 
src="http://goopen.org/confluence/images/icons/linkext7.gif"; height="0" 
width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN> or *http:</B> 
prefixes. For more details see how <SPAN class="nobr"><A 
href="http://static.springframework.org/spring/docs/1.2.x/reference/beans.html#context-functionality-resources";
 title="Visit page outside Confluence" rel="nofollow">Spring deals with 
resources<SUP><IMG class="rendericon" 
src="http://goopen.org/confluence/images/icons/linkext7.gif"; height="0" 
width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></P>
 
 <H3><A name="HowdoIembedaBrokerinsideaConnection-UsingXBean"></A>Using 
XBean</H3>
 
@@ -370,7 +372,7 @@
     <DIV id="site-footer">
           Added by     <A 
href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan";>James
 Strachan</A>,
     last edited by     <A 
href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan";>James
 Strachan</A> on Jul 07, 2006
-                  &nbsp;(<A 
href="http://goopen.org/confluence/pages/diffpages.action?pageId=191&originalId=8981";>view
 change</A>)
+                  &nbsp;(<A 
href="http://goopen.org/confluence/pages/diffpages.action?pageId=191&originalId=8982";>view
 change</A>)
               
       (<A 
href="http://goopen.org/confluence/pages/editpage.action?pageId=191";>edit 
page</A>)
     </DIV>


Reply via email to