You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2006/09/08 19:51:01 UTC

svn commit: r441592 - /incubator/activemq/site/how-do-i-run-activemq-under-the-kaffe-jvm.html

Author: chirino
Date: Fri Sep  8 10:51:00 2006
New Revision: 441592

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

Modified:
    incubator/activemq/site/how-do-i-run-activemq-under-the-kaffe-jvm.html

Modified: incubator/activemq/site/how-do-i-run-activemq-under-the-kaffe-jvm.html
URL: http://svn.apache.org/viewvc/incubator/activemq/site/how-do-i-run-activemq-under-the-kaffe-jvm.html?view=diff&rev=441592&r1=441591&r2=441592
==============================================================================
--- incubator/activemq/site/how-do-i-run-activemq-under-the-kaffe-jvm.html (original)
+++ incubator/activemq/site/how-do-i-run-activemq-under-the-kaffe-jvm.html Fri Sep  8 10:51:00 2006
@@ -277,22 +277,45 @@
 <!--          
             <div class="pagetitle">How do I run ActiveMQ under the Kaffe JVM</div>
 -->
-            <DIV class="wiki-content"><P>Currently it is not supported but work is in progress to allow you to run ActiveMQ under Kaffe.</P>
+            <DIV class="wiki-content"><P>ActiveMQ will run under Kaffe with a few adjustments to the default configuration.</P>
 
 <P>We have found the Kaffe does not properly implement:</P>
 <UL>
 	<LI>File based NIO</LI>
 	<LI>Multicast Sockets</LI>
+	<LI>JMX connector JNDI handling</LI>
 </UL>
 
 
-<P>Therefore, the default ActiveMQ configuration must be adjusted to disable the Journal (uses NIO) and disable Multicast discovery.</P>
+<P>Therefore, the default ActiveMQ configuration must be adjusted to disable the Journal (uses NIO), disable Multicast discovery, and JMX.</P>
 
 
 <P>The Kaffe and OS Version that was tested against was:</P>
 <BLOCKQUOTE>
 <P>kaffe version info: Engine: Interpreter   Version: 1.1.7   Java Version: 1.4<BR>
-OS &amp; version: Linux dev-10 2.6.13-15.8-smp #1 SMP Tue Feb 7 11:07:24 UTC</P></BLOCKQUOTE></DIV>
+OS &amp; version: Linux dev-10 2.6.13-15.8-smp #1 SMP Tue Feb 7 11:07:24 UTC</P></BLOCKQUOTE>
+
+<P>The following is the activemq.xml that was used:</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;false&quot;</SPAN>&gt;</SPAN>
+
+  <SPAN class="code-tag">&lt;persistenceAdapter&gt;</SPAN>
+     <SPAN class="code-tag">&lt;journaledJDBC useJournal=<SPAN class="code-quote">&quot;false&quot;</SPAN> dataDirectory=<SPAN class="code-quote">&quot;target/defaultBroker-data&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 name=<SPAN class="code-quote">&quot;default&quot;</SPAN> uri=<SPAN class="code-quote">&quot;tcp://localhost:61616&quot;</SPAN>/&gt;</SPAN>
+     <SPAN class="code-tag">&lt;transportConnector name=<SPAN class="code-quote">&quot;stomp&quot;</SPAN>   uri=<SPAN class="code-quote">&quot;stomp://localhost:61613&quot;</SPAN>/&gt;</SPAN>
+  <SPAN class="code-tag">&lt;/transportConnectors&gt;</SPAN>
+
+ <SPAN class="code-tag">&lt;/broker&gt;</SPAN>
+
+<SPAN class="code-tag">&lt;/beans&gt;</SPAN></PRE>
+</DIV></DIV></DIV>
           
                   </DIV>
         </TD>
@@ -302,8 +325,8 @@
     </DIV>
     <DIV id="site-footer">
           Added by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=chirino">Hiram Chirino</A>,
-    last edited by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=chirino">Hiram Chirino</A> on Sep 07, 2006
-                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=13531&originalId=13532">view change</A>)
+    last edited by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=chirino">Hiram Chirino</A> on Sep 08, 2006
+                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=13531&originalId=13561">view change</A>)
               
       (<A href="http://goopen.org/confluence/pages/editpage.action?pageId=13531">edit page</A>)
     </DIV>