Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

The org.apache.camel.component.servletlistener.CamelServletContextListener supports the following options which can be configured as context-param in the web.xml file.

Div
classconfluenceTableSmall

Option

Type

Description

propertyPlaceholder.XXX

 

To configure property placeholders in Camel. You should prefix the option with

Wiki Markup
{div:class=confluenceTableSmall} || Option || Type || Description || | propertyPlaceholder.XXX | | To configure [property placeholders|Using PropertyPlaceholder] in Camel. You should prefix the option with

"propertyPlaceholder.",

for

example

to

configure

the

location,

use

propertyPlaceholder.location

as

name.

You

can

configure

all

the

options

from

the

[]

component.

| |

jmx.XXX

| | To configure [JMX|Camel JMX]. You should prefix the option with

 

To configure JMX. You should prefix the option with "jmx.",

for

example

to

disable

JMX,

use

jmx.disabled

as

name.

You

can

configure

all

the

options

from

{{

org.apache.camel.spi.ManagementAgent

}}

.

As

well

the

options

mentioned

on

the

[JMX|Camel ]

page.

| | name | {{String}} | To configure the name of the [CamelContext]. | | messageHistory | {{Boolean}} | *Camel

name

String

To configure the name of the CamelContext.

messageHistory

Boolean

Camel 2.12.2:

*

Whether

to

enable

or

disable

[ ]

(enabled

by

default).

| | streamCache | {{Boolean}} | Whether to enable [Stream Caching]. | | trace | {{Boolean}} | Whether to enable [Tracer]. | | delayer | {{Long}} | To set a delay value for [Delay Interceptor]. | | handleFault | {{Boolean}} | Whether to enable handle fault. | | errorHandlerRef | {{String}} | Refers to a context scoped [Error Handler] to be used. | | autoStartup | {{Boolean}} | Whether to start all routes when starting Camel. | | useMDCLogging | {{Boolean}} | Whether to use [MDC Logging]. | | useBreadcrumb | {{Boolean}} | Whether to use [breadcrumb|MDC Logging]. | | managementNamePattern | {{String}} | To set a custom naming pattern for JMX MBeans. | | threadNamePattern | {{String}} | To set a custom naming pattern for threads. | | properties.XXX | | To set custom properties on {{CamelContext.getProperties}}. This is seldom in use. | | routebuilder.XXX | | To configure routes to be used. See below for more details. | | CamelContextLifecycle | | Refers to a FQN classname of an implementation of {{

streamCache

Boolean

Whether to enable Stream Caching.

trace

Boolean

Whether to enable Tracer.

delayer

Long

To set a delay value for Delay Interceptor.

handleFault

Boolean

Whether to enable handle fault.

errorHandlerRef

String

Refers to a context scoped Error Handler to be used.

autoStartup

Boolean

Whether to start all routes when starting Camel.

useMDCLogging

Boolean

Whether to use MDC Logging.

useBreadcrumb

Boolean

Whether to use breadcrumb.

managementNamePattern

String

To set a custom naming pattern for JMX MBeans.

threadNamePattern

String

To set a custom naming pattern for threads.

properties.XXX

 

To set custom properties on CamelContext.getProperties. This is seldom in use.

routebuilder.XXX

 

To configure routes to be used. See below for more details.

CamelContextLifecycle

 

Refers to a FQN classname of an implementation of org.apache.camel.component.servletlistener.CamelContextLifecycle

}}

.

Which

allows

to

execute

custom

code

before

and

after

[]

has

been

started

or

stopped.

See

below

for

further

details.

| | XXX | | To set any option on [CamelContext]. | {div}

XXX

 

To set any option on CamelContext.

Examples

See Servlet Tomcat No Spring Example.

...