You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2017/10/03 10:02:17 UTC

svn commit: r1810888 - /sling/trunk/contrib/commons/mom/api/README.md

Author: olli
Date: Tue Oct  3 10:02:16 2017
New Revision: 1810888

URL: http://svn.apache.org/viewvc?rev=1810888&view=rev
Log:
SLING-7167 Adjust READMEs

add uniform header linking to Sling project

Modified:
    sling/trunk/contrib/commons/mom/api/README.md

Modified: sling/trunk/contrib/commons/mom/api/README.md
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/commons/mom/api/README.md?rev=1810888&r1=1810887&r2=1810888&view=diff
==============================================================================
--- sling/trunk/contrib/commons/mom/api/README.md (original)
+++ sling/trunk/contrib/commons/mom/api/README.md Tue Oct  3 10:02:16 2017
@@ -1,4 +1,8 @@
-# Message Oriented Middleware API ( or message passing API).
+# Apache Sling Message oriented Middleware API
+
+This module is part of the [Apache Sling](https://sling.apache.org) project.
+
+## Message Oriented Middleware API ( or message passing API).
 
 This bundle contains an API to support 2 types of message passing. Pub/Sub and Queue.
 Pub/Sub message passing supports the publication of messages to multiple subscribers. Queue 
@@ -7,7 +11,7 @@ organised by a Topic name. Queues are na
 bundle and no bindings to any one MoM implementation, although it is expected that this 
 API could be implemented over either JMS or a AMQP client.
 
-# Publish Subscribe
+## Publish Subscribe
 
 Messages that are sent to a topic by publishing are received by all subscribers that were active at the time the message is published.
 
@@ -30,7 +34,7 @@ To subscribe to a topic the caller must
           
 The API does not impose any stcuture on topic names, but the underlying implementation might.
 
-# Queue
+## Queue
 
 A Queue implementation guarantees that messages will be delivered to one and only once QueueReader
 in the order in which the messages were added to the Queue. The QueueReader implementation may