Author: buildbot
Date: Tue Dec 15 06:22:12 2015
New Revision: 975583
Log:
Production update by buildbot for activemq
Modified:
websites/production/activemq/content/cache/main.pageCache
websites/production/activemq/content/tcp-transport-reference.html
Modified: websites/production/activemq/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/activemq/content/tcp-transport-reference.html
==============================================================================
--- websites/production/activemq/content/tcp-transport-reference.html (original)
+++ websites/production/activemq/content/tcp-transport-reference.html Tue Dec
15 06:22:12 2015
@@ -72,13 +72,13 @@
<tbody>
<tr>
<td valign="top" width="100%">
-<div class="wiki-content maincontent"><h3
id="TCPTransportReference-TheTCPTransport">The TCP Transport</h3><p>The TCP
transport allows clients to connect to a remote ActiveMQ broker using a TCP
socket.</p><p>These configuration options are used to tune the underlying TCP
transport, and can be configured on a JMS client's connection URI string or on
a Brokers transport bind URI.</p><p>The options below should be prefixed with
transport.* when used on the server side.</p><h4
id="TCPTransportReference-ConfigurationSyntax">Configuration
Syntax</h4><p><strong>tcp://hostname:port?key=value</strong></p><h5
id="TCPTransportReference-TransportOptions">Transport Options</h5><div
class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1"
rowspan="1" class="confluenceTh"><p>Option 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" cla
ss="confluenceTd"><p>minmumWireFormatVersion</p></td><td colspan="1"
rowspan="1" class="confluenceTd"><p>0</p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>The minimum version wireformat that is
allowed</p></td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><p>trace</p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>false</p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>Causes all commands that are sent over the transport to
be logged (to view use config of the form:
log4j.logger.org.apache.activemq.transport.TransportLogger=DEBUG)</p></td></tr><tr><td
colspan="1" rowspan="1" class="confluenceTd"><p>daemon</p></td><td colspan="1"
rowspan="1" class="confluenceTd"><p>false</p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>Tells the transport thread to run as a daemon or not.
Useful to enable when embedding in a Spring container or a web container to
allow the container to shut down properly.</p></td></tr><tr><td colspan="1"
rowspan="
1" class="confluenceTd"><p>useLocalHost</p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>false</p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>When true, it causes the local machines name to resolve
to "localhost".</p></td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><p>socketBufferSize</p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>64 * 1024</p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>Sets the socket buffer size in
bytes</p></td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><p>keepAlive</p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>false</p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>When true, enables <a shape="rect"
class="external-link"
href="http://tldp.org/HOWTO/TCP-Keepalive-HOWTO/overview.html"
rel="nofollow">TCP KeepAlive</a> on the broker connection. Ensures connections
don't time out on TCP level. Not used by
InactivityMonitor!</p></td></tr><tr><td colspan="1" rowspan="
1" class="confluenceTd"><p>useKeepAlive</p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>true</p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>Whether or not the <a shape="rect"
href="activemq-inactivitymonitor.html">InactivityMonitor</a> should send
KeepAliveInfo messages on idle connections. Enabled by
default.</p></td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><p>soTimeout</p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>0</p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>Sets the socket timeout in
milliseconds</p></td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><p>soWriteTimeout</p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>0</p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>Sets the socket write timeout in milliseconds. If a
socketWrite() does not succeed within the specified timeout, the socket is
closed.</p></td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><p>connectio
nTimeout</p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>30000</p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>A non-zero value specifies the connection timeout in
milliseconds. A zero value means wait forever for the connection to be
established. Negative values are ignored.</p></td></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd"><p>wireFormat</p></td><td colspan="1"
rowspan="1" class="confluenceTd"><p>default</p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>The name of the WireFormat to use</p></td></tr><tr><td
colspan="1" rowspan="1" class="confluenceTd"><p>wireFormat.*</p></td><td
colspan="1" rowspan="1" class="confluenceTd"><p> </p></td><td colspan="1"
rowspan="1" class="confluenceTd"><p>All the properties with this prefix are
used to configure the wireFormat. See <a shape="rect"
href="configuring-wire-formats.html">Configuring Wire Formats</a> for more
information</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd
"><p>closeAsync</p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>true</p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>The false value causes all sockets to be closed
synchronously</p></td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><p>soLinger</p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>MIN_INTEGER</p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>When > -1 causes the socket soLinger option to be
enabled with this value. When == -1, causes soLinger to be disabled. (from
5.6.0)</p></td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><p>maximumConnections</p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>Integer.MAX_VALUE</p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>The maximum number of sockets the broker is allowed to
create</p></td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><p>diffServ</p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>0</p></td><td colspan="
1" rowspan="1" class="confluenceTd"><p>client only) The preferred
Differentiated Services traffic class to be set on outgoing packets, as
described in RFC 2475. Valid integer values: [0,64). Valid string values: EF,
AF[1-3][1-4] or CS[0-7]. With JDK 6, only works when the Java Runtime uses the
IPv4 stack, which can be done by setting the java.net.preferIPv4Stack system
property to be true. Cannot be used at the same time as the typeOfService
option.</p></td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><p>typeOfService</p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>0</p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>(client only) The preferred Type of Service value to be
set on outgoing packets. Valid integer values: [0,256). With JDK 6, only works
when the Java Runtime uses the IPv4 stack, which can be done by setting the
java.net.preferIPv4Stack system property to be true. Cannot be used at the same
time as the diffServ option</p></td></tr><tr><t
d colspan="1" rowspan="1" class="confluenceTd"><p>tcpNoDelay</p></td><td
colspan="1" rowspan="1" class="confluenceTd"><p>true</p></td><td colspan="1"
rowspan="1" class="confluenceTd"><p>When true, the TCP_NODELAY setting is
enabled on the socket.</p></td></tr></tbody></table></div><h5
id="TCPTransportReference-ExampleURI">Example URI</h5><p>On Server side (in
TransportConnector)</p><div class="preformatted panel" style="border-width:
1px;"><div class="preformattedContent panelContent">
-<pre>tcp://localhost:61616?transport.trace=false&transport.soTimeout=60000
+<div class="wiki-content maincontent"><h3
id="TCPTransportReference-TheTCPTransport">The TCP Transport</h3><p>The TCP
transport allows clients to connect to a remote ActiveMQ broker using a TCP
socket. These configuration options can be used to tune the underlying TCP
transport on either the client-side using the JMS client's connection URI
string or on a broker's transport connector URI.</p><p>The options below should
be prefixed with <code>transport.*</code> when used on the server-side; for
example, on a broker's transport connector definition. On the client-side,
however, the <code>transport.*</code> prefix <em>must</em> be omitted.</p><h4
id="TCPTransportReference-ConfigurationSyntax">Configuration
Syntax</h4><p><code><strong>tcp://hostname:port?key=value</strong></code></p><h5
id="TCPTransportReference-TransportOptions">Transport Options</h5><div
class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1"
rowspan="1" class="confluenceTh"><p>Option 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"><code>backlog</code></td><td colspan="1"
>rowspan="1" class="confluenceTd"><code>5000</code></td><td colspan="1"
>rowspan="1" class="confluenceTd">Specifies the maximum number of connections
>waiting to be accepted by the transport server socket.</td></tr><tr><td
>colspan="1" rowspan="1"
>class="confluenceTd"><p><code>closeAsync</code></p></td><td colspan="1"
>rowspan="1" class="confluenceTd"><p><code>true</code></p></td><td colspan="1"
>rowspan="1" class="confluenceTd"><p>If <code>true</code> the socket close
>call happens asynchronously. This parameter should be set to
><code>false</code> for protocols like STOMP, that are commonly used in
>situations where a new connection is created for each read or write. Doing so
>ensures the socket close call happens synchronously. A synchronous close
prevents the broker from running out of available sockets owing to the rapid
cycling of connections. </p></td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><p><code>connectionTimeout</code></p></td><td colspan="1"
rowspan="1" class="confluenceTd"><p><code>30000</code></p></td><td colspan="1"
rowspan="1" class="confluenceTd"><p>If <code>>=1</code> the value sets the
connection timeout in milliseconds. A value of zero denotes no timeout.
Negative values are ignored.</p></td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><p><code>daemon</code></p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p><code>false</code></p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>If <code>true</code> the transport thread will run in
daemon mode. Set this parameter to <code>true</code> when embedding the broker
in a Spring container or a web container to allow the container to shut down
correctly.</p></td></tr><tr><td colspan="1" rowspan="1" class="conflue
nceTd"><p><code>diffServ</code></p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p><code>0</code></p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>(Client only) The preferred Differentiated Services
traffic class to be set on outgoing packets, as described in RFC 2475. Valid
integer values: <code>[0,64)</code>. Valid string values: <code>EF</code>,
<code>AF[1-3][1-4]</code> or <code>CS[0-7]</code>. With JDK 6, only works when
the JVM uses the IPv4 stack. To use the IPv4 stack set the system property
<code><a shape="rect" class="external-link" href="http://java.net"
rel="nofollow">java.net</a>.preferIPv4Stack=true</code>. It is invalid to
specify both <code>diffServ</code> and <code>typeOfService</code> since they
share the same position in the TCP/IP packet headers.</p></td></tr><tr><td
colspan="1" rowspan="1"
class="confluenceTd"><code>dynamicManagement</code></td><td colspan="1"
rowspan="1" class="confluenceTd"><code>false</code></td><td colspan="1"
rowspan="1"
class="confluenceTd">If <code>true</code> the <code>TransportLogger</code>
can be managed by JMX. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><code>ioBufferSize</code></td><td colspan="1" rowspan="1"
class="confluenceTd"><code>8 * 1024</code></td><td colspan="1" rowspan="1"
class="confluenceTd">Specifies the size of the buffer to be used between the
TCP layer and the OpenWire layer where <code>wireFormat</code> based marshaling
occurs.</td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><code>jmxPort</code></td><td colspan="1" rowspan="1"
class="confluenceTd"><code>1099</code></td><td colspan="1" rowspan="1"
class="confluenceTd">Specifies the port that will be used by the JMX server to
manage the <code>TransportLoggers</code>. This should only be set in an URI by
a client (producer or consumer) since a broker will already create a JMX
server. Specifying an alternate JMX port useful for developers that test a
broker and client on the same machine an
d need to control both via JMX. In such cases a different JMX port is
needed.</td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><p><code>keepAlive</code></p></td><td colspan="1"
rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td colspan="1"
rowspan="1" class="confluenceTd"><p>If <code>true</code>, enables <a
shape="rect" class="external-link"
href="http://tldp.org/HOWTO/TCP-Keepalive-HOWTO/overview.html"
rel="nofollow">TCP KeepAlive</a> on the broker connection to prevent
connections from timing out at the TCP level. This should not be confused with
<code>KeepAliveInfo</code> messages as used by the
<code>InactivityMonitor</code>.</p></td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><code>logWriterName</code></td><td colspan="1" rowspan="1"
class="confluenceTd"><code>default</code></td><td colspan="1" rowspan="1"
class="confluenceTd">Sets the name of the <code>LogWriter</code> implementation
to use. Names are mapped to classes in the <code>re
sources/META-INF/services/org/apache/activemq/transport/logwriters</code>
directory</td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><p><code>maximumConnections</code></p></td><td colspan="1"
rowspan="1" class="confluenceTd"><p><code>Integer.MAX_VALUE</code></p></td><td
colspan="1" rowspan="1" class="confluenceTd"><p>The maximum number of sockets
allowed for this broker.</p></td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><p><code>minmumWireFormatVersion</code></p></td><td
colspan="1" rowspan="1" class="confluenceTd"><p><code>0</code></p></td><td
colspan="1" rowspan="1" class="confluenceTd"><p>The minimum remote
<code>wireFormat</code> version that will be accepted (note the misspelling). A
value of zero denotes no checking of the remote <code>wireFormat</code>
version. If the remote <code>wireFormat</code> version is lower than the
configured minimum acceptable version an exception is thrown and the connection
attempt is refused.</p></td></tr><tr><td cols
pan="1" rowspan="1"
class="confluenceTd"><p><code>socketBufferSize</code></p></td><td colspan="1"
rowspan="1" class="confluenceTd"><p><code>64 * 1024</code></p></td><td
colspan="1" rowspan="1" class="confluenceTd"><p>Sets the size in bytes for the
accepted socket's read and write buffers.</p></td></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd"><p><code>soLinger</code></p></td><td
colspan="1" rowspan="1"
class="confluenceTd"><p><code>Integer.MIN_VALUE</code></p></td><td colspan="1"
rowspan="1" class="confluenceTd"><p>Sets the socket's option
<code>soLinger</code> when the value is <code>> -1</code>. When the value is
<code>-1</code> the <code>soLinger</code> socket option is disabled (since
5.6.0).</p></td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><p><code>soTimeout</code></p></td><td colspan="1"
rowspan="1" class="confluenceTd"><p><code>0</code></p></td><td colspan="1"
rowspan="1" class="confluenceTd"><p>Sets the socket's read timeout in
milliseconds. A
value of zero denotes no timeout.</p></td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><p><code>soWriteTimeout</code></p></td><td colspan="1"
rowspan="1" class="confluenceTd"><p><code>0</code></p></td><td colspan="1"
rowspan="1" class="confluenceTd"><p>Sets the socket's write timeout in
milliseconds. If the socket write operation does not complete before the
specified timeout, the socket will be closed. A value of zero denotes no
timeout.</p></td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><code>stackSize</code></td><td colspan="1" rowspan="1"
class="confluenceTd"><code>0</code></td><td colspan="1" rowspan="1"
class="confluenceTd">Set the stack size of the transport's background reading
thread. Must be specified in multiples of <code>128K</code>. A value of zero
indicates that this parameter is ignored.</td></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd"><code>startLogging</code></td><td colspan="1"
rowspan="1" class="confluenceTd"><code>true</co
de></td><td colspan="1" rowspan="1" class="confluenceTd">If <code>true</code>
the TransportLogger object of the Transport stack will initially write
messages to the log. This parameter is only used when <code>trace ==
true</code>.</td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><p><code>tcpNoDelay</code></p></td><td colspan="1"
rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td colspan="1"
rowspan="1" class="confluenceTd"><p>If <code>true</code> the socket's
option <code>TCP_NODELAY</code> is set. This disables Nagle's algorithm
for small packet transmission.</p></td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><code>threadName</code></td><td colspan="1" rowspan="1"
class="confluenceTd"><code>N/A</code></td><td colspan="1" rowspan="1"
class="confluenceTd">When this parameter is specified the name of the thread is
modified during the invocation to a transport. The remote address is appended
so that a call stuck in a transport metho
d will have the destination information in the thread name. This is extremely
useful for thread dumps when debugging.</td></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd"><p><code>trace</code></p></td><td colspan="1"
rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td colspan="1"
rowspan="1" class="confluenceTd"><p>Causes all commands that are sent over the
transport to be logged. To view the logged output define the Log4j logger:
<code>log4j.logger.org.apache.activemq.transport.TransportLogger=DEBUG</code>.</p></td></tr><tr><td
colspan="1" rowspan="1" class="confluenceTd"><code>trafficClass</code></td><td
colspan="1" rowspan="1" class="confluenceTd"><code>0</code></td><td colspan="1"
rowspan="1" class="confluenceTd">The Traffic Class to be set on the
socket.</td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><p><code>typeOfService</code></p></td><td colspan="1"
rowspan="1" class="confluenceTd"><p><code>0</code></p></td><td colspan="1"
rowspan="1"
class="confluenceTd"><p>(Client only) The preferred Type of Service value to
be set on outgoing packets. Valid integer values: <code>[0,256)</code>. With
JDK 6, only works when the JVM is configured to use the IPv4 stack. To use the
IPv4 stack set the system property <code><a shape="rect" class="external-link"
href="http://java.net" rel="nofollow">java.net</a>.preferIPv4Stack=true</code>.
It is invalid to specify both <code>diffServ</code> and
<code>typeOfService</code> since they share the same position in the TCP/IP
packet headers.</p></td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><code>useInactivityMonitor</code></td><td colspan="1"
rowspan="1" class="confluenceTd"><code>true</code></td><td colspan="1"
rowspan="1" class="confluenceTd">A value of <code>false</code> disables the
InactivityMonitor completely and connections will never time
out.</td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><p><code>useKeepAlive</code></p></td><td colspan="1"
rowspan="
1" class="confluenceTd"><p><code>true</code></p></td><td colspan="1"
rowspan="1" class="confluenceTd"><p>If <code>true</code> <code>
KeepAliveInfo</code> messages are sent on an idle connection to prevent it from
timing out. If this parameter is <code>false</code> connections will still
timeout if no data was received on the connection for the specified amount of
time.</p></td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><p><code>useLocalHost</code></p></td><td colspan="1"
rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td colspan="1"
rowspan="1" class="confluenceTd"><p>If <code>true</code> the value
<code>localhost</code> will be instead of the actual local host name to make
local connections. On some operating systems such as <code>OS X</code> it's not
possible to connect as the local host name so <code>localhost</code> is
better.</p></td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><code>useQueueForAccept</code></td><td colspan="1" rowspa
n="1" class="confluenceTd"><code>true</code></td><td colspan="1" rowspan="1"
class="confluenceTd">If <code>true</code> accepted sockets are placed onto a
queue for asynchronous processing using a separate thread.</td></tr><tr><td
colspan="1" rowspan="1"
class="confluenceTd"><p><code>wireFormat</code></p></td><td colspan="1"
rowspan="1" class="confluenceTd"><p><code>default</code></p></td><td
colspan="1" rowspan="1" class="confluenceTd"><p>The name of the
<code>WireFormat</code> factory to use.</p></td></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd"><p><code>wireFormat.*</code></p></td><td
colspan="1" rowspan="1" class="confluenceTd"><p><code>N/A</code></p></td><td
colspan="1" rowspan="1" class="confluenceTd"><p>Properties with this prefix are
used to configure the <code>wireFormat</code>. See <a shape="rect"
href="configuring-wire-formats.html">Configuring Wire Formats</a> for more
information.</p></td></tr></tbody></table></div><h5
id="TCPTransportReference-ExampleURI">Ex
ample URI</h5><p>On Server side (in TransportConnector)</p><div
class="preformatted panel" style="border-width: 1px;"><div
class="preformattedContent panelContent">
+<pre>tcp://localhost:61616?transport.threadName&transport.trace=false&transport.soTimeout=60000
</pre>
</div></div><p>On Client side</p><div class="preformatted panel"
style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>tcp://localhost:61616?trace=false&soTimeout=60000
</pre>
-</div></div><h5
id="TCPTransportReference-DifferentiatedServicesorTypesofService">Differentiated
Services or Types of Service</h5><p>There is support for setting
Differentiated Services - as outlined in <a shape="rect" class="external-link"
href="http://tools.ietf.org/html/rfc2475" rel="nofollow">IETF RCF 2475</a>.<br
clear="none"> In order to configure the broker so that all outgoing packets
from the broker match the DSCP values set on incoming packets - you will need
to apply IP Tables scripts - found <a shape="rect"
href="tcp-transport-reference.data/brokerConfig.tar.gz?version=1&modificationDate=1273219000000&api=v2"
data-linked-resource-id="20873268" data-linked-resource-version="1"
data-linked-resource-type="attachment"
data-linked-resource-default-alias="brokerConfig.tar.gz"
data-linked-resource-content-type="application/x-gzip"
data-linked-resource-container-id="35993"
data-linked-resource-container-version="38">here</a>.</p></div>
+</div></div><h5
id="TCPTransportReference-DifferentiatedServicesorTypesofService">Differentiated
Services or Types of Service</h5><p>There is support for setting
Differentiated Services - as outlined in <a shape="rect" class="external-link"
href="http://tools.ietf.org/html/rfc2475" rel="nofollow">IETF RCF 2475</a>.<br
clear="none"> In order to configure the broker so that all outgoing packets
from the broker match the DSCP values set on incoming packets - you will need
to apply IP Tables scripts - found <a shape="rect"
href="tcp-transport-reference.data/brokerConfig.tar.gz?version=1&modificationDate=1273219000000&api=v2"
data-linked-resource-id="20873268" data-linked-resource-version="1"
data-linked-resource-type="attachment"
data-linked-resource-default-alias="brokerConfig.tar.gz"
data-linked-resource-content-type="application/x-gzip"
data-linked-resource-container-id="35993"
data-linked-resource-container-version="39">here</a>.</p></div>
</td>
<td valign="top">
<div class="navigation">