Author: rombert
Date: Fri Dec 13 16:50:14 2013
New Revision: 1550767
URL: http://svn.apache.org/r1550767
Log:
SLING-3283 - Table on
http://sling.apache.org/documentation/bundles/apache-sling-eventing-and-job-handling.html
broken
Made table layout consistent with the rest of the docs.
Modified:
sling/site/trunk/content/documentation/bundles/apache-sling-eventing-and-job-handling.mdtext
Modified:
sling/site/trunk/content/documentation/bundles/apache-sling-eventing-and-job-handling.mdtext
URL:
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/apache-sling-eventing-and-job-handling.mdtext?rev=1550767&r1=1550766&r2=1550767&view=diff
==============================================================================
---
sling/site/trunk/content/documentation/bundles/apache-sling-eventing-and-job-handling.mdtext
(original)
+++
sling/site/trunk/content/documentation/bundles/apache-sling-eventing-and-job-handling.mdtext
Fri Dec 13 16:50:14 2013
@@ -98,16 +98,16 @@ For managing queues, the Sling Job Handl
A queue configuration can have the following properties:
-| *Property Name* | *Description* |
+| Property Name | Description |
|--|--|
-| *queue.name* | The name of the queue. If matching is used for topics,
the value {0} can be used for replacing the matched part. |
-| *queue.type* | The type of the queue: ORDERED, UNORDERED, TOPIC,
ROUND-ROBIN, IGNORE, DROP |
-| *queue.topics* | A list of topics processed by this queue. Either the
concrete topic is specified or the topic string ends with /* or /. If a star is
at the end all topics and sub topics match, with a dot only direct sub topics
match. |
-| *queue.maxparallel* | How many jobs can be processed in parallel? -1
for number of processors.|
-| *queue.retries* | How often should the job be retried. -1 for endless
retries. |
-| *queue.retrydelay* | The waiting time in milliseconds between job
retries. |
-| *queue.priority* | The thread priority: NORM, MIN, or MAX |
-| *service.ranking* | A ranking for this configuration.|
+| `queue.name` | The name of the queue. If matching is used for topics, the
value {0} can be used for replacing the matched part. |
+| `queue.type` | The type of the queue: ORDERED, UNORDERED, TOPIC,
ROUND-ROBIN, IGNORE, DROP |
+| `queue.topics` | A list of topics processed by this queue. Either the
concrete topic is specified or the topic string ends with /* or /. If a star is
at the end all topics and sub topics match, with a dot only direct sub topics
match. |
+| `queue.maxparallel` | How many jobs can be processed in parallel? -1 for
number of processors.|
+| `queue.retries` | How often should the job be retried. -1 for endless
retries. |
+| `queue.retrydelay` | The waiting time in milliseconds between job retries. |
+| `queue.priority` | The thread priority: NORM, MIN, or MAX |
+| `service.ranking` | A ranking for this configuration.|
The configurations are processed in order of their service ranking. The first
matching queue configuration is used for the job.