ServiceMix 4 NMR Project

The ServiceMix 4 NMR Project contains two building blocks for ServiceMix 4:

  • NMR is a generic, lightweight OSGi messaging implementation, useful for e.g. interconnecting Camel routes across bundles

  • a JBI 1.0 compatibility layer built on top of the NMR to allow ServiceMix 4 to support JBI components and deployables

Browsing the Source Tree

Web Browsing of SVN

To browse the raw SVN repo, use the following URL:

To browse the SVN repo using ViewVC, use the following URL:

A hearty thanks to Atlassian for providing FishEye hosting for ServiceMix. Below is the URL to browse the Subversion repo via FishEye:

Checking out the Source Tree

Anonymous Checkout from the ServiceMix SVN Repo

This project's SVN repository can be checked out anonymously using the following command:

svn co http://svn.apache.org/repos/asf/servicemix/smx4/nmr/trunk/

Using the git mirror

There was a git mirror set up for the documentation project at git://git.apache.org/servicemix-documentation.git.
Have a look at http://wiki.apache.org/general/GitAtApache for more information on working with the git mirrors.

git clone git://git.apache.org/servicemix4-nmr.git

Committer Checkout from the ServiceMix SVN Repo

ServiceMix committers can check out using the following command:

svn co https://svn.apache.org/repos/asf/servicemix/smx4/nmr/trunk/

Only project developers can commit to the SVN tree via this method. SSH must be installed on your client machine. Enter your site password when prompted.

Project layout

Building

This project is a normal Maven build. Just use mvn clean install to build.

Jenkins

Jenkins CI build has been set up at https://builds.apache.org/job/ServiceMix-NMR/