You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Marco Westermann <Ma...@gmx.de> on 2017/09/28 11:38:01 UTC

Website not rendered correctly

Hi guys,


just wanted to inform you that parts of the camel website are not 
rendered correctly anymore. The code snippets are rendered like:

xml<camel:errorHandler id="deadLetterErrorHandler" 
type="DeadLetterChannel" deadLetterUri="log:dead"> <camel:camelContext 
errorHandlerRef="deadLetterErrorHandler"> ... </camel:camelContext>

or:

java// will use original body 
errorHandler(deadLetterChannel("jms:queue:dead") .useOriginalMessage() 
.maximumRedeliveries(5) .redeliverDelay(5000);

or:

{snippet:id=e1|lang=java|url=camel/trunk/camel-core/src/test/java/org/apache/camel/processor/DeadLetterChannelOnExceptionOnRedeliveryTest.java}And 
in our custom processor we set a special timeout header to the message. 
You can of course do anything what you like in your 
code.{snippet:id=e4|lang=java|url=camel/trunk/camel-core/src/test/java/org/apache/camel/processor/DeadLetterChannelOnExceptionOnRedeliveryTest.java}

I see this on chrome and firefox.

eg:

http://camel.apache.org/exception-clause.html

http://camel.apache.org/dead-letter-channel.html

http://camel.apache.org/error-handler.html


Best regards,

Marco Westermann



Re: Website not rendered correctly

Posted by Claus Ibsen <cl...@gmail.com>.
Yeah its a known issue.

A new website is in the works, though not ready until end of year /
start of next.

On Thu, Sep 28, 2017 at 1:38 PM, Marco Westermann <Ma...@gmx.de> wrote:
> Hi guys,
>
>
> just wanted to inform you that parts of the camel website are not rendered
> correctly anymore. The code snippets are rendered like:
>
> xml<camel:errorHandler id="deadLetterErrorHandler" type="DeadLetterChannel"
> deadLetterUri="log:dead"> <camel:camelContext
> errorHandlerRef="deadLetterErrorHandler"> ... </camel:camelContext>
>
> or:
>
> java// will use original body
> errorHandler(deadLetterChannel("jms:queue:dead") .useOriginalMessage()
> .maximumRedeliveries(5) .redeliverDelay(5000);
>
> or:
>
> {snippet:id=e1|lang=java|url=camel/trunk/camel-core/src/test/java/org/apache/camel/processor/DeadLetterChannelOnExceptionOnRedeliveryTest.java}And
> in our custom processor we set a special timeout header to the message. You
> can of course do anything what you like in your
> code.{snippet:id=e4|lang=java|url=camel/trunk/camel-core/src/test/java/org/apache/camel/processor/DeadLetterChannelOnExceptionOnRedeliveryTest.java}
>
> I see this on chrome and firefox.
>
> eg:
>
> http://camel.apache.org/exception-clause.html
>
> http://camel.apache.org/dead-letter-channel.html
>
> http://camel.apache.org/error-handler.html
>
>
> Best regards,
>
> Marco Westermann
>
>



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2