All, I've recently updated two pages:
websites/production/activemq/content/message-redelivery- and-dlq-handling.html websites/production/activemq/content/stomp.html The site generator seems to remove all the code snippets: http://activemq.apache.org/stomp.html http://activemq.apache.org/message-redelivery-and-dlq-handling.html The wiki itself shows just fine: https://cwiki.apache.org/confluence/display/ACTIVEMQ/Stomp https://cwiki.apache.org/confluence/display/ACTIVEMQ/Message+Redelivery+and+DLQ+Handling In one of the pages, it seems the script highlighting stuff changed a little, and preformatted sections are removed: -<pre class="code-java"> +<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[ RedeliveryPolicy policy = connection.getRedeliveryPolicy(); policy.setInitialRedeliveryDelay(500); policy.setBackOffMultiplier(2); -policy.setUseExponentialBackOff(<span class="code-keyword">true</span>); +policy.setUseExponentialBackOff(true); policy.setMaximumRedeliveries(2); -</pre> +]]></script> Where does one go to fix this? Thanks, Christian -- *Christian Posta* http://www.christianposta.com/blog twitter: @christianposta
