You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2006/05/14 16:49:27 UTC

svn commit: r406339 [2/16] - in /incubator/activemq/site: ./ 2004/04/13/ 2004/05/26/ 2004/06/23/ 2004/06/25/ 2004/08/17/ 2004/08/19/ 2004/08/23/ 2004/10/07/ 2004/11/02/ 2004/12/20/ 2005/02/03/ 2005/02/25/ 2005/04/11/ 2005/06/06/ 2005/07/04/ 2005/07/13/...

Modified: incubator/activemq/site/2005/06/06/using-activemq-with-the-spring-jmstemplate.html
URL: http://svn.apache.org/viewcvs/incubator/activemq/site/2005/06/06/using-activemq-with-the-spring-jmstemplate.html?rev=406339&r1=406338&r2=406339&view=diff
==============================================================================
--- incubator/activemq/site/2005/06/06/using-activemq-with-the-spring-jmstemplate.html (original)
+++ incubator/activemq/site/2005/06/06/using-activemq-with-the-spring-jmstemplate.html Sun May 14 07:49:14 2006
@@ -37,7 +37,7 @@
           </TD>
           <TD align="right" valign="middle" nowrap="">
             <DIV id="site-quicklinks">
-<P><A href="../../../download.html" title="Download">Download</A> &#124; <SPAN class="nobr"><A href="http://activemq.codehaus.org/maven/apidocs/" title="Visit page outside Confluence" rel="nofollow">JavaDocs for 4.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> <SPAN class="nobr"><A href="http://activemq.org/maven/activemq-3/activemq-core/apidocs/" title="Visit page outside Confluence" rel="nofollow">3.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../source.html" title="Source">Source</A> &#124; <SPAN class="nobr"><A href="../../../quicklinks.html" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align=
 "absmiddle" alt="" border="0"></SUP></A></SPAN> &#124;<SPAN class="nobr"><A href="irc://irc.codehaus.org/activemq" title="Visit page outside Confluence" rel="nofollow">IRC<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <SPAN class="nobr"><A href="http://servlet.uwyn.com/drone/log/hausbot/activemq" title="Visit page outside Confluence" rel="nofollow">IRC Log<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../mailing-lists.html" title="Mailing Lists">Mailing Lists</A> &#124; <A href="../../../discussion-forums.html" title="Discussion Forums">Discussion Forums</A> &#124; <A href="../../../site.html" title="Site">Site</A> &#124; <A href="../../../support.html" title="Support">Support</A></P>
+<P><A href="../../../download.html" title="Download">Download</A> &#124; <SPAN class="nobr"><A href="http://activemq.codehaus.org/maven/apidocs/" title="Visit page outside Confluence" rel="nofollow">JavaDocs for 4.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> <SPAN class="nobr"><A href="http://activemq.org/maven/activemq-3/activemq-core/apidocs/" title="Visit page outside Confluence" rel="nofollow">3.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../source.html" title="Source">Source</A> &#124; <SPAN class="nobr"><A href="../../../quicklinks.html" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align=
 "absmiddle" alt="" border="0"></SUP></A></SPAN> &#124;<SPAN class="nobr"><A href="irc://irc.codehaus.org/activemq" title="Visit page outside Confluence" rel="nofollow">IRC<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <SPAN class="nobr"><A href="http://servlet.uwyn.com/drone/log/hausbot/activemq" title="Visit page outside Confluence" rel="nofollow">IRC Log<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../mailing-lists.html" title="Mailing Lists">Mailing Lists</A> &#124; <A href="../../../discussion-forums.html" title="Discussion Forums">Discussion Forums</A> &#124; <A href="../../../support.html" title="Support">Support</A></P>
             </DIV>
           </TD>
         </TR> 
@@ -231,8 +231,10 @@
         </TD>
         <TD valign="top">
           <DIV id="site-page">
-          
-            <DIV class="pagetitle">Using ActiveMQ with the Spring JmsTemplate</DIV>
+
+<!--          
+            <div class="pagetitle">Using ActiveMQ with the Spring JmsTemplate</div>
+-->
             <DIV class="wiki-content">
 <P>Spring supports a useful JMS abstraction called JmsTemplate which makes sending and consuming messages a little simpler than using the JMS APIs directly. The only downside of this abstraction is that each send() will create a connection, session, producer, send the message, then close them all down. This is a really inefficient operation with most JMS providers as each create of a connection, session, producer ends up being an RPC with the broker, if nothing else, for security reasons.</P>
 

Modified: incubator/activemq/site/2005/07/04/javaone-jug-slides-available-for-activemq-and-servicemix.html
URL: http://svn.apache.org/viewcvs/incubator/activemq/site/2005/07/04/javaone-jug-slides-available-for-activemq-and-servicemix.html?rev=406339&r1=406338&r2=406339&view=diff
==============================================================================
--- incubator/activemq/site/2005/07/04/javaone-jug-slides-available-for-activemq-and-servicemix.html (original)
+++ incubator/activemq/site/2005/07/04/javaone-jug-slides-available-for-activemq-and-servicemix.html Sun May 14 07:49:14 2006
@@ -37,7 +37,7 @@
           </TD>
           <TD align="right" valign="middle" nowrap="">
             <DIV id="site-quicklinks">
-<P><A href="../../../download.html" title="Download">Download</A> &#124; <SPAN class="nobr"><A href="http://activemq.codehaus.org/maven/apidocs/" title="Visit page outside Confluence" rel="nofollow">JavaDocs for 4.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> <SPAN class="nobr"><A href="http://activemq.org/maven/activemq-3/activemq-core/apidocs/" title="Visit page outside Confluence" rel="nofollow">3.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../source.html" title="Source">Source</A> &#124; <SPAN class="nobr"><A href="../../../quicklinks.html" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align=
 "absmiddle" alt="" border="0"></SUP></A></SPAN> &#124;<SPAN class="nobr"><A href="irc://irc.codehaus.org/activemq" title="Visit page outside Confluence" rel="nofollow">IRC<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <SPAN class="nobr"><A href="http://servlet.uwyn.com/drone/log/hausbot/activemq" title="Visit page outside Confluence" rel="nofollow">IRC Log<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../mailing-lists.html" title="Mailing Lists">Mailing Lists</A> &#124; <A href="../../../discussion-forums.html" title="Discussion Forums">Discussion Forums</A> &#124; <A href="../../../site.html" title="Site">Site</A> &#124; <A href="../../../support.html" title="Support">Support</A></P>
+<P><A href="../../../download.html" title="Download">Download</A> &#124; <SPAN class="nobr"><A href="http://activemq.codehaus.org/maven/apidocs/" title="Visit page outside Confluence" rel="nofollow">JavaDocs for 4.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> <SPAN class="nobr"><A href="http://activemq.org/maven/activemq-3/activemq-core/apidocs/" title="Visit page outside Confluence" rel="nofollow">3.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../source.html" title="Source">Source</A> &#124; <SPAN class="nobr"><A href="../../../quicklinks.html" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align=
 "absmiddle" alt="" border="0"></SUP></A></SPAN> &#124;<SPAN class="nobr"><A href="irc://irc.codehaus.org/activemq" title="Visit page outside Confluence" rel="nofollow">IRC<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <SPAN class="nobr"><A href="http://servlet.uwyn.com/drone/log/hausbot/activemq" title="Visit page outside Confluence" rel="nofollow">IRC Log<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../mailing-lists.html" title="Mailing Lists">Mailing Lists</A> &#124; <A href="../../../discussion-forums.html" title="Discussion Forums">Discussion Forums</A> &#124; <A href="../../../support.html" title="Support">Support</A></P>
             </DIV>
           </TD>
         </TR> 
@@ -231,8 +231,10 @@
         </TD>
         <TD valign="top">
           <DIV id="site-page">
-          
-            <DIV class="pagetitle">JavaOne JUG slides available for ActiveMQ and ServiceMix</DIV>
+
+<!--          
+            <div class="pagetitle">JavaOne JUG slides available for ActiveMQ and ServiceMix</div>
+-->
             <DIV class="wiki-content">
 <P>We had a great JUG at JavaOne with plenty of beer and a few slides <IMG class="emoticon" src="http://goopen.org/confluence/images/icons/emoticons/smile.gif" height="20" width="20" align="absmiddle" alt="" border="0"> It was a fairly brief presentation, giving an overview of <SPAN class="nobr"><A href="http://activemq.org/" title="Visit page outside Confluence" rel="nofollow">ActiveMQ<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> and <SPAN class="nobr"><A href="http://servicemix.org/" title="Visit page outside Confluence" rel="nofollow">ServiceMix<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN>. Thanks to all those who attended!</P>
 

Modified: incubator/activemq/site/2005/07/13/hermes-jms-messagestores-are-cool.html
URL: http://svn.apache.org/viewcvs/incubator/activemq/site/2005/07/13/hermes-jms-messagestores-are-cool.html?rev=406339&r1=406338&r2=406339&view=diff
==============================================================================
--- incubator/activemq/site/2005/07/13/hermes-jms-messagestores-are-cool.html (original)
+++ incubator/activemq/site/2005/07/13/hermes-jms-messagestores-are-cool.html Sun May 14 07:49:14 2006
@@ -37,7 +37,7 @@
           </TD>
           <TD align="right" valign="middle" nowrap="">
             <DIV id="site-quicklinks">
-<P><A href="../../../download.html" title="Download">Download</A> &#124; <SPAN class="nobr"><A href="http://activemq.codehaus.org/maven/apidocs/" title="Visit page outside Confluence" rel="nofollow">JavaDocs for 4.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> <SPAN class="nobr"><A href="http://activemq.org/maven/activemq-3/activemq-core/apidocs/" title="Visit page outside Confluence" rel="nofollow">3.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../source.html" title="Source">Source</A> &#124; <SPAN class="nobr"><A href="../../../quicklinks.html" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align=
 "absmiddle" alt="" border="0"></SUP></A></SPAN> &#124;<SPAN class="nobr"><A href="irc://irc.codehaus.org/activemq" title="Visit page outside Confluence" rel="nofollow">IRC<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <SPAN class="nobr"><A href="http://servlet.uwyn.com/drone/log/hausbot/activemq" title="Visit page outside Confluence" rel="nofollow">IRC Log<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../mailing-lists.html" title="Mailing Lists">Mailing Lists</A> &#124; <A href="../../../discussion-forums.html" title="Discussion Forums">Discussion Forums</A> &#124; <A href="../../../site.html" title="Site">Site</A> &#124; <A href="../../../support.html" title="Support">Support</A></P>
+<P><A href="../../../download.html" title="Download">Download</A> &#124; <SPAN class="nobr"><A href="http://activemq.codehaus.org/maven/apidocs/" title="Visit page outside Confluence" rel="nofollow">JavaDocs for 4.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> <SPAN class="nobr"><A href="http://activemq.org/maven/activemq-3/activemq-core/apidocs/" title="Visit page outside Confluence" rel="nofollow">3.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../source.html" title="Source">Source</A> &#124; <SPAN class="nobr"><A href="../../../quicklinks.html" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align=
 "absmiddle" alt="" border="0"></SUP></A></SPAN> &#124;<SPAN class="nobr"><A href="irc://irc.codehaus.org/activemq" title="Visit page outside Confluence" rel="nofollow">IRC<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <SPAN class="nobr"><A href="http://servlet.uwyn.com/drone/log/hausbot/activemq" title="Visit page outside Confluence" rel="nofollow">IRC Log<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../mailing-lists.html" title="Mailing Lists">Mailing Lists</A> &#124; <A href="../../../discussion-forums.html" title="Discussion Forums">Discussion Forums</A> &#124; <A href="../../../support.html" title="Support">Support</A></P>
             </DIV>
           </TD>
         </TR> 
@@ -231,8 +231,10 @@
         </TD>
         <TD valign="top">
           <DIV id="site-page">
-          
-            <DIV class="pagetitle">Hermes JMS MessageStores are cool</DIV>
+
+<!--          
+            <div class="pagetitle">Hermes JMS MessageStores are cool</div>
+-->
             <DIV class="wiki-content">
 <P>Here is a <SPAN class="nobr"><A href="http://hermesjms.com/demos/messagestores.html" title="Visit page outside Confluence" rel="nofollow">great demo<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> of how useful the <SPAN class="nobr"><A href="http://hermesjms.com/" title="Visit page outside Confluence" rel="nofollow">HermesJms<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> tool can be when working with a JMS provider like <SPAN class="nobr"><A href="http://activemq.org/" title="Visit page outside Confluence" rel="nofollow">ActiveMQ<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN>. Nice work Colin!</P></DIV>
           

Modified: incubator/activemq/site/2005/07/13/simpler-integration-of-the-activemq-broker-into-spring.html
URL: http://svn.apache.org/viewcvs/incubator/activemq/site/2005/07/13/simpler-integration-of-the-activemq-broker-into-spring.html?rev=406339&r1=406338&r2=406339&view=diff
==============================================================================
--- incubator/activemq/site/2005/07/13/simpler-integration-of-the-activemq-broker-into-spring.html (original)
+++ incubator/activemq/site/2005/07/13/simpler-integration-of-the-activemq-broker-into-spring.html Sun May 14 07:49:14 2006
@@ -37,7 +37,7 @@
           </TD>
           <TD align="right" valign="middle" nowrap="">
             <DIV id="site-quicklinks">
-<P><A href="../../../download.html" title="Download">Download</A> &#124; <SPAN class="nobr"><A href="http://activemq.codehaus.org/maven/apidocs/" title="Visit page outside Confluence" rel="nofollow">JavaDocs for 4.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> <SPAN class="nobr"><A href="http://activemq.org/maven/activemq-3/activemq-core/apidocs/" title="Visit page outside Confluence" rel="nofollow">3.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../source.html" title="Source">Source</A> &#124; <SPAN class="nobr"><A href="../../../quicklinks.html" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align=
 "absmiddle" alt="" border="0"></SUP></A></SPAN> &#124;<SPAN class="nobr"><A href="irc://irc.codehaus.org/activemq" title="Visit page outside Confluence" rel="nofollow">IRC<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <SPAN class="nobr"><A href="http://servlet.uwyn.com/drone/log/hausbot/activemq" title="Visit page outside Confluence" rel="nofollow">IRC Log<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../mailing-lists.html" title="Mailing Lists">Mailing Lists</A> &#124; <A href="../../../discussion-forums.html" title="Discussion Forums">Discussion Forums</A> &#124; <A href="../../../site.html" title="Site">Site</A> &#124; <A href="../../../support.html" title="Support">Support</A></P>
+<P><A href="../../../download.html" title="Download">Download</A> &#124; <SPAN class="nobr"><A href="http://activemq.codehaus.org/maven/apidocs/" title="Visit page outside Confluence" rel="nofollow">JavaDocs for 4.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> <SPAN class="nobr"><A href="http://activemq.org/maven/activemq-3/activemq-core/apidocs/" title="Visit page outside Confluence" rel="nofollow">3.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../source.html" title="Source">Source</A> &#124; <SPAN class="nobr"><A href="../../../quicklinks.html" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align=
 "absmiddle" alt="" border="0"></SUP></A></SPAN> &#124;<SPAN class="nobr"><A href="irc://irc.codehaus.org/activemq" title="Visit page outside Confluence" rel="nofollow">IRC<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <SPAN class="nobr"><A href="http://servlet.uwyn.com/drone/log/hausbot/activemq" title="Visit page outside Confluence" rel="nofollow">IRC Log<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../mailing-lists.html" title="Mailing Lists">Mailing Lists</A> &#124; <A href="../../../discussion-forums.html" title="Discussion Forums">Discussion Forums</A> &#124; <A href="../../../support.html" title="Support">Support</A></P>
             </DIV>
           </TD>
         </TR> 
@@ -231,8 +231,10 @@
         </TD>
         <TD valign="top">
           <DIV id="site-page">
-          
-            <DIV class="pagetitle">Simpler integration of the ActiveMQ broker into Spring</DIV>
+
+<!--          
+            <div class="pagetitle">Simpler integration of the ActiveMQ broker into Spring</div>
+-->
             <DIV class="wiki-content">
 <P>It was often a bit harder than it might be to configure an ActiveMQ broker inside a Spring XML configuration file. We&apos;ve just added a simple Spring FactoryBean to make this process much simpler...</P>
 

Modified: incubator/activemq/site/2005/07/15/great-blog-post-on-message-driven-pojos.html
URL: http://svn.apache.org/viewcvs/incubator/activemq/site/2005/07/15/great-blog-post-on-message-driven-pojos.html?rev=406339&r1=406338&r2=406339&view=diff
==============================================================================
--- incubator/activemq/site/2005/07/15/great-blog-post-on-message-driven-pojos.html (original)
+++ incubator/activemq/site/2005/07/15/great-blog-post-on-message-driven-pojos.html Sun May 14 07:49:14 2006
@@ -37,7 +37,7 @@
           </TD>
           <TD align="right" valign="middle" nowrap="">
             <DIV id="site-quicklinks">
-<P><A href="../../../download.html" title="Download">Download</A> &#124; <SPAN class="nobr"><A href="http://activemq.codehaus.org/maven/apidocs/" title="Visit page outside Confluence" rel="nofollow">JavaDocs for 4.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> <SPAN class="nobr"><A href="http://activemq.org/maven/activemq-3/activemq-core/apidocs/" title="Visit page outside Confluence" rel="nofollow">3.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../source.html" title="Source">Source</A> &#124; <SPAN class="nobr"><A href="../../../quicklinks.html" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align=
 "absmiddle" alt="" border="0"></SUP></A></SPAN> &#124;<SPAN class="nobr"><A href="irc://irc.codehaus.org/activemq" title="Visit page outside Confluence" rel="nofollow">IRC<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <SPAN class="nobr"><A href="http://servlet.uwyn.com/drone/log/hausbot/activemq" title="Visit page outside Confluence" rel="nofollow">IRC Log<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../mailing-lists.html" title="Mailing Lists">Mailing Lists</A> &#124; <A href="../../../discussion-forums.html" title="Discussion Forums">Discussion Forums</A> &#124; <A href="../../../site.html" title="Site">Site</A> &#124; <A href="../../../support.html" title="Support">Support</A></P>
+<P><A href="../../../download.html" title="Download">Download</A> &#124; <SPAN class="nobr"><A href="http://activemq.codehaus.org/maven/apidocs/" title="Visit page outside Confluence" rel="nofollow">JavaDocs for 4.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> <SPAN class="nobr"><A href="http://activemq.org/maven/activemq-3/activemq-core/apidocs/" title="Visit page outside Confluence" rel="nofollow">3.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../source.html" title="Source">Source</A> &#124; <SPAN class="nobr"><A href="../../../quicklinks.html" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align=
 "absmiddle" alt="" border="0"></SUP></A></SPAN> &#124;<SPAN class="nobr"><A href="irc://irc.codehaus.org/activemq" title="Visit page outside Confluence" rel="nofollow">IRC<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <SPAN class="nobr"><A href="http://servlet.uwyn.com/drone/log/hausbot/activemq" title="Visit page outside Confluence" rel="nofollow">IRC Log<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../mailing-lists.html" title="Mailing Lists">Mailing Lists</A> &#124; <A href="../../../discussion-forums.html" title="Discussion Forums">Discussion Forums</A> &#124; <A href="../../../support.html" title="Support">Support</A></P>
             </DIV>
           </TD>
         </TR> 
@@ -231,8 +231,10 @@
         </TD>
         <TD valign="top">
           <DIV id="site-page">
-          
-            <DIV class="pagetitle">Great blog post on Message Driven POJOs</DIV>
+
+<!--          
+            <div class="pagetitle">Great blog post on Message Driven POJOs</div>
+-->
             <DIV class="wiki-content">
 <P><SPAN class="nobr"><A href="http://jroller.com/page/habuma/" title="Visit page outside Confluence" rel="nofollow">Craig<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> has a great post on <SPAN class="nobr"><A href="http://jroller.com/page/habuma/20050715#message_driven_pojos" title="Visit page outside Confluence" rel="nofollow">message driven POJOs<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN>. If you can make it to the <SPAN class="nobr"><A href="http://www.nofluffjuststuff.com/show_view.jsp?showId=33" title="Visit page outside Confluence" rel="nofollow">LoneStar Software Symposium<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPA
 N> to see Craig&apos;s talk it sounds well worth attending. CoolBeans!</P>
 

Modified: incubator/activemq/site/2005/08/25/activemq-31-released-with-ruby-and-perl-support.html
URL: http://svn.apache.org/viewcvs/incubator/activemq/site/2005/08/25/activemq-31-released-with-ruby-and-perl-support.html?rev=406339&r1=406338&r2=406339&view=diff
==============================================================================
--- incubator/activemq/site/2005/08/25/activemq-31-released-with-ruby-and-perl-support.html (original)
+++ incubator/activemq/site/2005/08/25/activemq-31-released-with-ruby-and-perl-support.html Sun May 14 07:49:14 2006
@@ -37,7 +37,7 @@
           </TD>
           <TD align="right" valign="middle" nowrap="">
             <DIV id="site-quicklinks">
-<P><A href="../../../download.html" title="Download">Download</A> &#124; <SPAN class="nobr"><A href="http://activemq.codehaus.org/maven/apidocs/" title="Visit page outside Confluence" rel="nofollow">JavaDocs for 4.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> <SPAN class="nobr"><A href="http://activemq.org/maven/activemq-3/activemq-core/apidocs/" title="Visit page outside Confluence" rel="nofollow">3.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../source.html" title="Source">Source</A> &#124; <SPAN class="nobr"><A href="../../../quicklinks.html" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align=
 "absmiddle" alt="" border="0"></SUP></A></SPAN> &#124;<SPAN class="nobr"><A href="irc://irc.codehaus.org/activemq" title="Visit page outside Confluence" rel="nofollow">IRC<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <SPAN class="nobr"><A href="http://servlet.uwyn.com/drone/log/hausbot/activemq" title="Visit page outside Confluence" rel="nofollow">IRC Log<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../mailing-lists.html" title="Mailing Lists">Mailing Lists</A> &#124; <A href="../../../discussion-forums.html" title="Discussion Forums">Discussion Forums</A> &#124; <A href="../../../site.html" title="Site">Site</A> &#124; <A href="../../../support.html" title="Support">Support</A></P>
+<P><A href="../../../download.html" title="Download">Download</A> &#124; <SPAN class="nobr"><A href="http://activemq.codehaus.org/maven/apidocs/" title="Visit page outside Confluence" rel="nofollow">JavaDocs for 4.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> <SPAN class="nobr"><A href="http://activemq.org/maven/activemq-3/activemq-core/apidocs/" title="Visit page outside Confluence" rel="nofollow">3.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../source.html" title="Source">Source</A> &#124; <SPAN class="nobr"><A href="../../../quicklinks.html" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align=
 "absmiddle" alt="" border="0"></SUP></A></SPAN> &#124;<SPAN class="nobr"><A href="irc://irc.codehaus.org/activemq" title="Visit page outside Confluence" rel="nofollow">IRC<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <SPAN class="nobr"><A href="http://servlet.uwyn.com/drone/log/hausbot/activemq" title="Visit page outside Confluence" rel="nofollow">IRC Log<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../mailing-lists.html" title="Mailing Lists">Mailing Lists</A> &#124; <A href="../../../discussion-forums.html" title="Discussion Forums">Discussion Forums</A> &#124; <A href="../../../support.html" title="Support">Support</A></P>
             </DIV>
           </TD>
         </TR> 
@@ -231,8 +231,10 @@
         </TD>
         <TD valign="top">
           <DIV id="site-page">
-          
-            <DIV class="pagetitle">ActiveMQ 3.1 Released with Ruby and Perl support</DIV>
+
+<!--          
+            <div class="pagetitle">ActiveMQ 3.1 Released with Ruby and Perl support</div>
+-->
             <DIV class="wiki-content">
 <P>The long awaited <A href="../../../activemq-31-release.html" title="ActiveMQ 3.1 Release">ActiveMQ 3.1 Release</A> is finally out. Who-hoo! Many thanks to all those on the <A href="../../../team.html" title="Team">Team</A> who&apos;ve helped.</P>
 

Modified: incubator/activemq/site/2005/09/14/activemq-integrates-with-openrico-ajax-library.html
URL: http://svn.apache.org/viewcvs/incubator/activemq/site/2005/09/14/activemq-integrates-with-openrico-ajax-library.html?rev=406339&r1=406338&r2=406339&view=diff
==============================================================================
--- incubator/activemq/site/2005/09/14/activemq-integrates-with-openrico-ajax-library.html (original)
+++ incubator/activemq/site/2005/09/14/activemq-integrates-with-openrico-ajax-library.html Sun May 14 07:49:14 2006
@@ -37,7 +37,7 @@
           </TD>
           <TD align="right" valign="middle" nowrap="">
             <DIV id="site-quicklinks">
-<P><A href="../../../download.html" title="Download">Download</A> &#124; <SPAN class="nobr"><A href="http://activemq.codehaus.org/maven/apidocs/" title="Visit page outside Confluence" rel="nofollow">JavaDocs for 4.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> <SPAN class="nobr"><A href="http://activemq.org/maven/activemq-3/activemq-core/apidocs/" title="Visit page outside Confluence" rel="nofollow">3.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../source.html" title="Source">Source</A> &#124; <SPAN class="nobr"><A href="../../../quicklinks.html" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align=
 "absmiddle" alt="" border="0"></SUP></A></SPAN> &#124;<SPAN class="nobr"><A href="irc://irc.codehaus.org/activemq" title="Visit page outside Confluence" rel="nofollow">IRC<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <SPAN class="nobr"><A href="http://servlet.uwyn.com/drone/log/hausbot/activemq" title="Visit page outside Confluence" rel="nofollow">IRC Log<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../mailing-lists.html" title="Mailing Lists">Mailing Lists</A> &#124; <A href="../../../discussion-forums.html" title="Discussion Forums">Discussion Forums</A> &#124; <A href="../../../site.html" title="Site">Site</A> &#124; <A href="../../../support.html" title="Support">Support</A></P>
+<P><A href="../../../download.html" title="Download">Download</A> &#124; <SPAN class="nobr"><A href="http://activemq.codehaus.org/maven/apidocs/" title="Visit page outside Confluence" rel="nofollow">JavaDocs for 4.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> <SPAN class="nobr"><A href="http://activemq.org/maven/activemq-3/activemq-core/apidocs/" title="Visit page outside Confluence" rel="nofollow">3.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../source.html" title="Source">Source</A> &#124; <SPAN class="nobr"><A href="../../../quicklinks.html" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align=
 "absmiddle" alt="" border="0"></SUP></A></SPAN> &#124;<SPAN class="nobr"><A href="irc://irc.codehaus.org/activemq" title="Visit page outside Confluence" rel="nofollow">IRC<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <SPAN class="nobr"><A href="http://servlet.uwyn.com/drone/log/hausbot/activemq" title="Visit page outside Confluence" rel="nofollow">IRC Log<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../mailing-lists.html" title="Mailing Lists">Mailing Lists</A> &#124; <A href="../../../discussion-forums.html" title="Discussion Forums">Discussion Forums</A> &#124; <A href="../../../support.html" title="Support">Support</A></P>
             </DIV>
           </TD>
         </TR> 
@@ -231,8 +231,10 @@
         </TD>
         <TD valign="top">
           <DIV id="site-page">
-          
-            <DIV class="pagetitle">ActiveMQ integrates with OpenRico Ajax library</DIV>
+
+<!--          
+            <div class="pagetitle">ActiveMQ integrates with OpenRico Ajax library</div>
+-->
             <DIV class="wiki-content">
 <P>We&apos;ve now migrated our real time portfolio <A href="../../../ajax.html" title="Ajax">Ajax</A> demo to use the <SPAN class="nobr"><A href="http://openrico.org/" title="Visit page outside Confluence" rel="nofollow">OpenRico<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> library. Cool Beans!</P>
 

Modified: incubator/activemq/site/2005/10/11/activemq-adds-xbean-support-for-custom-spring-xml-processing.html
URL: http://svn.apache.org/viewcvs/incubator/activemq/site/2005/10/11/activemq-adds-xbean-support-for-custom-spring-xml-processing.html?rev=406339&r1=406338&r2=406339&view=diff
==============================================================================
--- incubator/activemq/site/2005/10/11/activemq-adds-xbean-support-for-custom-spring-xml-processing.html (original)
+++ incubator/activemq/site/2005/10/11/activemq-adds-xbean-support-for-custom-spring-xml-processing.html Sun May 14 07:49:14 2006
@@ -37,7 +37,7 @@
           </TD>
           <TD align="right" valign="middle" nowrap="">
             <DIV id="site-quicklinks">
-<P><A href="../../../download.html" title="Download">Download</A> &#124; <SPAN class="nobr"><A href="http://activemq.codehaus.org/maven/apidocs/" title="Visit page outside Confluence" rel="nofollow">JavaDocs for 4.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> <SPAN class="nobr"><A href="http://activemq.org/maven/activemq-3/activemq-core/apidocs/" title="Visit page outside Confluence" rel="nofollow">3.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../source.html" title="Source">Source</A> &#124; <SPAN class="nobr"><A href="../../../quicklinks.html" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align=
 "absmiddle" alt="" border="0"></SUP></A></SPAN> &#124;<SPAN class="nobr"><A href="irc://irc.codehaus.org/activemq" title="Visit page outside Confluence" rel="nofollow">IRC<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <SPAN class="nobr"><A href="http://servlet.uwyn.com/drone/log/hausbot/activemq" title="Visit page outside Confluence" rel="nofollow">IRC Log<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../mailing-lists.html" title="Mailing Lists">Mailing Lists</A> &#124; <A href="../../../discussion-forums.html" title="Discussion Forums">Discussion Forums</A> &#124; <A href="../../../site.html" title="Site">Site</A> &#124; <A href="../../../support.html" title="Support">Support</A></P>
+<P><A href="../../../download.html" title="Download">Download</A> &#124; <SPAN class="nobr"><A href="http://activemq.codehaus.org/maven/apidocs/" title="Visit page outside Confluence" rel="nofollow">JavaDocs for 4.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> <SPAN class="nobr"><A href="http://activemq.org/maven/activemq-3/activemq-core/apidocs/" title="Visit page outside Confluence" rel="nofollow">3.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../source.html" title="Source">Source</A> &#124; <SPAN class="nobr"><A href="../../../quicklinks.html" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align=
 "absmiddle" alt="" border="0"></SUP></A></SPAN> &#124;<SPAN class="nobr"><A href="irc://irc.codehaus.org/activemq" title="Visit page outside Confluence" rel="nofollow">IRC<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <SPAN class="nobr"><A href="http://servlet.uwyn.com/drone/log/hausbot/activemq" title="Visit page outside Confluence" rel="nofollow">IRC Log<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../mailing-lists.html" title="Mailing Lists">Mailing Lists</A> &#124; <A href="../../../discussion-forums.html" title="Discussion Forums">Discussion Forums</A> &#124; <A href="../../../support.html" title="Support">Support</A></P>
             </DIV>
           </TD>
         </TR> 
@@ -231,8 +231,10 @@
         </TD>
         <TD valign="top">
           <DIV id="site-page">
-          
-            <DIV class="pagetitle">ActiveMQ adds XBean support for custom Spring XML processing</DIV>
+
+<!--          
+            <div class="pagetitle">ActiveMQ adds XBean support for custom Spring XML processing</div>
+-->
             <DIV class="wiki-content">
 <P>Craig has a <SPAN class="nobr"><A href="http://jroller.com/page/habuma/20051011" title="Visit page outside Confluence" rel="nofollow">great post<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> which describes how XBean can really help provide a <SPAN class="nobr"><A href="http://docs.codehaus.org/display/XB/Custom%20XML" title="Visit page outside Confluence" rel="nofollow">customized XML language<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> with Spring XML configuration extensibility. We&apos;re really happy with it so far and have moved away from XSLT and custom DOM processing to the simpler XBean model in ActiveMQ and <SPAN class="nobr"><A href="http://jencks.org/" title="Visit page outside Confluence" rel="nofollow">Jencks<SUP><IMG class=
 "rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> with <SPAN class="nobr"><A href="http://servicemix.org/" title="Visit page outside Confluence" rel="nofollow">ServiceMix<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> to follow suit real soon now.</P>
 

Modified: incubator/activemq/site/2005/10/26/activemq-32-released-with-stomp-10-and-improved-ajax.html
URL: http://svn.apache.org/viewcvs/incubator/activemq/site/2005/10/26/activemq-32-released-with-stomp-10-and-improved-ajax.html?rev=406339&r1=406338&r2=406339&view=diff
==============================================================================
--- incubator/activemq/site/2005/10/26/activemq-32-released-with-stomp-10-and-improved-ajax.html (original)
+++ incubator/activemq/site/2005/10/26/activemq-32-released-with-stomp-10-and-improved-ajax.html Sun May 14 07:49:14 2006
@@ -37,7 +37,7 @@
           </TD>
           <TD align="right" valign="middle" nowrap="">
             <DIV id="site-quicklinks">
-<P><A href="../../../download.html" title="Download">Download</A> &#124; <SPAN class="nobr"><A href="http://activemq.codehaus.org/maven/apidocs/" title="Visit page outside Confluence" rel="nofollow">JavaDocs for 4.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> <SPAN class="nobr"><A href="http://activemq.org/maven/activemq-3/activemq-core/apidocs/" title="Visit page outside Confluence" rel="nofollow">3.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../source.html" title="Source">Source</A> &#124; <SPAN class="nobr"><A href="../../../quicklinks.html" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align=
 "absmiddle" alt="" border="0"></SUP></A></SPAN> &#124;<SPAN class="nobr"><A href="irc://irc.codehaus.org/activemq" title="Visit page outside Confluence" rel="nofollow">IRC<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <SPAN class="nobr"><A href="http://servlet.uwyn.com/drone/log/hausbot/activemq" title="Visit page outside Confluence" rel="nofollow">IRC Log<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../mailing-lists.html" title="Mailing Lists">Mailing Lists</A> &#124; <A href="../../../discussion-forums.html" title="Discussion Forums">Discussion Forums</A> &#124; <A href="../../../site.html" title="Site">Site</A> &#124; <A href="../../../support.html" title="Support">Support</A></P>
+<P><A href="../../../download.html" title="Download">Download</A> &#124; <SPAN class="nobr"><A href="http://activemq.codehaus.org/maven/apidocs/" title="Visit page outside Confluence" rel="nofollow">JavaDocs for 4.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> <SPAN class="nobr"><A href="http://activemq.org/maven/activemq-3/activemq-core/apidocs/" title="Visit page outside Confluence" rel="nofollow">3.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../source.html" title="Source">Source</A> &#124; <SPAN class="nobr"><A href="../../../quicklinks.html" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align=
 "absmiddle" alt="" border="0"></SUP></A></SPAN> &#124;<SPAN class="nobr"><A href="irc://irc.codehaus.org/activemq" title="Visit page outside Confluence" rel="nofollow">IRC<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <SPAN class="nobr"><A href="http://servlet.uwyn.com/drone/log/hausbot/activemq" title="Visit page outside Confluence" rel="nofollow">IRC Log<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../mailing-lists.html" title="Mailing Lists">Mailing Lists</A> &#124; <A href="../../../discussion-forums.html" title="Discussion Forums">Discussion Forums</A> &#124; <A href="../../../support.html" title="Support">Support</A></P>
             </DIV>
           </TD>
         </TR> 
@@ -231,8 +231,10 @@
         </TD>
         <TD valign="top">
           <DIV id="site-page">
-          
-            <DIV class="pagetitle">ActiveMQ 3.2 released with Stomp 1.0 and improved Ajax</DIV>
+
+<!--          
+            <div class="pagetitle">ActiveMQ 3.2 released with Stomp 1.0 and improved Ajax</div>
+-->
             <DIV class="wiki-content">
 <P>This new release includes the following</P>
 

Modified: incubator/activemq/site/2005/11/09/new-features-in-40-exclusive-consumers-and-message-groups.html
URL: http://svn.apache.org/viewcvs/incubator/activemq/site/2005/11/09/new-features-in-40-exclusive-consumers-and-message-groups.html?rev=406339&r1=406338&r2=406339&view=diff
==============================================================================
--- incubator/activemq/site/2005/11/09/new-features-in-40-exclusive-consumers-and-message-groups.html (original)
+++ incubator/activemq/site/2005/11/09/new-features-in-40-exclusive-consumers-and-message-groups.html Sun May 14 07:49:14 2006
@@ -37,7 +37,7 @@
           </TD>
           <TD align="right" valign="middle" nowrap="">
             <DIV id="site-quicklinks">
-<P><A href="../../../download.html" title="Download">Download</A> &#124; <SPAN class="nobr"><A href="http://activemq.codehaus.org/maven/apidocs/" title="Visit page outside Confluence" rel="nofollow">JavaDocs for 4.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> <SPAN class="nobr"><A href="http://activemq.org/maven/activemq-3/activemq-core/apidocs/" title="Visit page outside Confluence" rel="nofollow">3.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../source.html" title="Source">Source</A> &#124; <SPAN class="nobr"><A href="../../../quicklinks.html" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align=
 "absmiddle" alt="" border="0"></SUP></A></SPAN> &#124;<SPAN class="nobr"><A href="irc://irc.codehaus.org/activemq" title="Visit page outside Confluence" rel="nofollow">IRC<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <SPAN class="nobr"><A href="http://servlet.uwyn.com/drone/log/hausbot/activemq" title="Visit page outside Confluence" rel="nofollow">IRC Log<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../mailing-lists.html" title="Mailing Lists">Mailing Lists</A> &#124; <A href="../../../discussion-forums.html" title="Discussion Forums">Discussion Forums</A> &#124; <A href="../../../site.html" title="Site">Site</A> &#124; <A href="../../../support.html" title="Support">Support</A></P>
+<P><A href="../../../download.html" title="Download">Download</A> &#124; <SPAN class="nobr"><A href="http://activemq.codehaus.org/maven/apidocs/" title="Visit page outside Confluence" rel="nofollow">JavaDocs for 4.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> <SPAN class="nobr"><A href="http://activemq.org/maven/activemq-3/activemq-core/apidocs/" title="Visit page outside Confluence" rel="nofollow">3.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../source.html" title="Source">Source</A> &#124; <SPAN class="nobr"><A href="../../../quicklinks.html" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align=
 "absmiddle" alt="" border="0"></SUP></A></SPAN> &#124;<SPAN class="nobr"><A href="irc://irc.codehaus.org/activemq" title="Visit page outside Confluence" rel="nofollow">IRC<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <SPAN class="nobr"><A href="http://servlet.uwyn.com/drone/log/hausbot/activemq" title="Visit page outside Confluence" rel="nofollow">IRC Log<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../mailing-lists.html" title="Mailing Lists">Mailing Lists</A> &#124; <A href="../../../discussion-forums.html" title="Discussion Forums">Discussion Forums</A> &#124; <A href="../../../support.html" title="Support">Support</A></P>
             </DIV>
           </TD>
         </TR> 
@@ -231,8 +231,10 @@
         </TD>
         <TD valign="top">
           <DIV id="site-page">
-          
-            <DIV class="pagetitle">New features in 4.0, Exclusive Consumers and Message Groups</DIV>
+
+<!--          
+            <div class="pagetitle">New features in 4.0, Exclusive Consumers and Message Groups</div>
+-->
             <DIV class="wiki-content">
 <P>We&apos;ve documented some of the new features coming along in <A href="../../../changes-in-40.html" title="Changes in 4.0">the 4.x branch of ActiveMQ</A>. In particular the things I&apos;m particularly happy about are</P>
 

Modified: incubator/activemq/site/2005/11/23/new-discussion-forum-available.html
URL: http://svn.apache.org/viewcvs/incubator/activemq/site/2005/11/23/new-discussion-forum-available.html?rev=406339&r1=406338&r2=406339&view=diff
==============================================================================
--- incubator/activemq/site/2005/11/23/new-discussion-forum-available.html (original)
+++ incubator/activemq/site/2005/11/23/new-discussion-forum-available.html Sun May 14 07:49:14 2006
@@ -37,7 +37,7 @@
           </TD>
           <TD align="right" valign="middle" nowrap="">
             <DIV id="site-quicklinks">
-<P><A href="../../../download.html" title="Download">Download</A> &#124; <SPAN class="nobr"><A href="http://activemq.codehaus.org/maven/apidocs/" title="Visit page outside Confluence" rel="nofollow">JavaDocs for 4.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> <SPAN class="nobr"><A href="http://activemq.org/maven/activemq-3/activemq-core/apidocs/" title="Visit page outside Confluence" rel="nofollow">3.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../source.html" title="Source">Source</A> &#124; <SPAN class="nobr"><A href="../../../quicklinks.html" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align=
 "absmiddle" alt="" border="0"></SUP></A></SPAN> &#124;<SPAN class="nobr"><A href="irc://irc.codehaus.org/activemq" title="Visit page outside Confluence" rel="nofollow">IRC<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <SPAN class="nobr"><A href="http://servlet.uwyn.com/drone/log/hausbot/activemq" title="Visit page outside Confluence" rel="nofollow">IRC Log<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../mailing-lists.html" title="Mailing Lists">Mailing Lists</A> &#124; <A href="../../../discussion-forums.html" title="Discussion Forums">Discussion Forums</A> &#124; <A href="../../../site.html" title="Site">Site</A> &#124; <A href="../../../support.html" title="Support">Support</A></P>
+<P><A href="../../../download.html" title="Download">Download</A> &#124; <SPAN class="nobr"><A href="http://activemq.codehaus.org/maven/apidocs/" title="Visit page outside Confluence" rel="nofollow">JavaDocs for 4.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> <SPAN class="nobr"><A href="http://activemq.org/maven/activemq-3/activemq-core/apidocs/" title="Visit page outside Confluence" rel="nofollow">3.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../source.html" title="Source">Source</A> &#124; <SPAN class="nobr"><A href="../../../quicklinks.html" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align=
 "absmiddle" alt="" border="0"></SUP></A></SPAN> &#124;<SPAN class="nobr"><A href="irc://irc.codehaus.org/activemq" title="Visit page outside Confluence" rel="nofollow">IRC<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <SPAN class="nobr"><A href="http://servlet.uwyn.com/drone/log/hausbot/activemq" title="Visit page outside Confluence" rel="nofollow">IRC Log<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../mailing-lists.html" title="Mailing Lists">Mailing Lists</A> &#124; <A href="../../../discussion-forums.html" title="Discussion Forums">Discussion Forums</A> &#124; <A href="../../../support.html" title="Support">Support</A></P>
             </DIV>
           </TD>
         </TR> 
@@ -231,8 +231,10 @@
         </TD>
         <TD valign="top">
           <DIV id="site-page">
-          
-            <DIV class="pagetitle">New discussion forum available</DIV>
+
+<!--          
+            <div class="pagetitle">New discussion forum available</div>
+-->
             <DIV class="wiki-content"><P><BR>
 Various users don&apos;t like joining busy email lists - we all get enough email as it is <IMG class="emoticon" src="http://goopen.org/confluence/images/icons/emoticons/smile.gif" height="20" width="20" align="absmiddle" alt="" border="0"> - so we&apos;ve setup a <SPAN class="nobr"><A href="http://forums.logicblaze.com/forums/show/1.page" title="Visit page outside Confluence" rel="nofollow">discussion forum<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> you can use as an alternative to the mail lists. Enjoy!</P></DIV>
           

Modified: incubator/activemq/site/2005/12/09/activemq-4x-codebase-has-moved-to-apache.html
URL: http://svn.apache.org/viewcvs/incubator/activemq/site/2005/12/09/activemq-4x-codebase-has-moved-to-apache.html?rev=406339&r1=406338&r2=406339&view=diff
==============================================================================
--- incubator/activemq/site/2005/12/09/activemq-4x-codebase-has-moved-to-apache.html (original)
+++ incubator/activemq/site/2005/12/09/activemq-4x-codebase-has-moved-to-apache.html Sun May 14 07:49:14 2006
@@ -37,7 +37,7 @@
           </TD>
           <TD align="right" valign="middle" nowrap="">
             <DIV id="site-quicklinks">
-<P><A href="../../../download.html" title="Download">Download</A> &#124; <SPAN class="nobr"><A href="http://activemq.codehaus.org/maven/apidocs/" title="Visit page outside Confluence" rel="nofollow">JavaDocs for 4.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> <SPAN class="nobr"><A href="http://activemq.org/maven/activemq-3/activemq-core/apidocs/" title="Visit page outside Confluence" rel="nofollow">3.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../source.html" title="Source">Source</A> &#124; <SPAN class="nobr"><A href="../../../quicklinks.html" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align=
 "absmiddle" alt="" border="0"></SUP></A></SPAN> &#124;<SPAN class="nobr"><A href="irc://irc.codehaus.org/activemq" title="Visit page outside Confluence" rel="nofollow">IRC<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <SPAN class="nobr"><A href="http://servlet.uwyn.com/drone/log/hausbot/activemq" title="Visit page outside Confluence" rel="nofollow">IRC Log<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../mailing-lists.html" title="Mailing Lists">Mailing Lists</A> &#124; <A href="../../../discussion-forums.html" title="Discussion Forums">Discussion Forums</A> &#124; <A href="../../../site.html" title="Site">Site</A> &#124; <A href="../../../support.html" title="Support">Support</A></P>
+<P><A href="../../../download.html" title="Download">Download</A> &#124; <SPAN class="nobr"><A href="http://activemq.codehaus.org/maven/apidocs/" title="Visit page outside Confluence" rel="nofollow">JavaDocs for 4.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> <SPAN class="nobr"><A href="http://activemq.org/maven/activemq-3/activemq-core/apidocs/" title="Visit page outside Confluence" rel="nofollow">3.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../source.html" title="Source">Source</A> &#124; <SPAN class="nobr"><A href="../../../quicklinks.html" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align=
 "absmiddle" alt="" border="0"></SUP></A></SPAN> &#124;<SPAN class="nobr"><A href="irc://irc.codehaus.org/activemq" title="Visit page outside Confluence" rel="nofollow">IRC<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <SPAN class="nobr"><A href="http://servlet.uwyn.com/drone/log/hausbot/activemq" title="Visit page outside Confluence" rel="nofollow">IRC Log<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../mailing-lists.html" title="Mailing Lists">Mailing Lists</A> &#124; <A href="../../../discussion-forums.html" title="Discussion Forums">Discussion Forums</A> &#124; <A href="../../../support.html" title="Support">Support</A></P>
             </DIV>
           </TD>
         </TR> 
@@ -231,8 +231,10 @@
         </TD>
         <TD valign="top">
           <DIV id="site-page">
-          
-            <DIV class="pagetitle">ActiveMQ 4.x codebase has moved to Apache</DIV>
+
+<!--          
+            <div class="pagetitle">ActiveMQ 4.x codebase has moved to Apache</div>
+-->
             <DIV class="wiki-content">
 <P>You can surf it at <SPAN class="nobr"><A href="https://svn.apache.org/repos/asf/incubator/activemq/" title="Visit page outside Confluence" rel="nofollow">https://svn.apache.org/repos/asf/incubator/activemq/<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN>.</P>
 

Modified: incubator/activemq/site/2006/03/23/new-discussion-forums-available-at-nabble.html
URL: http://svn.apache.org/viewcvs/incubator/activemq/site/2006/03/23/new-discussion-forums-available-at-nabble.html?rev=406339&r1=406338&r2=406339&view=diff
==============================================================================
--- incubator/activemq/site/2006/03/23/new-discussion-forums-available-at-nabble.html (original)
+++ incubator/activemq/site/2006/03/23/new-discussion-forums-available-at-nabble.html Sun May 14 07:49:14 2006
@@ -37,7 +37,7 @@
           </TD>
           <TD align="right" valign="middle" nowrap="">
             <DIV id="site-quicklinks">
-<P><A href="../../../download.html" title="Download">Download</A> &#124; <SPAN class="nobr"><A href="http://activemq.codehaus.org/maven/apidocs/" title="Visit page outside Confluence" rel="nofollow">JavaDocs for 4.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> <SPAN class="nobr"><A href="http://activemq.org/maven/activemq-3/activemq-core/apidocs/" title="Visit page outside Confluence" rel="nofollow">3.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../source.html" title="Source">Source</A> &#124; <SPAN class="nobr"><A href="../../../quicklinks.html" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align=
 "absmiddle" alt="" border="0"></SUP></A></SPAN> &#124;<SPAN class="nobr"><A href="irc://irc.codehaus.org/activemq" title="Visit page outside Confluence" rel="nofollow">IRC<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <SPAN class="nobr"><A href="http://servlet.uwyn.com/drone/log/hausbot/activemq" title="Visit page outside Confluence" rel="nofollow">IRC Log<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../mailing-lists.html" title="Mailing Lists">Mailing Lists</A> &#124; <A href="../../../discussion-forums.html" title="Discussion Forums">Discussion Forums</A> &#124; <A href="../../../site.html" title="Site">Site</A> &#124; <A href="../../../support.html" title="Support">Support</A></P>
+<P><A href="../../../download.html" title="Download">Download</A> &#124; <SPAN class="nobr"><A href="http://activemq.codehaus.org/maven/apidocs/" title="Visit page outside Confluence" rel="nofollow">JavaDocs for 4.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> <SPAN class="nobr"><A href="http://activemq.org/maven/activemq-3/activemq-core/apidocs/" title="Visit page outside Confluence" rel="nofollow">3.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../source.html" title="Source">Source</A> &#124; <SPAN class="nobr"><A href="../../../quicklinks.html" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align=
 "absmiddle" alt="" border="0"></SUP></A></SPAN> &#124;<SPAN class="nobr"><A href="irc://irc.codehaus.org/activemq" title="Visit page outside Confluence" rel="nofollow">IRC<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <SPAN class="nobr"><A href="http://servlet.uwyn.com/drone/log/hausbot/activemq" title="Visit page outside Confluence" rel="nofollow">IRC Log<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="../../../mailing-lists.html" title="Mailing Lists">Mailing Lists</A> &#124; <A href="../../../discussion-forums.html" title="Discussion Forums">Discussion Forums</A> &#124; <A href="../../../support.html" title="Support">Support</A></P>
             </DIV>
           </TD>
         </TR> 
@@ -231,8 +231,10 @@
         </TD>
         <TD valign="top">
           <DIV id="site-page">
-          
-            <DIV class="pagetitle">New Discussion Forums Available at Nabble</DIV>
+
+<!--          
+            <div class="pagetitle">New Discussion Forums Available at Nabble</div>
+-->
             <DIV class="wiki-content">
 
 <P>Before posting you might want to read the <A href="../../../tips-for-getting-help.html" title="Tips for getting help">Tips for getting help</A>.</P>

Modified: incubator/activemq/site/40-rc-1-guide.html
URL: http://svn.apache.org/viewcvs/incubator/activemq/site/40-rc-1-guide.html?rev=406339&r1=406338&r2=406339&view=diff
==============================================================================
--- incubator/activemq/site/40-rc-1-guide.html (original)
+++ incubator/activemq/site/40-rc-1-guide.html Sun May 14 07:49:14 2006
@@ -37,7 +37,7 @@
           </TD>
           <TD align="right" valign="middle" nowrap="">
             <DIV id="site-quicklinks">
-<P><A href="download.html" title="Download">Download</A> &#124; <SPAN class="nobr"><A href="http://activemq.codehaus.org/maven/apidocs/" title="Visit page outside Confluence" rel="nofollow">JavaDocs for 4.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> <SPAN class="nobr"><A href="http://activemq.org/maven/activemq-3/activemq-core/apidocs/" title="Visit page outside Confluence" rel="nofollow">3.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="source.html" title="Source">Source</A> &#124; <SPAN class="nobr"><A href="quicklinks.html" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="
 0"></SUP></A></SPAN> &#124;<SPAN class="nobr"><A href="irc://irc.codehaus.org/activemq" title="Visit page outside Confluence" rel="nofollow">IRC<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <SPAN class="nobr"><A href="http://servlet.uwyn.com/drone/log/hausbot/activemq" title="Visit page outside Confluence" rel="nofollow">IRC Log<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="mailing-lists.html" title="Mailing Lists">Mailing Lists</A> &#124; <A href="discussion-forums.html" title="Discussion Forums">Discussion Forums</A> &#124; <A href="site.html" title="Site">Site</A> &#124; <A href="support.html" title="Support">Support</A></P>
+<P><A href="download.html" title="Download">Download</A> &#124; <SPAN class="nobr"><A href="http://activemq.codehaus.org/maven/apidocs/" title="Visit page outside Confluence" rel="nofollow">JavaDocs for 4.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> <SPAN class="nobr"><A href="http://activemq.org/maven/activemq-3/activemq-core/apidocs/" title="Visit page outside Confluence" rel="nofollow">3.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="source.html" title="Source">Source</A> &#124; <SPAN class="nobr"><A href="quicklinks.html" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="
 0"></SUP></A></SPAN> &#124;<SPAN class="nobr"><A href="irc://irc.codehaus.org/activemq" title="Visit page outside Confluence" rel="nofollow">IRC<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <SPAN class="nobr"><A href="http://servlet.uwyn.com/drone/log/hausbot/activemq" title="Visit page outside Confluence" rel="nofollow">IRC Log<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="mailing-lists.html" title="Mailing Lists">Mailing Lists</A> &#124; <A href="discussion-forums.html" title="Discussion Forums">Discussion Forums</A> &#124; <A href="support.html" title="Support">Support</A></P>
             </DIV>
           </TD>
         </TR> 
@@ -231,8 +231,10 @@
         </TD>
         <TD valign="top">
           <DIV id="site-page">
-          
-            <DIV class="pagetitle">4.0 RC 1 Guide</DIV>
+
+<!--          
+            <div class="pagetitle">4.0 RC 1 Guide</div>
+-->
             <DIV class="wiki-content">
 <H1><A name="4.0RC1Guide-ActiveMQ4.0RC1ReleaseGuide"></A>ActiveMQ 4.0-RC-1 Release Guide</H1>
 

Modified: incubator/activemq/site/activation-spec-properties.html
URL: http://svn.apache.org/viewcvs/incubator/activemq/site/activation-spec-properties.html?rev=406339&r1=406338&r2=406339&view=diff
==============================================================================
--- incubator/activemq/site/activation-spec-properties.html (original)
+++ incubator/activemq/site/activation-spec-properties.html Sun May 14 07:49:14 2006
@@ -37,7 +37,7 @@
           </TD>
           <TD align="right" valign="middle" nowrap="">
             <DIV id="site-quicklinks">
-<P><A href="download.html" title="Download">Download</A> &#124; <SPAN class="nobr"><A href="http://activemq.codehaus.org/maven/apidocs/" title="Visit page outside Confluence" rel="nofollow">JavaDocs for 4.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> <SPAN class="nobr"><A href="http://activemq.org/maven/activemq-3/activemq-core/apidocs/" title="Visit page outside Confluence" rel="nofollow">3.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="source.html" title="Source">Source</A> &#124; <SPAN class="nobr"><A href="quicklinks.html" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="
 0"></SUP></A></SPAN> &#124;<SPAN class="nobr"><A href="irc://irc.codehaus.org/activemq" title="Visit page outside Confluence" rel="nofollow">IRC<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <SPAN class="nobr"><A href="http://servlet.uwyn.com/drone/log/hausbot/activemq" title="Visit page outside Confluence" rel="nofollow">IRC Log<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="mailing-lists.html" title="Mailing Lists">Mailing Lists</A> &#124; <A href="discussion-forums.html" title="Discussion Forums">Discussion Forums</A> &#124; <A href="site.html" title="Site">Site</A> &#124; <A href="support.html" title="Support">Support</A></P>
+<P><A href="download.html" title="Download">Download</A> &#124; <SPAN class="nobr"><A href="http://activemq.codehaus.org/maven/apidocs/" title="Visit page outside Confluence" rel="nofollow">JavaDocs for 4.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> <SPAN class="nobr"><A href="http://activemq.org/maven/activemq-3/activemq-core/apidocs/" title="Visit page outside Confluence" rel="nofollow">3.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="source.html" title="Source">Source</A> &#124; <SPAN class="nobr"><A href="quicklinks.html" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="
 0"></SUP></A></SPAN> &#124;<SPAN class="nobr"><A href="irc://irc.codehaus.org/activemq" title="Visit page outside Confluence" rel="nofollow">IRC<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <SPAN class="nobr"><A href="http://servlet.uwyn.com/drone/log/hausbot/activemq" title="Visit page outside Confluence" rel="nofollow">IRC Log<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="mailing-lists.html" title="Mailing Lists">Mailing Lists</A> &#124; <A href="discussion-forums.html" title="Discussion Forums">Discussion Forums</A> &#124; <A href="support.html" title="Support">Support</A></P>
             </DIV>
           </TD>
         </TR> 
@@ -231,8 +231,10 @@
         </TD>
         <TD valign="top">
           <DIV id="site-page">
-          
-            <DIV class="pagetitle">Activation Spec Properties</DIV>
+
+<!--          
+            <div class="pagetitle">Activation Spec Properties</div>
+-->
             <DIV class="wiki-content">
 <P>An Activation Spec is used to configure the message delivery to an MDB.  The ejb-jar.xml deployment descriptor needs to include a &lt;activation-config&gt; element inside the  &lt;message-driven&gt; element like:</P>
 <DIV class="code"><DIV class="codeContent">

Modified: incubator/activemq/site/activemq-10-release.html
URL: http://svn.apache.org/viewcvs/incubator/activemq/site/activemq-10-release.html?rev=406339&r1=406338&r2=406339&view=diff
==============================================================================
--- incubator/activemq/site/activemq-10-release.html (original)
+++ incubator/activemq/site/activemq-10-release.html Sun May 14 07:49:14 2006
@@ -37,7 +37,7 @@
           </TD>
           <TD align="right" valign="middle" nowrap="">
             <DIV id="site-quicklinks">
-<P><A href="download.html" title="Download">Download</A> &#124; <SPAN class="nobr"><A href="http://activemq.codehaus.org/maven/apidocs/" title="Visit page outside Confluence" rel="nofollow">JavaDocs for 4.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> <SPAN class="nobr"><A href="http://activemq.org/maven/activemq-3/activemq-core/apidocs/" title="Visit page outside Confluence" rel="nofollow">3.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="source.html" title="Source">Source</A> &#124; <SPAN class="nobr"><A href="quicklinks.html" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="
 0"></SUP></A></SPAN> &#124;<SPAN class="nobr"><A href="irc://irc.codehaus.org/activemq" title="Visit page outside Confluence" rel="nofollow">IRC<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <SPAN class="nobr"><A href="http://servlet.uwyn.com/drone/log/hausbot/activemq" title="Visit page outside Confluence" rel="nofollow">IRC Log<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="mailing-lists.html" title="Mailing Lists">Mailing Lists</A> &#124; <A href="discussion-forums.html" title="Discussion Forums">Discussion Forums</A> &#124; <A href="site.html" title="Site">Site</A> &#124; <A href="support.html" title="Support">Support</A></P>
+<P><A href="download.html" title="Download">Download</A> &#124; <SPAN class="nobr"><A href="http://activemq.codehaus.org/maven/apidocs/" title="Visit page outside Confluence" rel="nofollow">JavaDocs for 4.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> <SPAN class="nobr"><A href="http://activemq.org/maven/activemq-3/activemq-core/apidocs/" title="Visit page outside Confluence" rel="nofollow">3.x<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="source.html" title="Source">Source</A> &#124; <SPAN class="nobr"><A href="quicklinks.html" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="
 0"></SUP></A></SPAN> &#124;<SPAN class="nobr"><A href="irc://irc.codehaus.org/activemq" title="Visit page outside Confluence" rel="nofollow">IRC<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <SPAN class="nobr"><A href="http://servlet.uwyn.com/drone/log/hausbot/activemq" title="Visit page outside Confluence" rel="nofollow">IRC Log<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#124; <A href="mailing-lists.html" title="Mailing Lists">Mailing Lists</A> &#124; <A href="discussion-forums.html" title="Discussion Forums">Discussion Forums</A> &#124; <A href="support.html" title="Support">Support</A></P>
             </DIV>
           </TD>
         </TR> 
@@ -231,8 +231,10 @@
         </TD>
         <TD valign="top">
           <DIV id="site-page">
-          
-            <DIV class="pagetitle">ActiveMQ 1.0 Release</DIV>
+
+<!--          
+            <div class="pagetitle">ActiveMQ 1.0 Release</div>
+-->
             <DIV class="wiki-content">
 <H2><A name="ActiveMQ1.0Release-NewandNoteworthy"></A>New and Noteworthy</H2>
 <P>ActiveMQ is a high performance Message Broker and JMS 1.1 implementation with full support for transactions, XA, JMS and JCA. ActiveMQ has the following features...</P>