You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by bu...@apache.org on 2013/03/04 15:21:59 UTC

svn commit: r852940 - in /websites/production/activemq/content: cache/main.pageCache logging-interceptor.html

Author: buildbot
Date: Mon Mar  4 14:21:59 2013
New Revision: 852940

Log:
Production update by buildbot for activemq

Modified:
    websites/production/activemq/content/cache/main.pageCache
    websites/production/activemq/content/logging-interceptor.html

Modified: websites/production/activemq/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/activemq/content/logging-interceptor.html
==============================================================================
--- websites/production/activemq/content/logging-interceptor.html (original)
+++ websites/production/activemq/content/logging-interceptor.html Mon Mar  4 14:21:59 2013
@@ -89,9 +89,35 @@
 
 <p>Only connection events logging is enabled by default. </p>
 
-<p>You can enable the logging interceptor using the following <a shape="rect" class="external-link" href="http://svn.apache.org/repos/asf/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/util/plugin-broker.xml">XML configuration</a>. This example enables all logging and disables the connection event logging: </p>
+<p>You can enable the logging interceptor using the following <a shape="rect" class="external-link" href="http://svn.apache.org/repos/asf/activemq/trunk/activemq-unit-tests/src/test/resources/org/apache/activemq/util/plugin-broker.xml">XML configuration</a>. This example enables all logging and disables the connection event logging: </p>
 
-<div class="error"><span class="error">Error formatting macro: snippet: java.lang.IndexOutOfBoundsException: Index: 20, Size: 20</span> </div>
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<pre class="code-xml">&lt;beans 
+  xmlns=<span class="code-quote">"http://www.springframework.org/schema/beans"</span> 
+  <span class="code-keyword">xmlns:amq</span>=<span class="code-quote">"http://activemq.apache.org/schema/core"</span>
+  <span class="code-keyword">xmlns:xsi</span>=<span class="code-quote">"http://www.w3.org/2001/XMLSchema-instance"</span>
+  xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
+  http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd"&gt;
+
+  <span class="code-tag">&lt;bean class=<span class="code-quote">"org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"</span>/&gt;</span>
+
+  <span class="code-tag">&lt;broker useJmx=<span class="code-quote">"false"</span> persistent=<span class="code-quote">"false"</span> xmlns=<span class="code-quote">"http://activemq.apache.org/schema/core"</span>&gt;</span>
+
+    <span class="code-tag">&lt;plugins&gt;</span>
+    
+      <span class="code-tag"><span class="code-comment">&lt;!-- lets enable detailed logging in the broker but ignore ConnectionEvents --&gt;</span></span>
+      <span class="code-tag">&lt;loggingBrokerPlugin logAll=<span class="code-quote">"true"</span> logConnectionEvents=<span class="code-quote">"false"</span>/&gt;</span>
+      
+      <span class="code-tag">&lt;timeStampingBrokerPlugin zeroExpirationOverride=<span class="code-quote">"1000"</span> ttlCeiling=<span class="code-quote">"60000"</span> futureOnly=<span class="code-quote">"true"</span>/&gt;</span>
+      
+      <span class="code-tag">&lt;traceBrokerPathPlugin/&gt;</span>
+      
+    <span class="code-tag">&lt;/plugins&gt;</span>
+  <span class="code-tag">&lt;/broker&gt;</span>
+
+<span class="code-tag">&lt;/beans&gt;</span>
+</pre>
+</div></div>
           </div>
         </td>
         <td valign="top">