Author: jstrachan
Date: Thu Jun  1 05:35:41 2006
New Revision: 410857

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

Modified:
    incubator/activemq/site/how-do-i-embed-a-broker-inside-a-connection.html
    incubator/activemq/site/using-activemq.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=410857&r1=410856&r2=410857&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 
Thu Jun  1 05:35:41 2006
@@ -272,6 +272,31 @@
 
 <P>If you are already using <SPAN class="nobr"><A href="http://xbean.org/"; 
title="Visit page outside Confluence" rel="nofollow">XBean<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> then 
you can just mix and match your Spring/XBean <SPAN class="nobr"><A 
href="https://svn.apache.org/repos/asf/incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/xbean/activemq.xml";
 title="Visit page outside Confluence" rel="nofollow">XML 
configuration<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> with 
ActiveMQ&apos;s configuration.</P>
 
+<DIV class="code"><DIV class="codeContent">
+<PRE class="code-xml"><SPAN class="code-tag">&lt;beans xmlns=<SPAN 
class="code-quote">&quot;http://activemq.org/config/1.0&quot;</SPAN>&gt;</SPAN>
+
+  <SPAN class="code-tag">&lt;bean class=<SPAN 
class="code-quote">&quot;org.springframework.beans.factory.config.PropertyPlaceholderConfigurer&quot;</SPAN>/&gt;</SPAN>
+
+  <SPAN class="code-tag">&lt;broker useJmx=<SPAN 
class="code-quote">&quot;true&quot;</SPAN>&gt;</SPAN>
+
+    <SPAN class="code-tag">&lt;persistenceAdapter&gt;</SPAN>
+      <SPAN class="code-tag">&lt;journaledJDBC journalLogFiles=<SPAN 
class="code-quote">&quot;5&quot;</SPAN> dataDirectory=<SPAN 
class="code-quote">&quot;${basedir}/target/foo&quot;</SPAN> /&gt;</SPAN>
+    <SPAN class="code-tag">&lt;/persistenceAdapter&gt;</SPAN>
+
+    <SPAN class="code-tag">&lt;transportConnectors&gt;</SPAN>
+      <SPAN class="code-tag">&lt;transportConnector uri=<SPAN 
class="code-quote">&quot;tcp://localhost:61636&quot;</SPAN> /&gt;</SPAN>
+    <SPAN class="code-tag">&lt;/transportConnectors&gt;</SPAN>
+
+    <SPAN class="code-tag">&lt;networkConnectors&gt;</SPAN>
+      &lt;!-- 
+      <SPAN class="code-tag">&lt;networkConnector uri=<SPAN 
class="code-quote">&quot;multicast://default?initialReconnectDelay=100&quot;</SPAN>
 /&gt;</SPAN>
+      <SPAN class="code-tag">&lt;networkConnector uri=<SPAN 
class="code-quote">&quot;static://(tcp://localhost:61616)&quot;</SPAN> 
/&gt;</SPAN>
+       --&gt;
+    <SPAN class="code-tag">&lt;/networkConnectors&gt;</SPAN>
+  <SPAN class="code-tag">&lt;/broker&gt;</SPAN>
+
+<SPAN class="code-tag">&lt;/beans&gt;</SPAN></PRE>
+</DIV></DIV>
 
 <H3><A 
name="HowdoIembedaBrokerinsideaConnection-UsingActiveMQConnectionFactory"></A>Using
 ActiveMQConnectionFactory </H3>
 
@@ -324,7 +349,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 Jun 01, 2006
-                  &nbsp;(<A 
href="http://goopen.org/confluence/pages/diffpages.action?pageId=191&originalId=8522";>view
 change</A>)
+                  &nbsp;(<A 
href="http://goopen.org/confluence/pages/diffpages.action?pageId=191&originalId=8523";>view
 change</A>)
               
       (<A 
href="http://goopen.org/confluence/pages/editpage.action?pageId=191";>edit 
page</A>)
     </DIV>

Modified: incubator/activemq/site/using-activemq.html
URL: 
http://svn.apache.org/viewvc/incubator/activemq/site/using-activemq.html?rev=410857&r1=410856&r2=410857&view=diff
==============================================================================
--- incubator/activemq/site/using-activemq.html (original)
+++ incubator/activemq/site/using-activemq.html Thu Jun  1 05:35:41 2006
@@ -253,7 +253,10 @@
               <A href="javascript:hideChildren()">Hide Children</A></SPAN>
           </DIV>
           <DIV class="greybox" id="children" style="display: none;">
-                                      <A 
href="how-can-i-make-activemq-faster.html" title="How can I make ActiveMQ 
faster">How can I make ActiveMQ faster</A>
+                                      <A 
href="how-do-i-embed-a-broker-inside-a-connection.html" title="How do I embed a 
Broker inside a Connection">How do I embed a Broker inside a Connection</A>
+              <SPAN class="smalltext">(ActiveMQ)</SPAN>
+              <BR>
+                          <A href="how-can-i-make-activemq-faster.html" 
title="How can I make ActiveMQ faster">How can I make ActiveMQ faster</A>
               <SPAN class="smalltext">(ActiveMQ)</SPAN>
               <BR>
                           <A 
href="can-two-brokers-share-the-same-database.html" title="Can two brokers 
share the same database">Can two brokers share the same database</A>
@@ -275,9 +278,6 @@
               <SPAN class="smalltext">(ActiveMQ)</SPAN>
               <BR>
                           <A 
href="how-can-i-see-what-destinations-are-used.html" title="How can I see what 
destinations are used">How can I see what destinations are used</A>
-              <SPAN class="smalltext">(ActiveMQ)</SPAN>
-              <BR>
-                          <A 
href="how-do-i-embed-a-broker-inside-a-connection.html" title="How do I embed a 
Broker inside a Connection">How do I embed a Broker inside a Connection</A>
               <SPAN class="smalltext">(ActiveMQ)</SPAN>
               <BR>
                           <A href="how-do-i-change-the-logging.html" 
title="How do I change the logging">How do I change the logging</A>


Reply via email to