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/11/12 23:22:39 UTC

svn commit: r886433 [29/30] - in /websites/production/activemq/content: ./ 2004/ 2004/04/ 2004/04/13/ 2004/05/ 2004/05/26/ 2004/06/ 2004/06/23/ 2004/06/25/ 2004/08/ 2004/08/17/ 2004/08/23/ 2004/10/ 2004/10/07/ 2004/11/ 2004/11/02/ 2004/12/ 2004/12/20/ ...

Modified: websites/production/activemq/content/nms/activemq-destination-options.html
==============================================================================
--- websites/production/activemq/content/nms/activemq-destination-options.html (original)
+++ websites/production/activemq/content/nms/activemq-destination-options.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ Destination Options

Modified: websites/production/activemq/content/nms/activemq-enumerate-destination-using-advisory-messages.html
==============================================================================
--- websites/production/activemq/content/nms/activemq-enumerate-destination-using-advisory-messages.html (original)
+++ websites/production/activemq/content/nms/activemq-enumerate-destination-using-advisory-messages.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ Enumerate Destination using Advisory Messages

Modified: websites/production/activemq/content/nms/activemq-exclusive-consumers.html
==============================================================================
--- websites/production/activemq/content/nms/activemq-exclusive-consumers.html (original)
+++ websites/production/activemq/content/nms/activemq-exclusive-consumers.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ Exclusive Consumers

Modified: websites/production/activemq/content/nms/activemq-mirrored-queues.html
==============================================================================
--- websites/production/activemq/content/nms/activemq-mirrored-queues.html (original)
+++ websites/production/activemq/content/nms/activemq-mirrored-queues.html Tue Nov 12 22:22:29 2013
@@ -75,9 +75,9 @@
           <div class="wiki-content maincontent">
 <h2><a shape="rect" name="ActiveMQMirroredQueues-MirroredQueues"></a>Mirrored Queues</h2>
 
-<p>Queues provide an excellent reliable and high performance <a shape="rect" href="https://cwiki.apache.org/confluence/display/ACTIVEMQ/How+does+a+Queue+compare+to+a+Topic" title="How does a Queue compare to a Topic">load balancing mechanism</a>. Each message placed on a queue can only be successfully processed by a single consumer. This is a good thing! <img align="middle" class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/smile.gif" height="20" width="20" alt="" border="0">. However sometimes you want to monitor what messages flow between the producers and consumers on a queue. </p>
+<p>Queues provide an excellent reliable and high performance <a shape="rect" href="../how-does-a-queue-compare-to-a-topic.html" title="How does a Queue compare to a Topic">load balancing mechanism</a>. Each message placed on a queue can only be successfully processed by a single consumer. This is a good thing! <img align="middle" class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/smile.gif" height="20" width="20" alt="" border="0">. However sometimes you want to monitor what messages flow between the producers and consumers on a queue. </p>
 
-<p>To do this you can use <a shape="rect" href="https://cwiki.apache.org/confluence/display/ACTIVEMQ/Virtual+Destinations" title="Virtual Destinations">Virtual Destinations</a> to setup a virtual Queue which forwards the message to multiple physical queues. However enabling this for every single queue in your system can be painful.</p>
+<p>To do this you can use <a shape="rect" href="../virtual-destinations.html" title="Virtual Destinations">Virtual Destinations</a> to setup a virtual Queue which forwards the message to multiple physical queues. However enabling this for every single queue in your system can be painful.</p>
 
 <p>So to make it easy to monitor queues, we have added a feature we call <em>Mirrored Queues</em>. Mirrored Queues are kinda like a zero-configuration <a shape="rect" class="external-link" href="http://activemq.apache.org/camel/wire-tap.html">Wire Tap</a> on all of your queues inside your Message Broker.</p>
 
@@ -87,21 +87,21 @@
 
 <p>If you enable Mirrored Queues then by default you can subscribe to the topic <b>VirtualTopic.Mirror.Foo.Bar</b> and receive all the messages that are sent to the queue <b>Foo.Bar</b>. Since its a topic as many consumers can subscribe to this topic as are required.</p>
 
-<p>If you want you can use this feature with <a shape="rect" href="https://cwiki.apache.org/confluence/display/ACTIVEMQ/Virtual+Destinations" title="Virtual Destinations">Virtual Topics</a>; so that you can define a logical consumer; say called A. Then you can subscribe to the queue <b>Consumer.A.VirtualTopic.Mirror.Foo.Bar</b> to receive all the messages sent to queue <b>Foo.Bar</b> for the consumer A. You can then run multiple instances of this consumer who can then load balance among each other.</p>
+<p>If you want you can use this feature with <a shape="rect" href="../virtual-destinations.html" title="Virtual Destinations">Virtual Topics</a>; so that you can define a logical consumer; say called A. Then you can subscribe to the queue <b>Consumer.A.VirtualTopic.Mirror.Foo.Bar</b> to receive all the messages sent to queue <b>Foo.Bar</b> for the consumer A. You can then run multiple instances of this consumer who can then load balance among each other.</p>
 
-<p>This combination of Mirrored Queues and <a shape="rect" href="https://cwiki.apache.org/confluence/display/ACTIVEMQ/Virtual+Destinations" title="Virtual Destinations">Virtual Destinations</a> can be extremely useful for monitoring transaction flows; for example with <a shape="rect" class="external-link" href="http://activemq.apache.org/camel/bam.html">Business Activity Monitoring (BAM)</a>.</p>
+<p>This combination of Mirrored Queues and <a shape="rect" href="../virtual-destinations.html" title="Virtual Destinations">Virtual Destinations</a> can be extremely useful for monitoring transaction flows; for example with <a shape="rect" class="external-link" href="http://activemq.apache.org/camel/bam.html">Business Activity Monitoring (BAM)</a>.</p>
 
 <h3><a shape="rect" name="ActiveMQMirroredQueues-HowMirroredQueueswork"></a>How Mirrored Queues work</h3>
 
 <p>When enabled, mirrored queues causes every message sent to a queue to also be sent to a topic of a similar name; so that folks who are interested in watching message exchanges on a queue can consume from the mirrored queue topic.</p>
 
-<p>When coupled with <a shape="rect" href="https://cwiki.apache.org/confluence/display/ACTIVEMQ/Virtual+Destinations" title="Virtual Destinations">Virtual Topics</a> on this topic as described in the above example, you can actually end up creating new queues which are mirrors of a given queue dynamically at runtime!</p>
+<p>When coupled with <a shape="rect" href="../virtual-destinations.html" title="Virtual Destinations">Virtual Topics</a> on this topic as described in the above example, you can actually end up creating new queues which are mirrors of a given queue dynamically at runtime!</p>
 
 <h3><a shape="rect" name="ActiveMQMirroredQueues-EnablingMirroredQueues"></a>Enabling Mirrored Queues</h3>
 
 <p>By default Mirrored Queues is disabled; as enabling it will cause a virtual topic to be created for each queue you use.</p>
 
-<p>To enable Mirrored Queues, set the <b>useMirroredQueues</b> property on <a shape="rect" class="external-link" href="http://activemq.apache.org/maven/activemq-core/apidocs/org/apache/activemq/broker/BrokerService.html">BrokerService</a> or add the following inside the &lt;broker&gt; element in the <a shape="rect" href="https://cwiki.apache.org/confluence/display/ACTIVEMQ/Xml+Configuration" title="Xml Configuration">Xml Configuration</a>:</p>
+<p>To enable Mirrored Queues, set the <b>useMirroredQueues</b> property on <a shape="rect" class="external-link" href="http://activemq.apache.org/maven/activemq-core/apidocs/org/apache/activemq/broker/BrokerService.html">BrokerService</a> or add the following inside the &lt;broker&gt; element in the <a shape="rect" href="../xml-configuration.html" title="Xml Configuration">Xml Configuration</a>:</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[

Modified: websites/production/activemq/content/nms/activemq-net-110-release.html
==============================================================================
--- websites/production/activemq/content/nms/activemq-net-110-release.html (original)
+++ websites/production/activemq/content/nms/activemq-net-110-release.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ .NET 1.1.0 Release

Modified: websites/production/activemq/content/nms/activemq-net-120-release.html
==============================================================================
--- websites/production/activemq/content/nms/activemq-net-120-release.html (original)
+++ websites/production/activemq/content/nms/activemq-net-120-release.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ .NET 1.2.0 Release

Modified: websites/production/activemq/content/nms/activemq-net-130-release.html
==============================================================================
--- websites/production/activemq/content/nms/activemq-net-130-release.html (original)
+++ websites/production/activemq/content/nms/activemq-net-130-release.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ .NET 1.3.0 Release

Modified: websites/production/activemq/content/nms/activemq-net-140-release.html
==============================================================================
--- websites/production/activemq/content/nms/activemq-net-140-release.html (original)
+++ websites/production/activemq/content/nms/activemq-net-140-release.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ .NET 1.4.0 Release

Modified: websites/production/activemq/content/nms/activemq-retroactive-consumers.html
==============================================================================
--- websites/production/activemq/content/nms/activemq-retroactive-consumers.html (original)
+++ websites/production/activemq/content/nms/activemq-retroactive-consumers.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ Retroactive Consumers
@@ -77,7 +86,7 @@
 
 <p>A retroactive consumer is just a regular NMS consumer who indicates that at the start of a subscription every attempt should be used to go back in time and send any old messages (or the last message sent on that topic) that the consumer may have missed.</p>
 
-<p>See the <a shape="rect" href="https://cwiki.apache.org/confluence/display/ACTIVEMQ/Subscription+Recovery+Policy" title="Subscription Recovery Policy">Subscription Recovery Policy</a> for more detail.</p>
+<p>See the <a shape="rect" href="../subscription-recovery-policy.html" title="Subscription Recovery Policy">Subscription Recovery Policy</a> for more detail.</p>
 
 <h3><a shape="rect" name="ActiveMQRetroactiveConsumers-Example"></a>Example</h3>
 

Modified: websites/production/activemq/content/nms/activemq-virtual-destinations.html
==============================================================================
--- websites/production/activemq/content/nms/activemq-virtual-destinations.html (original)
+++ websites/production/activemq/content/nms/activemq-virtual-destinations.html Tue Nov 12 22:22:29 2013
@@ -86,9 +86,9 @@
 <ul><li>load balancing of messages.</li><li>fast failover of the subscriber if that one process running that one consumer thread dies.</li></ul>
 
 
-<p>Now <em>queue</em> semantics in JMS offer the ability to load balance work across a number of consumers in a reliable way - allowing many threads, processes and machines to be used to process messages. Then we have sophisticated sticky load balancing techniques like <a shape="rect" href="https://cwiki.apache.org/confluence/display/ACTIVEMQ/Message+Groups" title="Message Groups">Message Groups</a> to load balance and parallelise work while maintaining ordering.</p>
+<p>Now <em>queue</em> semantics in JMS offer the ability to load balance work across a number of consumers in a reliable way - allowing many threads, processes and machines to be used to process messages. Then we have sophisticated sticky load balancing techniques like <a shape="rect" href="../message-groups.html" title="Message Groups">Message Groups</a> to load balance and parallelise work while maintaining ordering.</p>
 
-<p>Another added benefit of having physical queues for each logical topic subscriber is we can them monitor the queue depths via <a shape="rect" href="https://cwiki.apache.org/confluence/display/ACTIVEMQ/JMX" title="JMX">JMX</a> to monitor system performance together with being able to browse these physical queues.</p>
+<p>Another added benefit of having physical queues for each logical topic subscriber is we can them monitor the queue depths via <a shape="rect" href="../jmx.html" title="JMX">JMX</a> to monitor system performance together with being able to browse these physical queues.</p>
 
 <h3><a shape="rect" name="ActiveMQVirtualDestinations-VirtualTopicstotherescue"></a>Virtual Topics to the rescue</h3>
 
@@ -136,7 +136,7 @@
 
 <h2><a shape="rect" name="ActiveMQVirtualDestinations-CompositeDestinations"></a>Composite Destinations</h2>
 
-<p>Composite Destinations allow for one-to-many relationships on individual destinations; the main use case is for <em>composite queues</em>. For example when a message is sent to queue A you may want to forward it also to queues B and C and topic D. Composite destinations are then a mapping from a virtual destination to a collection of other physical destinations. In this case the mapping is broker side and the client is unaware of the mapping between the destinations. This is different from client side <a shape="rect" href="https://cwiki.apache.org/confluence/display/ACTIVEMQ/Composite+Destinations" title="Composite Destinations">Composite Destinations</a> where the client uses a URL notation to specify the actual physical destinations that a message must be sent to.</p>
+<p>Composite Destinations allow for one-to-many relationships on individual destinations; the main use case is for <em>composite queues</em>. For example when a message is sent to queue A you may want to forward it also to queues B and C and topic D. Composite destinations are then a mapping from a virtual destination to a collection of other physical destinations. In this case the mapping is broker side and the client is unaware of the mapping between the destinations. This is different from client side <a shape="rect" href="../composite-destinations.html" title="Composite Destinations">Composite Destinations</a> where the client uses a URL notation to specify the actual physical destinations that a message must be sent to.</p>
 
 <p>The following <a shape="rect" class="external-link" href="http://svn.apache.org/repos/asf/incubator/activemq/trunk/activemq-unit-tests/src/test/resources/org/apache/activemq/broker/virtual/composite-queue.xml">example</a> shows how to set up a <b>&lt;compositeQueue/&gt;</b> element in the XML configuration so that when a message is sent to <tt>MY.QUEUE</tt> then it is really forwarded to the physical queue <tt>FOO</tt> and the topic <tt>BAR</tt>.</p>
 

Modified: websites/production/activemq/content/nms/apachenms-150-release.html
==============================================================================
--- websites/production/activemq/content/nms/apachenms-150-release.html (original)
+++ websites/production/activemq/content/nms/apachenms-150-release.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Apache.NMS 1.5.0 Release

Modified: websites/production/activemq/content/nms/apachenms-activemq-v110.html
==============================================================================
--- websites/production/activemq/content/nms/apachenms-activemq-v110.html (original)
+++ websites/production/activemq/content/nms/apachenms-activemq-v110.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Apache.NMS ActiveMQ v1.1.0

Modified: websites/production/activemq/content/nms/apachenms-api-v110.html
==============================================================================
--- websites/production/activemq/content/nms/apachenms-api-v110.html (original)
+++ websites/production/activemq/content/nms/apachenms-api-v110.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Apache.NMS API v1.1.0

Modified: websites/production/activemq/content/nms/apachenms-api-v120.html
==============================================================================
--- websites/production/activemq/content/nms/apachenms-api-v120.html (original)
+++ websites/production/activemq/content/nms/apachenms-api-v120.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Apache.NMS API v1.2.0

Modified: websites/production/activemq/content/nms/apachenms-api-v130.html
==============================================================================
--- websites/production/activemq/content/nms/apachenms-api-v130.html (original)
+++ websites/production/activemq/content/nms/apachenms-api-v130.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Apache.NMS API v1.3.0

Modified: websites/production/activemq/content/nms/apachenms-api-v140.html
==============================================================================
--- websites/production/activemq/content/nms/apachenms-api-v140.html (original)
+++ websites/production/activemq/content/nms/apachenms-api-v140.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Apache.NMS API v1.4.0

Modified: websites/production/activemq/content/nms/apachenms-api-v150.html
==============================================================================
--- websites/production/activemq/content/nms/apachenms-api-v150.html (original)
+++ websites/production/activemq/content/nms/apachenms-api-v150.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Apache.NMS API v1.5.0

Modified: websites/production/activemq/content/nms/apachenms-api-v151.html
==============================================================================
--- websites/production/activemq/content/nms/apachenms-api-v151.html (original)
+++ websites/production/activemq/content/nms/apachenms-api-v151.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Apache.NMS API v1.5.1

Modified: websites/production/activemq/content/nms/apachenms-api-v160.html
==============================================================================
--- websites/production/activemq/content/nms/apachenms-api-v160.html (original)
+++ websites/production/activemq/content/nms/apachenms-api-v160.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Apache.NMS API v1.6.0

Modified: websites/production/activemq/content/nms/apachenms-ems-v110.html
==============================================================================
--- websites/production/activemq/content/nms/apachenms-ems-v110.html (original)
+++ websites/production/activemq/content/nms/apachenms-ems-v110.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Apache.NMS EMS v1.1.0

Modified: websites/production/activemq/content/nms/apachenms-msmq-v110.html
==============================================================================
--- websites/production/activemq/content/nms/apachenms-msmq-v110.html (original)
+++ websites/production/activemq/content/nms/apachenms-msmq-v110.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Apache.NMS MSMQ v1.1.0

Modified: websites/production/activemq/content/nms/apachenmsactivemq-v120.html
==============================================================================
--- websites/production/activemq/content/nms/apachenmsactivemq-v120.html (original)
+++ websites/production/activemq/content/nms/apachenmsactivemq-v120.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Apache.NMS.ActiveMQ v1.2.0

Modified: websites/production/activemq/content/nms/apachenmsactivemq-v130.html
==============================================================================
--- websites/production/activemq/content/nms/apachenmsactivemq-v130.html (original)
+++ websites/production/activemq/content/nms/apachenmsactivemq-v130.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Apache.NMS.ActiveMQ v1.3.0

Modified: websites/production/activemq/content/nms/apachenmsactivemq-v140.html
==============================================================================
--- websites/production/activemq/content/nms/apachenmsactivemq-v140.html (original)
+++ websites/production/activemq/content/nms/apachenmsactivemq-v140.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Apache.NMS.ActiveMQ v1.4.0

Modified: websites/production/activemq/content/nms/apachenmsactivemq-v141.html
==============================================================================
--- websites/production/activemq/content/nms/apachenmsactivemq-v141.html (original)
+++ websites/production/activemq/content/nms/apachenmsactivemq-v141.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Apache.NMS.ActiveMQ v1.4.1

Modified: websites/production/activemq/content/nms/apachenmsactivemq-v150.html
==============================================================================
--- websites/production/activemq/content/nms/apachenmsactivemq-v150.html (original)
+++ websites/production/activemq/content/nms/apachenmsactivemq-v150.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Apache.NMS.ActiveMQ v1.5.0

Modified: websites/production/activemq/content/nms/apachenmsactivemq-v151.html
==============================================================================
--- websites/production/activemq/content/nms/apachenmsactivemq-v151.html (original)
+++ websites/production/activemq/content/nms/apachenmsactivemq-v151.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Apache.NMS.ActiveMQ v1.5.1

Modified: websites/production/activemq/content/nms/apachenmsactivemq-v152.html
==============================================================================
--- websites/production/activemq/content/nms/apachenmsactivemq-v152.html (original)
+++ websites/production/activemq/content/nms/apachenmsactivemq-v152.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Apache.NMS.ActiveMQ v1.5.2

Modified: websites/production/activemq/content/nms/apachenmsactivemq-v153.html
==============================================================================
--- websites/production/activemq/content/nms/apachenmsactivemq-v153.html (original)
+++ websites/production/activemq/content/nms/apachenmsactivemq-v153.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Apache.NMS.ActiveMQ v1.5.3

Modified: websites/production/activemq/content/nms/apachenmsactivemq-v154.html
==============================================================================
--- websites/production/activemq/content/nms/apachenmsactivemq-v154.html (original)
+++ websites/production/activemq/content/nms/apachenmsactivemq-v154.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Apache.NMS.ActiveMQ v1.5.4

Modified: websites/production/activemq/content/nms/apachenmsactivemq-v155.html
==============================================================================
--- websites/production/activemq/content/nms/apachenmsactivemq-v155.html (original)
+++ websites/production/activemq/content/nms/apachenmsactivemq-v155.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Apache.NMS.ActiveMQ v1.5.5

Modified: websites/production/activemq/content/nms/apachenmsactivemq-v156.html
==============================================================================
--- websites/production/activemq/content/nms/apachenmsactivemq-v156.html (original)
+++ websites/production/activemq/content/nms/apachenmsactivemq-v156.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Apache.NMS.ActiveMQ v1.5.6

Modified: websites/production/activemq/content/nms/apachenmsactivemq-v160.html
==============================================================================
--- websites/production/activemq/content/nms/apachenmsactivemq-v160.html (original)
+++ websites/production/activemq/content/nms/apachenmsactivemq-v160.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Apache.NMS.ActiveMQ v1.6.0

Modified: websites/production/activemq/content/nms/apachenmsactivemq.html
==============================================================================
--- websites/production/activemq/content/nms/apachenmsactivemq.html (original)
+++ websites/production/activemq/content/nms/apachenmsactivemq.html Tue Nov 12 22:22:29 2013
@@ -73,7 +73,7 @@
         <tr>
         <td valign="top" width="100%">
           <div class="wiki-content maincontent">
-<p>The ActiveMQ NMS client is a .NET client that communicates with the ActiveMQ broker using its native <a shape="rect" href="https://cwiki.apache.org/confluence/display/ACTIVEMQ/OpenWire" title="OpenWire">Openwire</a> protocol.  This client supports <a shape="rect" href="activemq-advanced-features.html" title="ActiveMQ Advanced Features">advanced features</a> such as Failover, Discovery, SSL, and Message Compression.  This section of the NMS site provides documentation specific to the NMS.ActiveMQ client, for documentation on the other NMS clients refer to the Main <a shape="rect" href="index.html" title="Index">NMS page</a>.</p>
+<p>The ActiveMQ NMS client is a .NET client that communicates with the ActiveMQ broker using its native <a shape="rect" href="../openwire.html" title="OpenWire">Openwire</a> protocol.  This client supports <a shape="rect" href="activemq-advanced-features.html" title="ActiveMQ Advanced Features">advanced features</a> such as Failover, Discovery, SSL, and Message Compression.  This section of the NMS site provides documentation specific to the NMS.ActiveMQ client, for documentation on the other NMS clients refer to the Main <a shape="rect" href="index.html" title="Index">NMS page</a>.</p>
 
 <ul><li><a shape="rect" href="activemq-advanced-features.html" title="ActiveMQ Advanced Features">ActiveMQ Advanced Features</a></li><li><a shape="rect" href="activemq-build-notes.html" title="ActiveMQ Build Notes">ActiveMQ Build Notes</a></li><li><a shape="rect" href="activemq-downloads.html" title="ActiveMQ Downloads">ActiveMQ Downloads</a></li><li><a shape="rect" href="activemq-examples.html" title="ActiveMQ Examples">ActiveMQ Examples</a></li><li><a shape="rect" href="activemq-faq.html" title="ActiveMQ FAQ">ActiveMQ FAQ</a></li><li><a shape="rect" href="activemq-uri-configuration.html" title="ActiveMQ URI Configuration">ActiveMQ URI Configuration</a></li></ul>
           </div>

Modified: websites/production/activemq/content/nms/apachenmsstomp-v120.html
==============================================================================
--- websites/production/activemq/content/nms/apachenmsstomp-v120.html (original)
+++ websites/production/activemq/content/nms/apachenmsstomp-v120.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Apache.NMS.Stomp v1.2.0

Modified: websites/production/activemq/content/nms/apachenmsstomp-v130.html
==============================================================================
--- websites/production/activemq/content/nms/apachenmsstomp-v130.html (original)
+++ websites/production/activemq/content/nms/apachenmsstomp-v130.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Apache.NMS.Stomp v1.3.0

Modified: websites/production/activemq/content/nms/apachenmsstomp-v140.html
==============================================================================
--- websites/production/activemq/content/nms/apachenmsstomp-v140.html (original)
+++ websites/production/activemq/content/nms/apachenmsstomp-v140.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Apache.NMS.Stomp v1.4.0

Modified: websites/production/activemq/content/nms/apachenmsstomp-v150.html
==============================================================================
--- websites/production/activemq/content/nms/apachenmsstomp-v150.html (original)
+++ websites/production/activemq/content/nms/apachenmsstomp-v150.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Apache.NMS.Stomp v1.5.0

Modified: websites/production/activemq/content/nms/apachenmsstomp-v151.html
==============================================================================
--- websites/production/activemq/content/nms/apachenmsstomp-v151.html (original)
+++ websites/production/activemq/content/nms/apachenmsstomp-v151.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Apache.NMS.Stomp v1.5.1

Modified: websites/production/activemq/content/nms/apachenmsstomp-v152.html
==============================================================================
--- websites/production/activemq/content/nms/apachenmsstomp-v152.html (original)
+++ websites/production/activemq/content/nms/apachenmsstomp-v152.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Apache.NMS.Stomp v1.5.2

Modified: websites/production/activemq/content/nms/apachenmsstomp-v153.html
==============================================================================
--- websites/production/activemq/content/nms/apachenmsstomp-v153.html (original)
+++ websites/production/activemq/content/nms/apachenmsstomp-v153.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Apache.NMS.Stomp v1.5.3

Modified: websites/production/activemq/content/nms/apachenmswcf-v110.html
==============================================================================
--- websites/production/activemq/content/nms/apachenmswcf-v110.html (original)
+++ websites/production/activemq/content/nms/apachenmswcf-v110.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Apache.NMS.WCF v1.1.0

Modified: websites/production/activemq/content/nms/examples.html
==============================================================================
--- websites/production/activemq/content/nms/examples.html (original)
+++ websites/production/activemq/content/nms/examples.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Examples

Modified: websites/production/activemq/content/nms/index.html
==============================================================================
--- websites/production/activemq/content/nms/index.html (original)
+++ websites/production/activemq/content/nms/index.html Tue Nov 12 22:22:29 2013
@@ -100,7 +100,7 @@
            </a>            </span>
             <span class="blogHeading">
                 </span><div class="page-metadata not-personal"><a shape="rect" class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~tabish121">Timothy Bish</a> posted on Oct 25, 2013</div>
-                <a shape="rect" class="blogHeading" href="https://cwiki.apache.org/confluence/display/NMS/2013/10/25/Apache.NMS.ActiveMQ+v1.6.1+released">Apache.NMS.ActiveMQ v1.6.1 released</a>
+                <a shape="rect" class="blogHeading" href="2013/10/25/apachenmsactivemq-v161-released.html">Apache.NMS.ActiveMQ v1.6.1 released</a>
             
         </div>
     
@@ -120,7 +120,7 @@
            </a>            </span>
             <span class="blogHeading">
                 </span><div class="page-metadata not-personal"><a shape="rect" class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~tabish121">Timothy Bish</a> posted on Jun 10, 2013</div>
-                <a shape="rect" class="blogHeading" href="https://cwiki.apache.org/confluence/display/NMS/2013/06/10/Apache.NMS.ActiveMQ+v1.6.0+Released">Apache.NMS.ActiveMQ v1.6.0 Released</a>
+                <a shape="rect" class="blogHeading" href="2013/06/10/apachenmsactivemq-v160-released.html">Apache.NMS.ActiveMQ v1.6.0 Released</a>
             
         </div>
     
@@ -140,7 +140,7 @@
            </a>            </span>
             <span class="blogHeading">
                 </span><div class="page-metadata not-personal"><a shape="rect" class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~tabish121">Timothy Bish</a> posted on Aug 31, 2012</div>
-                <a shape="rect" class="blogHeading" href="https://cwiki.apache.org/confluence/display/NMS/2012/08/31/Apache.NMS.Stomp+v1.5.3+released.">Apache.NMS.Stomp v1.5.3 released.</a>
+                <a shape="rect" class="blogHeading" href="2012/08/31/apachenmsstomp-v153-released.html">Apache.NMS.Stomp v1.5.3 released.</a>
             
         </div>
     
@@ -160,7 +160,7 @@
            </a>            </span>
             <span class="blogHeading">
                 </span><div class="page-metadata not-personal"><a shape="rect" class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~tabish121">Timothy Bish</a> posted on May 04, 2012</div>
-                <a shape="rect" class="blogHeading" href="https://cwiki.apache.org/confluence/display/NMS/2012/05/04/Apache.NMS.ActiveMQ+v1.5.5+released.">Apache.NMS.ActiveMQ v1.5.5 released.</a>
+                <a shape="rect" class="blogHeading" href="2012/05/04/apachenmsactivemq-v155-released.html">Apache.NMS.ActiveMQ v1.5.5 released.</a>
             
         </div>
     

Modified: websites/production/activemq/content/nms/nms-simple-asynchronous-consumer-example.html
==============================================================================
--- websites/production/activemq/content/nms/nms-simple-asynchronous-consumer-example.html (original)
+++ websites/production/activemq/content/nms/nms-simple-asynchronous-consumer-example.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- NMS Simple Asynchronous Consumer Example

Modified: websites/production/activemq/content/nms/nms-simple-synchornous-consumer-example.html
==============================================================================
--- websites/production/activemq/content/nms/nms-simple-synchornous-consumer-example.html (original)
+++ websites/production/activemq/content/nms/nms-simple-synchornous-consumer-example.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- NMS Simple Synchornous Consumer Example

Modified: websites/production/activemq/content/nms/siteindex.html
==============================================================================
--- websites/production/activemq/content/nms/siteindex.html (original)
+++ websites/production/activemq/content/nms/siteindex.html Tue Nov 12 22:22:29 2013
@@ -73,7 +73,7 @@
         <tr>
         <td valign="top" width="100%">
           <div class="wiki-content maincontent">
-<p></p>
+
 <h2>Space Index</h2>
 
 <p>

Modified: websites/production/activemq/content/nms/stomp-delayed-and-scheduled-message-feature.html
==============================================================================
--- websites/production/activemq/content/nms/stomp-delayed-and-scheduled-message-feature.html (original)
+++ websites/production/activemq/content/nms/stomp-delayed-and-scheduled-message-feature.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,16 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushPlain.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Stomp Delayed and Scheduled Message Feature

Modified: websites/production/activemq/content/noclassdeffounderror-orgspringframeworkcoreioresource.html
==============================================================================
--- websites/production/activemq/content/noclassdeffounderror-orgspringframeworkcoreioresource.html (original)
+++ websites/production/activemq/content/noclassdeffounderror-orgspringframeworkcoreioresource.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- NoClassDefFoundError - org.springframework.core.io.Resource

Modified: websites/production/activemq/content/old-osgi-integration.html
==============================================================================
--- websites/production/activemq/content/old-osgi-integration.html (original)
+++ websites/production/activemq/content/old-osgi-integration.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Old OSGi Integration

Added: websites/production/activemq/content/openwire-cpp-client.data/BrokerSession-Library-Usage.JPG
==============================================================================
Binary file - no diff available.

Propchange: websites/production/activemq/content/openwire-cpp-client.data/BrokerSession-Library-Usage.JPG
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: websites/production/activemq/content/openwire-cpp-client.data/Core-Library-Usage.JPG
==============================================================================
Binary file - no diff available.

Propchange: websites/production/activemq/content/openwire-cpp-client.data/Core-Library-Usage.JPG
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Modified: websites/production/activemq/content/openwire-cpp-client.html
==============================================================================
--- websites/production/activemq/content/openwire-cpp-client.html (original)
+++ websites/production/activemq/content/openwire-cpp-client.html Tue Nov 12 22:22:29 2013
@@ -124,7 +124,7 @@ There are shortcomings to this approach.
 
 <p>The core layer of the library provides a very simple interface &#8211; data in, messages out.</p>
 
-<p><span class="image-wrap" style=""><img src="openwire-cpp-client.data/Core+Library+Usage.JPG" style="border: 0px solid black"></span></p>
+<p><span class="image-wrap" style=""><img src="openwire-cpp-client.data/Core-Library-Usage.JPG" style="border: 0px solid black"></span></p>
 
 <p>When the returned file descriptor from the transport layer's connect() call reads active in the application's event loop, the application reads available data and passes that to the library. The library itself has an internal buffer that will deliver a message when one has been fully accumulated. The purpose of this disconnect is that the core library <b>will not make any blocking I/O calls &#8211; or any system calls at all for that matter</b>. This satisfies the portability goal, as well as ensuring that a single-threaded application can use this library without the potential for losing control of its thread.</p>
 
@@ -149,7 +149,7 @@ There are shortcomings to this approach.
 
 <p>The higher level library's interface offers a much simpler and more direct API to the developer than the first layer, as a result of having an internal thread to process data from the ActiveMQ broker.</p>
 
-<p><span class="image-wrap" style=""><img src="openwire-cpp-client.data/BrokerSession+Library+Usage.JPG" style="border: 0px solid black"></span></p>
+<p><span class="image-wrap" style=""><img src="openwire-cpp-client.data/BrokerSession-Library-Usage.JPG" style="border: 0px solid black"></span></p>
 
 <p>Since the BrokerSession library contains a copy of the core library, ActiveMQ-specific code is kept encapsulated there. The code in the BrokerSession library does the legwork of managing the core library and broker communication for the application. The use of a background thread to do this and deliver incoming messages to the message consumers greatly simplifies application development.</p>
 

Modified: websites/production/activemq/content/openwire-version-2-specification.html
==============================================================================
--- websites/production/activemq/content/openwire-version-2-specification.html (original)
+++ websites/production/activemq/content/openwire-version-2-specification.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- OpenWire Version 2 Specification

Modified: websites/production/activemq/content/optimized-acknowledgement.html
==============================================================================
--- websites/production/activemq/content/optimized-acknowledgement.html (original)
+++ websites/production/activemq/content/optimized-acknowledgement.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Optimized Acknowledgement

Modified: websites/production/activemq/content/osgi-integration.html
==============================================================================
--- websites/production/activemq/content/osgi-integration.html (original)
+++ websites/production/activemq/content/osgi-integration.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- OSGi Integration

Modified: websites/production/activemq/content/outbound-communication.html
==============================================================================
--- websites/production/activemq/content/outbound-communication.html (original)
+++ websites/production/activemq/content/outbound-communication.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,16 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushXml.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Outbound Communication

Modified: websites/production/activemq/content/per-destination-policies.html
==============================================================================
--- websites/production/activemq/content/per-destination-policies.html (original)
+++ websites/production/activemq/content/per-destination-policies.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushXml.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Per Destination Policies

Modified: websites/production/activemq/content/persistence.html
==============================================================================
--- websites/production/activemq/content/persistence.html (original)
+++ websites/production/activemq/content/persistence.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,16 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushXml.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Persistence

Modified: websites/production/activemq/content/pluggable-storage-lockers.html
==============================================================================
--- websites/production/activemq/content/pluggable-storage-lockers.html (original)
+++ websites/production/activemq/content/pluggable-storage-lockers.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Pluggable storage lockers

Modified: websites/production/activemq/content/polo-page.html
==============================================================================
--- websites/production/activemq/content/polo-page.html (original)
+++ websites/production/activemq/content/polo-page.html Tue Nov 12 22:22:29 2013
@@ -75,14 +75,14 @@
           <div class="wiki-content maincontent">
 
 
-<map id="gliffy-map-4120-8307" name="gliffy-map-4120-8307"></map>
+<map id="gliffy-map-4120-9127" name="gliffy-map-4120-9127"></map>
 <table class="gliffy-macro-table" width="100%"><tr><td align="left" colspan="1" rowspan="1">
             <table class="gliffy-macro-inner-table"><caption align="bottom">
                     
                         
                         <a shape="rect" href="https://cwiki.apache.org/confluence/plugins/gliffy/viewlargediagram.action?name=test&amp;ceoid=50841&amp;key=ACTIVEMQ&amp;pageId=50841" target="_self">Full Size</a>
                                     </caption><tr><td colspan="1" rowspan="1">
-                        <img class="gliffy-macro-image" style="border: none; width: 384px;" usemap="#gliffy-map-4120-8307" src="polo-page.data/test.png" alt="">
+                        <img class="gliffy-macro-image" style="border: none; width: 384px;" usemap="#gliffy-map-4120-9127" src="https://cwiki.apache.org/confluence/download/attachments/50841/test.png?version=2&amp;modificationDate=1372086219000" alt="">
                     </td></tr></table>
         </td></tr></table>
 

Modified: websites/production/activemq/content/producer-flow-control.html
==============================================================================
--- websites/production/activemq/content/producer-flow-control.html (original)
+++ websites/production/activemq/content/producer-flow-control.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,16 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushXml.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Producer Flow Control

Modified: websites/production/activemq/content/pure-master-slave.html
==============================================================================
--- websites/production/activemq/content/pure-master-slave.html (original)
+++ websites/production/activemq/content/pure-master-slave.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,16 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushXml.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Pure Master Slave

Modified: websites/production/activemq/content/redelivery-policy.html
==============================================================================
--- websites/production/activemq/content/redelivery-policy.html (original)
+++ websites/production/activemq/content/redelivery-policy.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Redelivery Policy

Modified: websites/production/activemq/content/release-guide.html
==============================================================================
--- websites/production/activemq/content/release-guide.html (original)
+++ websites/production/activemq/content/release-guide.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,16 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushXml.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Release Guide

Modified: websites/production/activemq/content/replicated-leveldb-store.html
==============================================================================
--- websites/production/activemq/content/replicated-leveldb-store.html (original)
+++ websites/production/activemq/content/replicated-leveldb-store.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Replicated LevelDB Store

Modified: websites/production/activemq/content/resource-adapter-does-not-seem-to-pool-connections.html
==============================================================================
--- websites/production/activemq/content/resource-adapter-does-not-seem-to-pool-connections.html (original)
+++ websites/production/activemq/content/resource-adapter-does-not-seem-to-pool-connections.html Tue Nov 12 22:22:29 2013
@@ -32,6 +32,15 @@
     </style>
     <![endif]-->
 
+          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
+      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
+      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
+              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Resource Adapter does not seem to pool connections