You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2011/11/27 11:36:31 UTC

svn commit: r1206696 - in /servicemix/documentation/trunk/src/main/webapp/users-guide/nmr: index.conf toc.ssp

Author: gertv
Date: Sun Nov 27 10:36:31 2011
New Revision: 1206696

URL: http://svn.apache.org/viewvc?rev=1206696&view=rev
Log:
SMX4-620: Introduction for NMR guide (Thanks to Marcelo Jabali)

Modified:
    servicemix/documentation/trunk/src/main/webapp/users-guide/nmr/index.conf
    servicemix/documentation/trunk/src/main/webapp/users-guide/nmr/toc.ssp

Modified: servicemix/documentation/trunk/src/main/webapp/users-guide/nmr/index.conf
URL: http://svn.apache.org/viewvc/servicemix/documentation/trunk/src/main/webapp/users-guide/nmr/index.conf?rev=1206696&r1=1206695&r2=1206696&view=diff
==============================================================================
--- servicemix/documentation/trunk/src/main/webapp/users-guide/nmr/index.conf (original)
+++ servicemix/documentation/trunk/src/main/webapp/users-guide/nmr/index.conf Sun Nov 27 10:36:31 2011
@@ -1,3 +1,17 @@
 h2. Using the NMR
 
-//TODO: Add some info about the NMR
\ No newline at end of file
+h3. What's the NMR?
+
+The Normalized Message Router (NMR) is a general-purpose message bus used for communication between bundles in the OSGi container.
+It's modeled after the Normalized Message Router (NMR) defined in the Java Business Integration (JBI) specification ([http://www.jcp.org/en/jsr/detail?id=208]).
+
+It can be used to transport XML messages as well as other message body types, optionally augumented with headers and attachments.
+
+h3. Learn more
+
+* TODO: configuration files and options
+* NMR components
+** [Camel NMR|nmr-camel]
+** TODO: CXF NMR
+* [Event Listeneners|nmr-event-listeners]
+* TODO: auditing
\ No newline at end of file

Modified: servicemix/documentation/trunk/src/main/webapp/users-guide/nmr/toc.ssp
URL: http://svn.apache.org/viewvc/servicemix/documentation/trunk/src/main/webapp/users-guide/nmr/toc.ssp?rev=1206696&r1=1206695&r2=1206696&view=diff
==============================================================================
--- servicemix/documentation/trunk/src/main/webapp/users-guide/nmr/toc.ssp (original)
+++ servicemix/documentation/trunk/src/main/webapp/users-guide/nmr/toc.ssp Sun Nov 27 10:36:31 2011
@@ -1,10 +1,10 @@
 <ul>
     <li id="nmr">
 
-        <a href="/users-guide/nmr/index.html">Using the NMR</a>
+        <a href="${uri("/users-guide/nmr/index.html")}">Using the NMR   </a>
         <ul>
-            <li id="camel-nmr"><a href="/users-guide/nmr/nmr-camel.html">Camel NMR</a></li>
-            <li id="nmr-event-listeners"><a href="/users-guide/nmr/nmr-event-listeners.html">Event Listeners</a></li>
+            <li id="camel-nmr"><a href="${uri("/users-guide/nmr/nmr-camel.html")}">Camel NMR</a></li>
+            <li id="nmr-event-listeners"><a href="${uri("/users-guide/nmr/nmr-event-listeners.html")}">Event Listeners</a></li>
         </ul>
     </li>
 </ul>
\ No newline at end of file