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's configuration.</P>
+<DIV class="code"><DIV class="codeContent">
+<PRE class="code-xml"><SPAN class="code-tag"><beans xmlns=<SPAN
class="code-quote">"http://activemq.org/config/1.0"</SPAN>></SPAN>
+
+ <SPAN class="code-tag"><bean class=<SPAN
class="code-quote">"org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"</SPAN>/></SPAN>
+
+ <SPAN class="code-tag"><broker useJmx=<SPAN
class="code-quote">"true"</SPAN>></SPAN>
+
+ <SPAN class="code-tag"><persistenceAdapter></SPAN>
+ <SPAN class="code-tag"><journaledJDBC journalLogFiles=<SPAN
class="code-quote">"5"</SPAN> dataDirectory=<SPAN
class="code-quote">"${basedir}/target/foo"</SPAN> /></SPAN>
+ <SPAN class="code-tag"></persistenceAdapter></SPAN>
+
+ <SPAN class="code-tag"><transportConnectors></SPAN>
+ <SPAN class="code-tag"><transportConnector uri=<SPAN
class="code-quote">"tcp://localhost:61636"</SPAN> /></SPAN>
+ <SPAN class="code-tag"></transportConnectors></SPAN>
+
+ <SPAN class="code-tag"><networkConnectors></SPAN>
+ <!--
+ <SPAN class="code-tag"><networkConnector uri=<SPAN
class="code-quote">"multicast://default?initialReconnectDelay=100"</SPAN>
/></SPAN>
+ <SPAN class="code-tag"><networkConnector uri=<SPAN
class="code-quote">"static://(tcp://localhost:61616)"</SPAN>
/></SPAN>
+ -->
+ <SPAN class="code-tag"></networkConnectors></SPAN>
+ <SPAN class="code-tag"></broker></SPAN>
+
+<SPAN class="code-tag"></beans></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
- (<A
href="http://goopen.org/confluence/pages/diffpages.action?pageId=191&originalId=8522">view
change</A>)
+ (<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>