Author: buildbot
Date: Fri Jun 26 11:21:05 2015
New Revision: 956058

Log:
Production update by buildbot for activemq

Modified:
    websites/production/activemq/content/cache/main.pageCache
    websites/production/activemq/content/jmx.html

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

Modified: websites/production/activemq/content/jmx.html
==============================================================================
--- websites/production/activemq/content/jmx.html (original)
+++ websites/production/activemq/content/jmx.html Fri Jun 26 11:21:05 2015
@@ -167,7 +167,13 @@ ACTIVEMQ_SUNJMX_START="-Dcom.sun.ma
 <script class="theme: Default; brush: java; gutter: false" 
type="syntaxhighlighter"><![CDATA[ACTIVEMQ_SUNJMX_START=-Dcom.sun.management.jmxremote=true
 -Dcom.sun.management.jmxremote.port=1616 \
 -Dcom.sun.management.jmxremote.authenticate=false 
-Dcom.sun.management.jmxremote.ssl=false
 ]]></script>
-</div></div><p>(The ACTIVEMQ_SUNJMX_START environment variable is simple used 
by the "activemq" startup script, as additional startup parameters for java. If 
you start ActiveMQ directly, you'll have to pass these parameters 
yourself.)</p><h4 
id="JMX-ManagementContextPropertiesReference">ManagementContext Properties 
Reference</h4><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Property Name</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Default Value</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p>useMBeanServer</p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>true</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>If true then it avoids creating a new MBean server if a 
MBeanServer has already been created in the JVM</p></td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p>jmxDom
 ainName</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>org.apache.activemq</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>The jmx domain that all objects names will 
use</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>createMBeanServer</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>true</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>If we should create the MBeanServer is none is 
found.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>createConnector</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>true</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>If we should create a JMX connector (to allow remote 
management) for the MBeanServer</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>connectorPort</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>1099</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>The port that the JMX connector w
 ill use</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>connectorHost</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>localhost</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>The host that the JMX connector and RMI server (if 
rmiServerPort&gt;0) will use</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>rmiServerPort</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>0</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>The RMI server port, handy if port usage needs to be 
restricted behind a firewall</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>connectorPath</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>/jmxrmi</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>The path that JMX connector will be registered 
under</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>findTigerMBeanServer</p></td><td colspan="1" 
rowspan="1" class="confluenceTd
 "><p>true</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Enables/disables the searching for the Java 5 platform 
MBeanServer</p></td></tr></tbody></table></div></div>
+</div></div><p>(The ACTIVEMQ_SUNJMX_START environment variable is simple used 
by the "activemq" startup script, as additional startup parameters for java. If 
you start ActiveMQ directly, you'll have to pass these parameters 
yourself.)</p><h4 id="JMX-SelectiveMBeanregistration">Selective MBean 
registration</h4><p>In situations where you need to scale your broker to large 
number of connections, destinations and consumers it can become very expensive 
to keep JMX MBeans for all those objects. Instead of turning off JMX 
completely, starting with 5.12.0, you can selectively suppress registration of 
some types of MBeans and thus help your broker scale, while still having a 
basic view of the broker state.</p><p>For example, the following configuration 
will exclude all dynamic producers, consumers, connections and advisory topics 
from registering their MBeans</p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<script class="theme: Default; brush: xml; gutter: false" 
type="syntaxhighlighter"><![CDATA[&lt;managementContext&gt;
+&lt;managementContext 
+   
suppressMBean=&quot;endpoint=dynamicProducer,endpoint=Consumer,connectionName=*,destinationName=ActiveMQ.Advisory.*&quot;
+/&gt;
+&lt;/managementContext&gt;]]></script>
+</div></div><p>&#160;</p><h4 
id="JMX-ManagementContextPropertiesReference">ManagementContext Properties 
Reference</h4><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Property Name</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Default Value</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p>useMBeanServer</p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>true</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>If true then it avoids creating a new MBean server if a 
MBeanServer has already been created in the JVM</p></td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p>jmxDomainName</p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>org.apache.activemq</p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>The jmx domain that all objects 
names will use</p></td></tr><tr><
 td colspan="1" rowspan="1" 
class="confluenceTd"><p>createMBeanServer</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>true</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>If we should create the MBeanServer is none is 
found.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>createConnector</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>true</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>If we should create a JMX connector (to allow remote 
management) for the MBeanServer</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>connectorPort</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>1099</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>The port that the JMX connector will 
use</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>connectorHost</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>localhost</p></td><td colspan="1" rowspan="1" 
class="confluenc
 eTd"><p>The host that the JMX connector and RMI server (if rmiServerPort&gt;0) 
will use</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>rmiServerPort</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>0</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>The RMI server port, handy if port usage needs to be 
restricted behind a firewall</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>connectorPath</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>/jmxrmi</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>The path that JMX connector will be registered 
under</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>findTigerMBeanServer</p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>true</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Enables/disables the searching for the Java 5 platform 
MBeanServer</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><pre>suppr
 essMBean</pre></td><td colspan="1" rowspan="1" 
class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" 
class="confluenceTd">List of MBean name patters to 
ignore</td></tr></tbody></table></div></div>
         </td>
         <td valign="top">
           <div class="navigation">


Reply via email to