Versions Compared

Key

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

...

The example has several components. One component sets off a timer to send messages to a source destination. Then those messages are consumed by another component and sent to a different output destination - along with a trace component displaying the output messages as they arrive. This demonstrates a simple JMS bridge in action along with timers and tracing.

Running the Basic Example

To run Basic:
From a command shell, go to the Basic example directory:

Code Block

cd [servicemix_install_dir]\examples\basic

To run it:

Code Block

[servicemix_install_dir]\bin\servicemix servicemix.xml

where servicemix_install_dir is the location in which Service Mix was installed.

Stopping the Basic Example

To terminate the Basic example type "CTRL-C" in the command shell in which it is running.

How it Works

The diagram illustrates the components of the Basic example and how they interact with each other within the JBI container.

A DIAGRAM WILL BE PUT HERE--still creating

The following table explains the basic function of each component and bean in the servicemix.xml file.

...

Perhaps I should have a section that might describe in more detail some important but subtle
aspect of the XML code. Will need input from developers. This section may not be applicable to
all examples.

Running the Basic Example

To run Basic:
From a command shell, go to the Basic example directory:

Code Block

cd [servicemix_install_dir]\examples\basic

To run it:

Code Block

[servicemix_install_dir]\bin\servicemix servicemix.xml

...

Stopping the Basic Example

To terminate the Basic example type "CTRL-C" in the command shell in which it is running.

Related Documentation

Please see ..., plus Jira XX for details on fields...