Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleElements
borderStylesolidbgColor='lighblue'

Name

type

Description

namingContext

InitialContext

the JNDI initial context to use

workManager

WorkManager

The work manager provides a thread pool that ServiceMix container and components will use. If none is provided, a default implementation will be used.

transactionManager

TransactionManager

The transaction manager that ServiceMix container will use. It will also be given to components via their ComponentContext.

MBeanServer

MBeanServer

JMX mbean server to use

flow

Flow

A single flow to use

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="b1383bbf452be8fd-66bc1a52-46494a77-88b7a642-d38243d51f0be6e1c6f8f47a"><ac:plain-text-body><![CDATA[

flows

[Flow

http://incubator.apache.org/servicemix/dist/servicemix-3.0-incubating/site/servicemix-core/apidocs/org/apache/servicemix/jbi/nmr/flow/Flow.html][]

An array of flows to use

]]></ac:plain-text-body></ac:structured-macro>

broker

Broker

The broker used to dispatch JBI exchanges.

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="f1b39f6231cf2ef8-93d2e1eb-4d9a4392-840a9b0a-c4472b6d4f0717a257e05f13"><ac:plain-text-body><![CDATA[

activationSpecs

[ActivationSpec

http://incubator.apache.org/servicemix/dist/servicemix-3.0-incubating/site/servicemix-core/apidocs/org/apache/servicemix/jbi/container/ActivationSpec.html][]

The list of activation specs to use. Activations specs are used to configure JBI components.

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="a678565f16d53f48-0db6823e-4ee04250-9b96bc1b-1e7963a8a3f4696efb11433c"><ac:plain-text-body><![CDATA[

componentNames

String[]

An array of Strings identifying the spring ids of components to activate

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="0f289bdf61471c87-8f479361-46574e4e-9467af3b-3eb6fdf696f2b163ce2bbc15"><ac:plain-text-body><![CDATA[

listeners

[EventListener

http://java.sun.com/j2se/1.4.2/docs/api/java/util/EventListener.html][]

An array of event listeners to configure on the container. Event listeners can be used to receive several kind of events wrt to the JBI container.

]]></ac:plain-text-body></ac:structured-macro>

See XML Schemas for a full description of these XML elements.

Others properties can be defined as system wide:

Info
titleSystem Properties
borderStylesolidbgColor='lighblue'

Name

Type

Description

Default

org.apache.servicemix.default.charset

String

Define the default charset encoding used by the SourceTransformer when parsing XML source.

UTF-8

org.apache.servicemix.default.validating-dtd

boolean

Define if the SourceTransformer parser needs to validate the XML source using a DTD.

false

Examples

Attributes listed above are properties of simple types, they can be set using attributes on the main container tag in xbean.
See the XBean syntax guide for more informations.

...