Author: buildbot
Date: Thu Aug 13 15:21:25 2015
New Revision: 961731

Log:
Production update by buildbot for activemq

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

Modified: websites/production/activemq/content/auto.html
==============================================================================
--- websites/production/activemq/content/auto.html (original)
+++ websites/production/activemq/content/auto.html Thu Aug 13 15:21:25 2015
@@ -90,7 +90,9 @@
 <pre class="brush: xml; gutter: false; theme: Default" 
style="font-size:12px;">     &lt;transportConnector name="auto+nio" 
uri="auto+nio://localhost:5671"/&gt;</pre>
 </div></div><h3 id="AUTO-EnablingAUTOoverNIOSSL">Enabling AUTO over NIO 
SSL</h3><p>To configure ActiveMQ auto wire format detection over an NIO SSL 
connection use the&#160;<code>auto+nio+ssl</code>&#160;transport prefix. For 
example, add the following transport configuration in your XML file:</p><div 
class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
 <pre class="brush: xml; gutter: false; theme: Default" 
style="font-size:12px;">     &lt;transportConnector name="auto+nio+ssl" 
uri="auto+nio+ssl://localhost:5671"/&gt;</pre>
-</div></div><h3 id="AUTO-ConfiguringWireFormats">Configuring Wire 
Formats</h3><p>OpenWire is the default Wire Format that ActiveMQ uses.&#160; It 
provides a highly efficent binary format for high speed messaging.&#160; 
OpenWire options can be configured on a JMS client's connection URI string or 
on a Brokers transport bind URI.</p><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Parameter Prefix</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p>wireFormat.</p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>Applies the option to all wire 
formats.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>wireFormat.default.</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Applies the option to the default format which is 
OpenWire</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p
 >wireFormat.stomp.</p></td><td colspan="1" rowspan="1" 
 >class="confluenceTd"><p><span>Applies the option to the STOMP wire 
 >format</span></p></td></tr><tr><td colspan="1" rowspan="1" 
 >class="confluenceTd"><p><span>wireFormat.amqp.</span></p></td><td colspan="1" 
 >rowspan="1" class="confluenceTd"><p><span>Applies the option to the 
 >AMQP<span> wire format</span></span></p></td></tr><tr><td colspan="1" 
 >rowspan="1" class="confluenceTd"><p>wireFormat.mqtt.</p></td><td colspan="1" 
 >rowspan="1" class="confluenceTd"><p><span>Applies the option to the 
 >MQTT<span> wire 
 >format</span></span></p></td></tr></tbody></table></div><p>&#160;</p><p>An 
 >example of a property applies to all formats:</p><div class="code panel pdl" 
 >style="border-width: 1px;"><div class="codeContent panelContent pdl">
+</div></div><h3 id="AUTO-ConfiguringAUTOTransportOptions">Configuring AUTO 
Transport Options</h3><p>There are some configuration options that can be 
set.</p><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th 
colspan="1" rowspan="1" class="confluenceTh"><p>Parameter Name</p></th><th 
colspan="1" rowspan="1" class="confluenceTh">Default Value</th><th colspan="1" 
rowspan="1" class="confluenceTh"><p>Description</p></th></tr><tr><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p>protocolDetectionTimeOut</p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>30000</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>The time before a connection times out in milliseconds. 
This is similar to maxInactivityDuration. If a client makes a connection to but 
doesn't send data or enough data for the protocol to be detected then the 
thread will sit and wait for more data to come in over the socket. This will 
let the broker kill the connections if they do not complete t
 he protocol initialization after a certain period of time. The default is 30 
seconds. Set a default to &lt;= 0 to disable this.</p></td></tr><tr><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p>maxConnectionThreadPoolSize</p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>MAX_INT</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>This option allows the configuration of the maximum 
size of the thread pool that handles connection attempts. Lowering this number 
can help prevent the broker from running out of threads if there are many 
different clients attempting to connect at the same time. By default it is 
turned off by setting to MAX_INT</p></td></tr></tbody></table></div><p><br 
clear="none">An example that configures the transport with a maximum protocol 
detection time of 5 seconds:</p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<pre class="brush: xml; gutter: false; theme: Default" 
style="font-size:12px;">     &lt;transportConnector name="auto" 
uri="auto://localhost:5671?protocolDetectionTimeOut=5000"/&gt;</pre>
+</div></div><h3 id="AUTO-ConfiguringWireFormats">Configuring Wire 
Formats</h3><p>OpenWire is the default Wire Format that ActiveMQ uses.&#160; It 
provides a highly efficent binary format for high speed messaging.&#160; 
OpenWire options can be configured on a JMS client's connection URI string or 
on a Brokers transport bind URI.</p><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Parameter Prefix</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p>wireFormat.</p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>Applies the option to all wire 
formats.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>wireFormat.default.</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Applies the option to the default format which is 
OpenWire</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p
 >wireFormat.stomp.</p></td><td colspan="1" rowspan="1" 
 >class="confluenceTd"><p><span>Applies the option to the STOMP wire 
 >format</span></p></td></tr><tr><td colspan="1" rowspan="1" 
 >class="confluenceTd"><p><span>wireFormat.amqp.</span></p></td><td colspan="1" 
 >rowspan="1" class="confluenceTd"><p><span>Applies the option to the 
 >AMQP<span> wire format</span></span></p></td></tr><tr><td colspan="1" 
 >rowspan="1" class="confluenceTd"><p>wireFormat.mqtt.</p></td><td colspan="1" 
 >rowspan="1" class="confluenceTd"><p><span>Applies the option to the 
 >MQTT<span> wire 
 >format</span></span></p></td></tr></tbody></table></div><p>&#160;</p><p>An 
 >example of a property that applies to all formats:</p><div class="code panel 
 >pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <pre class="brush: xml; gutter: false; theme: Default" 
style="font-size:12px;">     &lt;transportConnector name="auto" 
uri="auto://localhost:5671?wireFormat.maxFrameSize=1000"/&gt;</pre>
 </div></div><p>&#160;</p><p>An example of a property only applied to OpenWire 
would be:</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
 <pre class="brush: xml; gutter: false; theme: Default" 
style="font-size:12px;">     &lt;transportConnector name="auto" 
uri="auto://localhost:5671?wireFormat.default.maxFrameSize=1000"/&gt;</pre>

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


Reply via email to