Versions Compared

Key

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

...

  • activemq.xml: ActiveMQ configuration file
  • jmx.xml: JMX configuration file
  • jndi.properties: system file for JNDI configuration
  • jndi.xml: JNDI configuration file
  • log4j.xml: Log4J configuration file
  • login.properties: JAAS configuration file
  • security.xml: ServiceMix security configuration file
  • servicemix.conf: Classworlds configuration file defining the classpath
  • servicemix.xml: ServiceMix JBI container configuration
  • tx.xml: Transaction Manager configuration
  • group.properties: security related configuration file for associating groups to users
  • users-credentials.properties: security related configuration file for associating a certificate to a user
  • users-passwords.properties: security related configuration file for associating a password to a user
  • keystore.jks: security related configuration file for storing certificates

...

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="1bd3bae12e5c88a7-0be99b25-475a4578-82929ac2-9637e4a2b1140fae6efa1fb1"><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="977c35f9bbdac1fa-2071e962-48c246a4-a3f2b73d-5ef43aec8e6a20d1cfd9da46"><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="41f1e0ef3a9acf3a-d473f5ef-44074163-939ab5f7-10897a581b61c8b12a09df0a"><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="932904ad1bf3e62a-090bf49a-41694536-a62cb0d1-50c4fbe6bf0ddd8e6d1b63bb"><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>

...